openuridialog.ui
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>OpenURIDialog</class> 4 <widget class="QDialog" name="OpenURIDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>564</width> 10 <height>109</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Open bitcoin URI</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <layout class="QHBoxLayout" name="horizontalLayout"> 19 <item> 20 <widget class="QLabel" name="label"> 21 <property name="text"> 22 <string>URI:</string> 23 </property> 24 </widget> 25 </item> 26 <item> 27 <widget class="QValidatedLineEdit" name="uriEdit"> 28 <property name="placeholderText"> 29 <string notr="true">bitcoin:</string> 30 </property> 31 </widget> 32 </item> 33 <item> 34 <widget class="QToolButton" name="pasteButton"> 35 <property name="toolTip"> 36 <string extracomment="Tooltip text for button that allows you to paste an address that is in your clipboard.">Paste address from clipboard</string> 37 </property> 38 <property name="text"> 39 <string/> 40 </property> 41 <property name="icon"> 42 <iconset resource="../bitcoin.qrc"> 43 <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste 44 </iconset> 45 </property> 46 <property name="iconSize"> 47 <size> 48 <width>22</width> 49 <height>22</height> 50 </size> 51 </property> 52 </widget> 53 </item> 54 </layout> 55 </item> 56 <item> 57 <spacer name="verticalSpacer"> 58 <property name="orientation"> 59 <enum>Qt::Vertical</enum> 60 </property> 61 <property name="sizeHint" stdset="0"> 62 <size> 63 <width>20</width> 64 <height>40</height> 65 </size> 66 </property> 67 </spacer> 68 </item> 69 <item> 70 <widget class="QDialogButtonBox" name="buttonBox"> 71 <property name="orientation"> 72 <enum>Qt::Horizontal</enum> 73 </property> 74 <property name="standardButtons"> 75 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 76 </property> 77 </widget> 78 </item> 79 </layout> 80 </widget> 81 <customwidgets> 82 <customwidget> 83 <class>QValidatedLineEdit</class> 84 <extends>QLineEdit</extends> 85 <header>qt/qvalidatedlineedit.h</header> 86 </customwidget> 87 </customwidgets> 88 <resources/> 89 <connections> 90 <connection> 91 <sender>buttonBox</sender> 92 <signal>accepted()</signal> 93 <receiver>OpenURIDialog</receiver> 94 <slot>accept()</slot> 95 <hints> 96 <hint type="sourcelabel"> 97 <x>248</x> 98 <y>254</y> 99 </hint> 100 <hint type="destinationlabel"> 101 <x>157</x> 102 <y>274</y> 103 </hint> 104 </hints> 105 </connection> 106 <connection> 107 <sender>buttonBox</sender> 108 <signal>rejected()</signal> 109 <receiver>OpenURIDialog</receiver> 110 <slot>reject()</slot> 111 <hints> 112 <hint type="sourcelabel"> 113 <x>316</x> 114 <y>260</y> 115 </hint> 116 <hint type="destinationlabel"> 117 <x>286</x> 118 <y>274</y> 119 </hint> 120 </hints> 121 </connection> 122 </connections> 123 </ui>