diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-08 15:21:55 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-13 16:24:25 +0200 |
commit | c4443c2be141e5f45bb10376056f3083e97cde50 (patch) | |
tree | 437bad1af7dccf5ced0f0056757d134334f4b056 /bitcoin-qt.pro | |
parent | c4879a0c2fea705b6ad7956502acc7897838e841 (diff) |
re-work optionsdialog to a tabbed UI based on an ui-file
- extend network options with a SOCKS version selection
- changing "Unit to show amounts in:" now also updates the unit used in the transaction fee box
- string updates
- link Apply button and OK button when enabling or disabling them
- use LookupNumeric() from netbase to verify proxy address (via an EventFilter)
- change proxy address field to QValidatedLineEdit and add visual feedback
- add a status label used for displaying a message for invalid proxy addresses
- allow usage of IPv6 address as proxy address
- added warning message when enabling / disabling SOCKS proxy
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index a47d661678..f1ebec6bcc 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -234,7 +234,8 @@ FORMS += \ src/qt/forms/sendcoinsentry.ui \ src/qt/forms/askpassphrasedialog.ui \ src/qt/forms/rpcconsole.ui \ - src/qt/forms/verifymessagedialog.ui + src/qt/forms/verifymessagedialog.ui \ + src/qt/forms/optionsdialog.ui contains(USE_QRCODE, 1) { HEADERS += src/qt/qrcodedialog.h |