msl.qt package

Custom Qt components for the graphical user interface.

msl.qt.version_info = version_info(major=0, minor=1, micro=0, releaselevel='dev0')

Contains the version information as a (major, minor, micro, releaselevel) tuple.

Type:

namedtuple

msl.qt.application(*args)[source]

Returns the QtWidgets.QApplication instance (creating one if necessary).

Parameters:

args – A list of arguments to initialize the application. If None then uses sys.argv.

Returns:

QtWidgets.QApplication – The application instance.

msl.qt.binding = Binding(name='PySide6', version='6.4.2', qt_version='6.4.2', version_info=(6, 4, 2, '', ''), qt_version_info=(6, 4, 2))

The Python binding for the Qt framework.

Type:

namedtuple