cmp.bidsappmanager.gui.globals module

Modules that defines multiple variables and functions used by the different windows of the GUI.

cmp.bidsappmanager.gui.globals.get_icon(icon_fname)[source]

Return an instance of ImageResource or None is there is not graphical backend.

Parameters

icon_fname (string) – Filename to an icon image

Returns

icon – Return the full path to the icon file or None is there is not graphical backend.

Return type

string