18 #ifndef FIRSTRUNDIALOG_H 
   19 #define FIRSTRUNDIALOG_H 
   22 #include <QButtonGroup> 
   23 #include <QMessageBox> 
   24 #include <QStringBuilder> 
   41     void on_previousPushButton_clicked();
 
   43     void on_nextPushButton_clicked();
 
   45     void on_styleComboBox_currentTextChanged(
const QString &new_style_setting);
 
   47     void on_currWarningCheckBox_stateChanged(
int arg1);
 
   49     void on_currWarningThresholdSpinBox_valueChanged(
int arg1);
 
   51     void on_currCustom1LineEdit_editingFinished();
 
   53     void on_currCustom2LineEdit_editingFinished();
 
   55     void on_dateFormatComboBox_currentIndexChanged(
int index);
 
   60     void on_importPushButton_clicked();
 
   63     Ui::FirstRunDialog *ui;
 
   64     bool useRessourceData;
 
   68     bool createUserEntry();
 
   69     bool writeCurrencies();
 
   71     bool downloadTemplates(QString branch_name);
 
   72     bool verifyTemplates();
 
   74     QList<QDateEdit*> dateEdits;
 
   77     void reject() 
override;
 
   90 #endif // FIRSTRUNDIALOG_H