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(path)[source]

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

Parameters

path (string) – Path to an image file

Returns

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

Return type

ImageResource