connect.ui
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>connectDialog</class> 4 <widget class="QDialog" name="connectDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>400</width> 10 <height>124</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Bitmessage</string> 15 </property> 16 <layout class="QGridLayout" name="gridLayout"> 17 <item row="0" column="0" colspan="2"> 18 <widget class="QLabel" name="label"> 19 <property name="text"> 20 <string>Bitmessage won't connect to anyone until you let it. </string> 21 </property> 22 </widget> 23 </item> 24 <item row="1" column="0" colspan="2"> 25 <widget class="QRadioButton" name="radioButtonConnectNow"> 26 <property name="text"> 27 <string>Connect now</string> 28 </property> 29 <property name="checked"> 30 <bool>true</bool> 31 </property> 32 </widget> 33 </item> 34 <item row="2" column="0" colspan="2"> 35 <widget class="QRadioButton" name="radioButtonConfigureNetwork"> 36 <property name="text"> 37 <string>Let me configure special network settings first</string> 38 </property> 39 </widget> 40 </item> 41 <item row="3" column="0" colspan="2"> 42 <widget class="QRadioButton" name="radioButtonWorkOffline"> 43 <property name="text"> 44 <string>Work offline</string> 45 </property> 46 </widget> 47 </item> 48 <item row="4" column="0"> 49 <spacer name="horizontalSpacer"> 50 <property name="orientation"> 51 <enum>Qt::Horizontal</enum> 52 </property> 53 <property name="sizeHint" stdset="0"> 54 <size> 55 <width>185</width> 56 <height>24</height> 57 </size> 58 </property> 59 </spacer> 60 </item> 61 <item row="4" column="1"> 62 <widget class="QDialogButtonBox" name="buttonBox"> 63 <property name="orientation"> 64 <enum>Qt::Horizontal</enum> 65 </property> 66 <property name="standardButtons"> 67 <set>QDialogButtonBox::Ok</set> 68 </property> 69 </widget> 70 </item> 71 </layout> 72 </widget> 73 <resources/> 74 <connections> 75 <connection> 76 <sender>buttonBox</sender> 77 <signal>accepted()</signal> 78 <receiver>connectDialog</receiver> 79 <slot>accept()</slot> 80 <hints> 81 <hint type="sourcelabel"> 82 <x>248</x> 83 <y>254</y> 84 </hint> 85 <hint type="destinationlabel"> 86 <x>157</x> 87 <y>274</y> 88 </hint> 89 </hints> 90 </connection> 91 <connection> 92 <sender>buttonBox</sender> 93 <signal>rejected()</signal> 94 <receiver>connectDialog</receiver> 95 <slot>reject()</slot> 96 <hints> 97 <hint type="sourcelabel"> 98 <x>316</x> 99 <y>260</y> 100 </hint> 101 <hint type="destinationlabel"> 102 <x>286</x> 103 <y>274</y> 104 </hint> 105 </hints> 106 </connection> 107 </connections> 108 </ui>