organoid_tracker.gui.icon_getter module

organoid_tracker.gui.icon_getter.get_icon(file_name: str) QIcon

Gets an icon from the icons directory. File name should include the file extension, for example “file_load.png”.

organoid_tracker.gui.icon_getter.get_icon_pixmap(file_name: str) QPixmap

Gets an icon pixmap from the icons directory. File name should include the file extension, for example “file_load.png”.