void closeEvent(QCloseEvent *event) override
Close event reimplemented to ask confirmation before closing.
Definition mainwindow.cpp:104
 
Ui::MainWindow * ui
Definition mainwindow.h:59
 
MainWindow(QWidget *parent=0)
Constructs the MainWindow QObject and initializes the UI.
Definition mainwindow.cpp:42
 
void setMode(bool isExpert)
Changes the software mode.
Definition mainwindow.cpp:140
 
~MainWindow()
Destructs the MainWindow object and saves the previous set of parameters.
Definition mainwindow.cpp:147