|
216 | 216 | </property> |
217 | 217 | </widget> |
218 | 218 | </item> |
| 219 | + <item> |
| 220 | + <layout class="QHBoxLayout" name="horizontalLayout_3_Display"> |
| 221 | + <item> |
| 222 | + <widget class="QLabel" name="thirdPartyTxUrlsLabel"> |
| 223 | + <property name="toolTip"> |
| 224 | + <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> |
| 225 | + </property> |
| 226 | + <property name="text"> |
| 227 | + <string>&Third-party transaction URLs</string> |
| 228 | + </property> |
| 229 | + <property name="buddy"> |
| 230 | + <cstring>thirdPartyTxUrls</cstring> |
| 231 | + </property> |
| 232 | + </widget> |
| 233 | + </item> |
| 234 | + <item> |
| 235 | + <widget class="QLineEdit" name="thirdPartyTxUrls"> |
| 236 | + <property name="toolTip"> |
| 237 | + <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> |
| 238 | + </property> |
| 239 | + <property name="placeholderText"> |
| 240 | + <string notr="true">https://example.com/tx/%s</string> |
| 241 | + </property> |
| 242 | + </widget> |
| 243 | + </item> |
| 244 | + </layout> |
| 245 | + </item> |
219 | 246 | <item> |
220 | 247 | <widget class="QGroupBox" name="groupBox"> |
221 | 248 | <property name="title"> |
|
724 | 751 | </item> |
725 | 752 | </layout> |
726 | 753 | </item> |
727 | | - <item> |
728 | | - <layout class="QHBoxLayout" name="horizontalLayout_3_Display"> |
729 | | - <item> |
730 | | - <widget class="QLabel" name="thirdPartyTxUrlsLabel"> |
731 | | - <property name="toolTip"> |
732 | | - <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> |
733 | | - </property> |
734 | | - <property name="text"> |
735 | | - <string>&Third-party transaction URLs</string> |
736 | | - </property> |
737 | | - <property name="buddy"> |
738 | | - <cstring>thirdPartyTxUrls</cstring> |
739 | | - </property> |
740 | | - </widget> |
741 | | - </item> |
742 | | - <item> |
743 | | - <widget class="QLineEdit" name="thirdPartyTxUrls"> |
744 | | - <property name="toolTip"> |
745 | | - <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> |
746 | | - </property> |
747 | | - <property name="placeholderText"> |
748 | | - <string notr="true">https://example.com/tx/%s</string> |
749 | | - </property> |
750 | | - </widget> |
751 | | - </item> |
752 | | - </layout> |
753 | | - </item> |
754 | 754 | <item> |
755 | 755 | <widget class="QGroupBox" name="font_groupBox"> |
756 | 756 | <property name="title"> |
|
0 commit comments