/settings_dialog.ui
Unknown | 317 lines | 317 code | 0 blank | 0 comment | 0 complexity | 2cc28fb14a6978155500393f8c0fd8d4 MD5 | raw file
1<ui version="4.0" > 2 <class>settings_Dialog</class> 3 <widget class="QDialog" name="settings_Dialog" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>513</width> 9 <height>326</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string>EWItool - Settings</string> 14 </property> 15 <widget class="QDialogButtonBox" name="buttonBox" > 16 <property name="geometry" > 17 <rect> 18 <x>150</x> 19 <y>271</y> 20 <width>341</width> 21 <height>41</height> 22 </rect> 23 </property> 24 <property name="orientation" > 25 <enum>Qt::Horizontal</enum> 26 </property> 27 <property name="standardButtons" > 28 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> 29 </property> 30 </widget> 31 <widget class="QPushButton" name="clear_pushButton" > 32 <property name="geometry" > 33 <rect> 34 <x>20</x> 35 <y>280</y> 36 <width>80</width> 37 <height>27</height> 38 </rect> 39 </property> 40 <property name="palette" > 41 <palette> 42 <active> 43 <colorrole role="Button" > 44 <brush brushstyle="SolidPattern" > 45 <color alpha="255" > 46 <red>255</red> 47 <green>0</green> 48 <blue>0</blue> 49 </color> 50 </brush> 51 </colorrole> 52 <colorrole role="Base" > 53 <brush brushstyle="SolidPattern" > 54 <color alpha="255" > 55 <red>255</red> 56 <green>255</green> 57 <blue>255</blue> 58 </color> 59 </brush> 60 </colorrole> 61 <colorrole role="Window" > 62 <brush brushstyle="SolidPattern" > 63 <color alpha="255" > 64 <red>255</red> 65 <green>0</green> 66 <blue>0</blue> 67 </color> 68 </brush> 69 </colorrole> 70 </active> 71 <inactive> 72 <colorrole role="Button" > 73 <brush brushstyle="SolidPattern" > 74 <color alpha="255" > 75 <red>255</red> 76 <green>0</green> 77 <blue>0</blue> 78 </color> 79 </brush> 80 </colorrole> 81 <colorrole role="Base" > 82 <brush brushstyle="SolidPattern" > 83 <color alpha="255" > 84 <red>255</red> 85 <green>255</green> 86 <blue>255</blue> 87 </color> 88 </brush> 89 </colorrole> 90 <colorrole role="Window" > 91 <brush brushstyle="SolidPattern" > 92 <color alpha="255" > 93 <red>255</red> 94 <green>0</green> 95 <blue>0</blue> 96 </color> 97 </brush> 98 </colorrole> 99 </inactive> 100 <disabled> 101 <colorrole role="Button" > 102 <brush brushstyle="SolidPattern" > 103 <color alpha="255" > 104 <red>255</red> 105 <green>0</green> 106 <blue>0</blue> 107 </color> 108 </brush> 109 </colorrole> 110 <colorrole role="Base" > 111 <brush brushstyle="SolidPattern" > 112 <color alpha="255" > 113 <red>255</red> 114 <green>0</green> 115 <blue>0</blue> 116 </color> 117 </brush> 118 </colorrole> 119 <colorrole role="Window" > 120 <brush brushstyle="SolidPattern" > 121 <color alpha="255" > 122 <red>255</red> 123 <green>0</green> 124 <blue>0</blue> 125 </color> 126 </brush> 127 </colorrole> 128 </disabled> 129 </palette> 130 </property> 131 <property name="text" > 132 <string>&Clear</string> 133 </property> 134 </widget> 135 <widget class="QLineEdit" name="libraryLocation_lineEdit" > 136 <property name="geometry" > 137 <rect> 138 <x>20</x> 139 <y>40</y> 140 <width>471</width> 141 <height>27</height> 142 </rect> 143 </property> 144 </widget> 145 <widget class="QLabel" name="label" > 146 <property name="geometry" > 147 <rect> 148 <x>20</x> 149 <y>20</y> 150 <width>111</width> 151 <height>18</height> 152 </rect> 153 </property> 154 <property name="text" > 155 <string>Library Directory</string> 156 </property> 157 </widget> 158 <widget class="QGroupBox" name="groupBox" > 159 <property name="geometry" > 160 <rect> 161 <x>20</x> 162 <y>90</y> 163 <width>471</width> 164 <height>161</height> 165 </rect> 166 </property> 167 <property name="title" > 168 <string>EWI Patch Exchange</string> 169 </property> 170 <widget class="QLabel" name="label_2" > 171 <property name="geometry" > 172 <rect> 173 <x>10</x> 174 <y>30</y> 175 <width>57</width> 176 <height>21</height> 177 </rect> 178 </property> 179 <property name="text" > 180 <string>User ID</string> 181 </property> 182 </widget> 183 <widget class="QLabel" name="label_3" > 184 <property name="geometry" > 185 <rect> 186 <x>10</x> 187 <y>70</y> 188 <width>71</width> 189 <height>21</height> 190 </rect> 191 </property> 192 <property name="text" > 193 <string>Password</string> 194 </property> 195 </widget> 196 <widget class="QLineEdit" name="pxUserID_lineEdit" > 197 <property name="geometry" > 198 <rect> 199 <x>80</x> 200 <y>30</y> 201 <width>201</width> 202 <height>27</height> 203 </rect> 204 </property> 205 <property name="maxLength" > 206 <number>32</number> 207 </property> 208 </widget> 209 <widget class="QLineEdit" name="pxPasswrd_lineEdit" > 210 <property name="geometry" > 211 <rect> 212 <x>80</x> 213 <y>70</y> 214 <width>201</width> 215 <height>27</height> 216 </rect> 217 </property> 218 </widget> 219 <widget class="QLabel" name="label_4" > 220 <property name="geometry" > 221 <rect> 222 <x>10</x> 223 <y>110</y> 224 <width>57</width> 225 <height>18</height> 226 </rect> 227 </property> 228 <property name="text" > 229 <string>Server</string> 230 </property> 231 </widget> 232 <widget class="QLineEdit" name="pxServer_lineEdit" > 233 <property name="geometry" > 234 <rect> 235 <x>80</x> 236 <y>110</y> 237 <width>381</width> 238 <height>27</height> 239 </rect> 240 </property> 241 </widget> 242 <widget class="QPushButton" name="test_pushButton" > 243 <property name="geometry" > 244 <rect> 245 <x>330</x> 246 <y>30</y> 247 <width>80</width> 248 <height>27</height> 249 </rect> 250 </property> 251 <property name="text" > 252 <string>&Test</string> 253 </property> 254 </widget> 255 <widget class="QLabel" name="pxTest_label" > 256 <property name="geometry" > 257 <rect> 258 <x>290</x> 259 <y>60</y> 260 <width>171</width> 261 <height>41</height> 262 </rect> 263 </property> 264 <property name="font" > 265 <font> 266 <pointsize>8</pointsize> 267 <italic>true</italic> 268 </font> 269 </property> 270 <property name="text" > 271 <string>Connection is untested</string> 272 </property> 273 <property name="alignment" > 274 <set>Qt::AlignCenter</set> 275 </property> 276 <property name="wordWrap" > 277 <bool>true</bool> 278 </property> 279 </widget> 280 </widget> 281 </widget> 282 <resources/> 283 <connections> 284 <connection> 285 <sender>buttonBox</sender> 286 <signal>accepted()</signal> 287 <receiver>settings_Dialog</receiver> 288 <slot>accept()</slot> 289 <hints> 290 <hint type="sourcelabel" > 291 <x>248</x> 292 <y>254</y> 293 </hint> 294 <hint type="destinationlabel" > 295 <x>157</x> 296 <y>274</y> 297 </hint> 298 </hints> 299 </connection> 300 <connection> 301 <sender>buttonBox</sender> 302 <signal>rejected()</signal> 303 <receiver>settings_Dialog</receiver> 304 <slot>reject()</slot> 305 <hints> 306 <hint type="sourcelabel" > 307 <x>316</x> 308 <y>260</y> 309 </hint> 310 <hint type="destinationlabel" > 311 <x>286</x> 312 <y>274</y> 313 </hint> 314 </hints> 315 </connection> 316 </connections> 317</ui>