mcsas.gui.mainwindow module

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

Bases: gui.bases.mainwindow.mainwindow.MainWindow

calc()[source]

Warning

method ‘gui.mainwindow.MainWindow.calc’ undocumented

calculator

Returns a calculator object.

closeEvent(closeEvent)[source]

Warning

method ‘gui.mainwindow.MainWindow.closeEvent’ undocumented

fileDialog()[source]

Warning

method ‘gui.mainwindow.MainWindow.fileDialog’ undocumented

initUi()[source]

Warning

method ‘gui.mainwindow.MainWindow.initUi’ undocumented

keyPressEvent(keyEvent)[source]

Warning

method ‘gui.mainwindow.MainWindow.keyPressEvent’ undocumented

onCloseSignal
onStartStopClick(checked)[source]

Warning

method ‘gui.mainwindow.MainWindow.onStartStopClick’ undocumented

restoreSettings()[source]

Warning

method ‘gui.mainwindow.MainWindow.restoreSettings’ undocumented

setupUi(*args)[source]

Warning

method ‘gui.mainwindow.MainWindow.setupUi’ undocumented

storeSettings()[source]

Warning

method ‘gui.mainwindow.MainWindow.storeSettings’ undocumented

class ToolBox(*args, **kwargs)[source]

Bases: QToolBox

QToolBox containing the widgets for user settings. Used to propagate resize events to child widgets to enable responsive behaviour. On MacOS, fixes failed detection of size changes in child widget due to scroll area.

resizeEvent(event)[source]

Warning

method ‘gui.mainwindow.ToolBox.resizeEvent’ undocumented

eventLoop(args)[source]

Starts the UI event loop and get command line parser arguments.