23 explicit Settings(QWidget *parent = 0);
30 void showError(QString error);
36 void showSuccess(QString success);
42 void showInfo(QString info);
48 QString getDefaultDir();
54 void setDefaultDir(QString path);
60 void setAlwaysAsk(
bool value);
76 void setSpanishLanguage();
81 void setEnglishLanguage();
89 void on_aboutBtn_clicked();
94 void on_homeBtn_clicked();
100 void on_alwaysAskRadio_clicked(
bool checked);
105 void on_browserBtn_clicked();
110 void on_helpBtn_clicked();
115 void on_browserDirInput_textEdited();
120 void on_resetValueBtn_clicked();
125 void on_spanishRadio_clicked();
130 void on_englishRadio_clicked();
142 void setValidators();
158 void alwaysAskOptions(
bool checked);
Definition: beforestart.h:6
Ui::Settings * ui
ui
Definition: settings.h:137
The Settings class.
Definition: settings.h:13
The View class.
Definition: view.h:22