Module paths
source code
Collection of all the image and icon paths.
This module allows for easy replacement of images and icons throughout
the GUI.
|
|
status = Status()
|
|
|
ANALYSIS_IMAGE_PATH = '/data/relax/tags/1.3.16/graphics/analys...
|
|
|
OXY_ICON_PATH = '/data/relax/tags/1.3.16/graphics/oxygen_icons/'
|
|
|
IMAGE_PATH = '/data/relax/tags/1.3.16/gui/images/'
|
|
|
ICON_RELAX_PATH = '/data/relax/tags/1.3.16/graphics/relax_icons/'
|
|
|
WIZARD_IMAGE_PATH = '/data/relax/tags/1.3.16/graphics/wizards/'
|
|
|
icon_16x16 = I16x16()
|
|
|
icon_22x22 = I22x22()
|
|
|
icon_32x32 = I32x32()
|
|
|
icon_48x48 = I48x48()
|
|
|
__package__ = 'gui'
|
Imports:
sep,
sys,
Status
ANALYSIS_IMAGE_PATH
- Value:
'/data/relax/tags/1.3.16/graphics/analyses/'
|
|