cut
1.2.2-pre1
|
Implementation of the mainwindow.ui file. More...
Public Member Functions | |
def | __init__ (self, options) |
def | paintEvent (self, event) |
def | closeEvent (self, event) |
Public Attributes | |
options | |
centralWidget | |
main_layout | |
widgets | |
fpsList | |
timer | |
statusbar | |
fps | |
Implementation of the mainwindow.ui file.
Since the UI file indicates that its root is a QMainWindow, then this class should also inherit from it. We should also call explicitly its parent constructors.
The implementation for this class also includes slots for actions, and management of the closeEvent.
def manywidgets.applicationwindow.ApplicationWindow.__init__ | ( | self, | |
options | |||
) |
def manywidgets.applicationwindow.ApplicationWindow.closeEvent | ( | self, | |
event | |||
) |
def manywidgets.applicationwindow.ApplicationWindow.paintEvent | ( | self, | |
event | |||
) |
manywidgets.applicationwindow.ApplicationWindow.centralWidget |
manywidgets.applicationwindow.ApplicationWindow.fps |
manywidgets.applicationwindow.ApplicationWindow.fpsList |
manywidgets.applicationwindow.ApplicationWindow.main_layout |
manywidgets.applicationwindow.ApplicationWindow.options |
manywidgets.applicationwindow.ApplicationWindow.statusbar |
manywidgets.applicationwindow.ApplicationWindow.timer |
manywidgets.applicationwindow.ApplicationWindow.widgets |