5 #ifndef FABCOIN_QT_OPTIONSDIALOG_H 6 #define FABCOIN_QT_OPTIONSDIALOG_H 15 class QDataWidgetMapper;
31 State validate(QString &input,
int &pos)
const;
48 void setOkButtonState(
bool fState);
49 void on_resetButton_clicked();
50 void on_openFabcoinConfButton_clicked();
51 void on_okButton_clicked();
52 void on_cancelButton_clicked();
54 void on_hideTrayIcon_stateChanged(
int fState);
56 void showRestartWarning(
bool fPersistent =
false);
57 void clearStatusLabel();
58 void updateProxyValidationState();
60 void updateDefaultProxyNets();
71 #endif // FABCOIN_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 Fabcoin client.