6 #ifndef RAVEN_QT_OPTIONSDIALOG_H 7 #define RAVEN_QT_OPTIONSDIALOG_H 16 class QDataWidgetMapper;
32 State validate(QString &input,
int &pos)
const;
49 void setOkButtonState(
bool fState);
50 void on_resetButton_clicked();
51 void on_openRavenConfButton_clicked();
52 void on_okButton_clicked();
53 void on_cancelButton_clicked();
55 void on_hideTrayIcon_stateChanged(
int fState);
57 void showRestartWarning(
bool fPersistent =
false);
58 void clearStatusLabel();
59 void updateProxyValidationState();
61 void updateDefaultProxyNets();
67 Ui::OptionsDialog *
ui;
72 #endif // RAVEN_QT_OPTIONSDIALOG_H
Proxy address widget validator, checks for a valid proxy address.
Line edit that can be marked as "invalid" to show input validation feedback.
QDataWidgetMapper * mapper
Interface from Qt to configuration data structure for Raven client.