5 #include "src/database/row.h" 
    6 #include "src/database/database.h" 
    7 #include "src/database/dbcompletiondata.h" 
   28     explicit NewSimDialog(
int row_id, QWidget *parent = 
nullptr);
 
   32     void on_buttonBox_accepted();
 
   34     void on_dateLineEdit_editingFinished();
 
   36     void on_totalTimeLineEdit_editingFinished();
 
   38     void on_helpPushButton_clicked();
 
   40     void on_registrationLineEdit_textChanged(
const QString &arg1);
 
   46     bool verifyInput(QString &error_msg);
 
   47     RowData_T collectInput();
 
The NewSimDialog class enables adding a new Simulator Session to the database or editing an existing ...
Definition: newsimdialog.h:23
NewSimDialog(QWidget *parent=nullptr)
create a NewSimDialog to add a new Simulator Entry to the database
Definition: newsimdialog.cpp:10