<?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>170</height> </rect> </property> <property name="windowTitle"> <string>Help</string> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> <x>30</x> <y>120</y> <width>281</width> <height>32</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Ok</set> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>30</x> <y>20</y> <width>291</width> <height>51</height> </rect> </property> <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> <widget class="QLabel" name="labelHelpURI"> <property name="geometry"> <rect> <x>30</x> <y>70</y> <width>301</width> <height>21</height> </rect> </property> <property name="text"> <string><a href="http://Bitmessage.org/wiki/PyBitmessage_Help">http://Bitmessage.org/wiki/PyBitmessage_Help</a></string> </property> </widget> </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>