1 #ifndef NEWPROJECTWINDOW_H 2 #define NEWPROJECTWINDOW_H 7 #include "../Model/recordidtype.h" 32 QString getProjectName()
const;
38 QString getProjectPath()
const;
44 Tome::RecordIdType::RecordIdType getProjectRecordIdType()
const;
47 void on_comboBoxRecordIdType_currentTextChanged(
const QString &text);
48 void on_pushButtonBrowse_clicked();
51 Ui::NewProjectWindow *ui;
54 #endif // NEWPROJECTWINDOW_H Definition: mainwindow.h:25
Window for creating a new Tome project.
Definition: newprojectwindow.h:16