[Qt] allow users to set -onion via GUI

- also allow users to see, if the default proxy (-proxy) is used for
  reaching peers via IPv6 or Tor
This commit is contained in:
Philip Kaufmann
2014-07-25 18:20:40 +02:00
parent bfd807ff32
commit ed166dfa82
5 changed files with 297 additions and 7 deletions

View File

@@ -47,6 +47,8 @@ private Q_SLOTS:
void showRestartWarning(bool fPersistent = false);
void clearStatusLabel();
void doProxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
/* query the networks, for which the default proxy is used */
void updateDefaultProxyNets();
Q_SIGNALS:
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
@@ -55,7 +57,7 @@ private:
Ui::OptionsDialog *ui;
OptionsModel *model;
QDataWidgetMapper *mapper;
bool fProxyIpValid;
bool fProxyIpsValid;
};
#endif // BITCOIN_QT_OPTIONSDIALOG_H