 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_OPTIONSDIALOG_H
6 #define BITCOIN_QT_OPTIONSDIALOG_H
15 class QDataWidgetMapper;
31 State
validate(QString &input,
int &pos)
const override;
74 Ui::OptionsDialog *
ui;
79 #endif // BITCOIN_QT_OPTIONSDIALOG_H
void on_okButton_clicked()
void on_cancelButton_clicked()
OptionsDialog(QWidget *parent, bool enableWallet)
void updateDefaultProxyNets()
void updateProxyValidationState()
Proxy address widget validator, checks for a valid proxy address.
Interface from Qt to configuration data structure for Bitcoin client.
State validate(QString &input, int &pos) const override
void on_resetButton_clicked()
Line edit that can be marked as "invalid" to show input validation feedback.
void setModel(OptionsModel *model)
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, uint16_t nProxyPort)
void on_showTrayIcon_stateChanged(int state)
void showRestartWarning(bool fPersistent=false)
ProxyAddressValidator(QObject *parent)
QDataWidgetMapper * mapper
void setCurrentTab(OptionsDialog::Tab tab)
void setOkButtonState(bool fState)
void on_openBitcoinConfButton_clicked()
void togglePruneWarning(bool enabled)