Main
- module Main
- MainWindow : public QWidget
The MainWindow class is a PySide2 Graphical User Interface (GUI) window that starts up as the first user interface.
Public Functions
- __init__(self)
The constructor. Sets the size of the window. Calls setButtons function to populate window with button.
- setButtons(self)
A Mutator function that defines all buttons in MainWindow.
- deployPackage(self)
A function that is triggered by the button labelled, Deploy.
- openTrainWindow(self)
A function that is triggered by the button labelled, Train.
- closeWindow(self)
A function that is triggered by the button labelled, Quit.