diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-04-24 22:21:45 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-04-25 20:01:20 +0200 |
commit | 40c5b939f2bff960e397da6ae3651952adc68cbe (patch) | |
tree | 2e6ce47bb89c7daa525858cf6e965495f6088426 /src/qt/forms | |
parent | 4765b8c11679aeb76efd9ce907a5c17661d4b018 (diff) |
[Qt] Optionally add third party links to transaction context menu
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 9fbc865185..0103842e02 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -472,6 +472,30 @@ </widget> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_3_Display"> + <item> + <widget class="QLabel" name="thirdPartyTxUrlsLabel"> + <property name="toolTip"> + <string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string> + </property> + <property name="text"> + <string>Third party transaction URLs</string> + </property> + <property name="buddy"> + <cstring>thirdPartyTxUrls</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="thirdPartyTxUrls"> + <property name="toolTip"> + <string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string> + </property> + </widget> + </item> + </layout> + </item> + <item> <spacer name="verticalSpacer_Display"> <property name="orientation"> <enum>Qt::Vertical</enum> |