API Reference

Definitions

SiQt.definitions.SiQtMixin A mixin to extend QtWidgets.QMainWindow
SiQt.definitions.SiqtItem(qtobj[, position, …]) A thin wrapper around any QtObject

Dependency resolution

SiQt.dep_resolv.show_qt_control_element(el)
SiQt.dep_resolv.sync_gui([lock, update, …]) Process GUI events and determine which elements should be enabled
SiQt.dep_resolv.check_depflags(dep_flags, expr) Check if the boolean expression expr is verified in dep_flags Two possibilities for expr: [‘flag1’, ‘flag2’, etc] a boolean expression ‘flag1 and (flag2 or not flag3)’
SiQt.dep_resolv.calculate_dependencies(self) Determine which GUI elements should be enabled

Utils

SiQt.deployement._resource_path(relative) Normalisation of the ressource path for PyInstaller
SiQt.matplotlib.NavigationToolbar(canvas, parent)

Widgets

SiQt.widgets.DebugInfoWidget(main_window[, …])
SiQt.widgets.ProgressBarWidget(main_window)