help.ui
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>helpDialog</class> 4 <widget class="QDialog" name="helpDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>405</width> 10 <height>104</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Help</string> 15 </property> 16 <layout class="QFormLayout" name="formLayout"> 17 <item row="1" column="0"> 18 <widget class="QLabel" name="labelHelpURI"> 19 <property name="text"> 20 <string><a href="https://bitmessage.org/wiki/PyBitmessage_Help">https://bitmessage.org/wiki/PyBitmessage_Help</a></string> 21 </property> 22 <property name="openExternalLinks"> 23 <bool>true</bool> 24 </property> 25 </widget> 26 </item> 27 <item row="0" column="0" colspan="2"> 28 <widget class="QLabel" name="label"> 29 <property name="text"> 30 <string>As Bitmessage is a collaborative project, help can be found online in the Bitmessage Wiki:</string> 31 </property> 32 <property name="wordWrap"> 33 <bool>true</bool> 34 </property> 35 </widget> 36 </item> 37 <item row="2" column="0"> 38 <spacer name="horizontalSpacer"> 39 <property name="orientation"> 40 <enum>Qt::Horizontal</enum> 41 </property> 42 <property name="sizeHint" stdset="0"> 43 <size> 44 <width>40</width> 45 <height>20</height> 46 </size> 47 </property> 48 </spacer> 49 </item> 50 <item row="2" column="1"> 51 <widget class="QDialogButtonBox" name="buttonBox"> 52 <property name="orientation"> 53 <enum>Qt::Horizontal</enum> 54 </property> 55 <property name="standardButtons"> 56 <set>QDialogButtonBox::Ok</set> 57 </property> 58 </widget> 59 </item> 60 </layout> 61 </widget> 62 <resources/> 63 <connections> 64 <connection> 65 <sender>buttonBox</sender> 66 <signal>accepted()</signal> 67 <receiver>helpDialog</receiver> 68 <slot>accept()</slot> 69 <hints> 70 <hint type="sourcelabel"> 71 <x>248</x> 72 <y>254</y> 73 </hint> 74 <hint type="destinationlabel"> 75 <x>157</x> 76 <y>274</y> 77 </hint> 78 </hints> 79 </connection> 80 <connection> 81 <sender>buttonBox</sender> 82 <signal>rejected()</signal> 83 <receiver>helpDialog</receiver> 84 <slot>reject()</slot> 85 <hints> 86 <hint type="sourcelabel"> 87 <x>316</x> 88 <y>260</y> 89 </hint> 90 <hint type="destinationlabel"> 91 <x>286</x> 92 <y>274</y> 93 </hint> 94 </hints> 95 </connection> 96 </connections> 97 </ui>