18 #ifndef SETTINGSWIDGET_H 
   19 #define SETTINGSWIDGET_H 
   22 #include <QButtonGroup> 
   26 #include <QFontDialog> 
   55     void on_aboutPushButton_clicked();
 
   56     void on_acftSortComboBox_currentIndexChanged(
int index);
 
   57     void on_prefixLineEdit_textChanged(
const QString &arg1);
 
   58     void on_lastnameLineEdit_editingFinished();
 
   59     void on_firstnameLineEdit_editingFinished();
 
   60     void on_employeeidLineEdit_editingFinished();
 
   61     void on_emailLineEdit_editingFinished();
 
   62     void on_phoneLineEdit_editingFinished();
 
   63     void on_aliasComboBox_currentIndexChanged(
int index);
 
   64     void on_functionComboBox_currentIndexChanged(
int arg1);
 
   65     void on_rulesComboBox_currentIndexChanged(
int arg1);
 
   66     void on_approachComboBox_currentIndexChanged(
int arg1);
 
   67     void on_nightComboBox_currentIndexChanged(
int index);
 
   68     void on_pilotSortComboBox_currentIndexChanged(
int index);
 
   69     void on_logbookViewComboBox_currentIndexChanged(
int index);
 
   70     void on_companyLineEdit_editingFinished();
 
   71     void on_styleComboBox_currentTextChanged(
const QString& new_style_setting);
 
   72     void on_fontComboBox_currentFontChanged(
const QFont &f);
 
   73     void on_fontSpinBox_valueChanged(
int arg1);
 
   74     void on_fontCheckBox_stateChanged(
int arg1);
 
   75     void on_resetStylePushButton_clicked();
 
   76     void on_currLicDateEdit_userDateChanged(
const QDate &date);
 
   77     void on_currTrDateEdit_userDateChanged(
const QDate &date);
 
   78     void on_currLckDateEdit_userDateChanged(
const QDate &date);
 
   79     void on_currMedDateEdit_userDateChanged(
const QDate &date);
 
   80     void on_currCustom1DateEdit_userDateChanged(
const QDate &date);
 
   81     void on_currCustom2DateEdit_userDateChanged(
const QDate &date);
 
   82     void on_currToLdgCheckBox_stateChanged(
int arg1);
 
   83     void on_currLicCheckBox_stateChanged(
int arg1);
 
   84     void on_currTrCheckBox_stateChanged(
int arg1);
 
   85     void on_currLckCheckBox_stateChanged(
int arg1);
 
   86     void on_currMedCheckBox_stateChanged(
int arg1);
 
   87     void on_currCustom1CheckBox_stateChanged(
int arg1);
 
   88     void on_currCustom2CheckBox_stateChanged(
int arg1);
 
   89     void on_currCustom1LineEdit_editingFinished();
 
   90     void on_currCustom2LineEdit_editingFinished();
 
   91     void on_languageComboBox_activated(
int arg1);
 
   94     Ui::SettingsWidget *ui;
 
   98     void setupValidators();
 
  100     void setupComboBoxes();
 
  102     void setupDateEdits();
 
  104     void updatePersonalDetails();
 
  106     bool usingStylesheet();