diff options
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
-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> |