<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>helpDialog</class> <widget class="QDialog" name="helpDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>335</width> <height>96</height> </rect> </property> <property name="windowTitle"> <string>Help</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="1" column="0"> <widget class="QLabel" name="labelHelpURI"> <property name="text"> <string><a href="http://Bitmessage.org/wiki/PyBitmessage_Help">http://Bitmessage.org/wiki/PyBitmessage_Help</a></string> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string>As Bitmessage is a collaborative project, help can be found online in the Bitmessage Wiki:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="1"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>helpDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>helpDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>