18 #ifndef FIRSTRUNDIALOG_H
19 #define FIRSTRUNDIALOG_H
22 #include <QButtonGroup>
23 #include <QMessageBox>
24 #include <QStringBuilder>
85 void on_previousPushButton_clicked();
86 void on_nextPushButton_clicked();
87 void on_styleComboBox_currentTextChanged(
const QString &new_style_setting);
88 void on_currCustom1LineEdit_editingFinished();
89 void on_currCustom2LineEdit_editingFinished();
94 void on_importPushButton_clicked();
97 Ui::FirstRunDialog *ui;
98 bool useRessourceData;
109 void writeSettings();
114 bool setupDatabase();
118 bool createUserEntry();
123 bool writeCurrencies();
128 bool downloadTemplates(QString branch_name);
132 bool verifyTemplates();
135 void reject()
override;
The FirstRunDialog is used as a set-up wizard for the application.
Definition: firstrundialog.h:76
void keyPressEvent(QKeyEvent *keyEvent) override
Shows the debug widget by pressing <ctrl + t>
Definition: firstrundialog.cpp:391