resources
freecad.datamanager_wb.resources
¶
Filesystem paths to packaged workbench resources. Provides absolute paths for icons, translations, and UI files bundled with the workbench.
freecad.datamanager_wb.resources
¶Filesystem paths to packaged workbench resources. Provides absolute paths for icons, translations, and UI files bundled with the workbench.
ICONPATH = os.path.join(PACKAGE_DIR, 'resources', 'icons')
module-attribute
¶PACKAGE_DIR = os.path.dirname(__file__)
module-attribute
¶TRANSLATIONSPATH = os.path.join(PACKAGE_DIR, 'resources', 'translations')
module-attribute
¶UIPATH = os.path.join(PACKAGE_DIR, 'resources', 'ui')
module-attribute
¶