mcsas.gui.bases.mainwindow.mainwindow module

class MainWindow(appversion, parent=None)[source]

Bases: QMainWindow, gui.bases.mainwindow.ui_mainwindow.Ui_MainWindow, gui.bases.mixins.appsettings.AppSettings

Main window base class.

Provides functionality for storing and loading application settings, managing widgets.

closeEvent(event)[source]

Warning

method ‘gui.bases.mainwindow.mainwindow.MainWindow.closeEvent’ undocumented

getCommandlineArguments()[source]

Get command line arguments, if any.

onStartupSignal
restoreSettings()[source]

Load defaults for settings if missing and available.

show()[source]

Warning

method ‘gui.bases.mainwindow.mainwindow.MainWindow.show’ undocumented

storeSettings()[source]

Warning

method ‘gui.bases.mainwindow.mainwindow.MainWindow.storeSettings’ undocumented