| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<ui version="4.0"> |
| 3 |
<class>Window</class> |
| 4 |
<widget class="QWidget" name="Window"> |
| 5 |
<property name="geometry"> |
| 6 |
<rect> |
| 7 |
<x>0</x> |
| 8 |
<y>0</y> |
| 9 |
<width>310</width> |
| 10 |
<height>487</height> |
| 11 |
</rect> |
| 12 |
</property> |
| 13 |
<property name="maximumSize"> |
| 14 |
<size> |
| 15 |
<width>500</width> |
| 16 |
<height>16777215</height> |
| 17 |
</size> |
| 18 |
</property> |
| 19 |
<property name="windowTitle"> |
| 20 |
<string>Quick USB Formatter</string> |
| 21 |
</property> |
| 22 |
<layout class="QVBoxLayout" name="verticalLayout"> |
| 23 |
<item> |
| 24 |
<widget class="QWidget" name="widget" native="true"> |
| 25 |
<property name="sizePolicy"> |
| 26 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 27 |
<horstretch>0</horstretch> |
| 28 |
<verstretch>0</verstretch> |
| 29 |
</sizepolicy> |
| 30 |
</property> |
| 31 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
| 32 |
<item> |
| 33 |
<widget class="QLabel" name="label"> |
| 34 |
<property name="text"> |
| 35 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 36 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 37 |
p, li { white-space: pre-wrap; } |
| 38 |
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> |
| 39 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Quick USB Formatter</span></p></body></html></string> |
| 40 |
</property> |
| 41 |
</widget> |
| 42 |
</item> |
| 43 |
<item> |
| 44 |
<widget class="QLabel" name="label_4"> |
| 45 |
<property name="text"> |
| 46 |
<string/> |
| 47 |
</property> |
| 48 |
<property name="pixmap"> |
| 49 |
<pixmap>../../../../../../../usr/share/icons/oxygen/32x32/devices/drive-removable-media-usb-pendrive.png</pixmap> |
| 50 |
</property> |
| 51 |
<property name="alignment"> |
| 52 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 53 |
</property> |
| 54 |
</widget> |
| 55 |
</item> |
| 56 |
</layout> |
| 57 |
</widget> |
| 58 |
</item> |
| 59 |
<item> |
| 60 |
<widget class="QWidget" name="widget_2" native="true"> |
| 61 |
<property name="sizePolicy"> |
| 62 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 63 |
<horstretch>0</horstretch> |
| 64 |
<verstretch>0</verstretch> |
| 65 |
</sizepolicy> |
| 66 |
</property> |
| 67 |
<layout class="QGridLayout" name="gridLayout"> |
| 68 |
<item row="1" column="0" colspan="2"> |
| 69 |
<widget class="QGroupBox" name="groupBox_3"> |
| 70 |
<property name="sizePolicy"> |
| 71 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 72 |
<horstretch>0</horstretch> |
| 73 |
<verstretch>0</verstretch> |
| 74 |
</sizepolicy> |
| 75 |
</property> |
| 76 |
<property name="title"> |
| 77 |
<string>Device Info</string> |
| 78 |
</property> |
| 79 |
<layout class="QGridLayout" name="gridLayout_4"> |
| 80 |
<item row="0" column="0"> |
| 81 |
<widget class="QLabel" name="lb_product"> |
| 82 |
<property name="text"> |
| 83 |
<string>Description: </string> |
| 84 |
</property> |
| 85 |
</widget> |
| 86 |
</item> |
| 87 |
<item row="0" column="3" rowspan="4"> |
| 88 |
<widget class="QLabel" name="label_5"> |
| 89 |
<property name="text"> |
| 90 |
<string/> |
| 91 |
</property> |
| 92 |
<property name="pixmap"> |
| 93 |
<pixmap>../../../../../../../usr/share/icons/oxygen/64x64/devices/drive-harddisk.png</pixmap> |
| 94 |
</property> |
| 95 |
<property name="alignment"> |
| 96 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 97 |
</property> |
| 98 |
<property name="textInteractionFlags"> |
| 99 |
<set>Qt::NoTextInteraction</set> |
| 100 |
</property> |
| 101 |
</widget> |
| 102 |
</item> |
| 103 |
<item row="1" column="0"> |
| 104 |
<widget class="QLabel" name="lb_size"> |
| 105 |
<property name="text"> |
| 106 |
<string>Capacity: </string> |
| 107 |
</property> |
| 108 |
</widget> |
| 109 |
</item> |
| 110 |
<item row="2" column="0"> |
| 111 |
<widget class="QLabel" name="lb_filesystem"> |
| 112 |
<property name="text"> |
| 113 |
<string>Current filesystem: </string> |
| 114 |
</property> |
| 115 |
</widget> |
| 116 |
</item> |
| 117 |
</layout> |
| 118 |
</widget> |
| 119 |
</item> |
| 120 |
<item row="0" column="0"> |
| 121 |
<widget class="QLabel" name="label_2"> |
| 122 |
<property name="sizePolicy"> |
| 123 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 124 |
<horstretch>0</horstretch> |
| 125 |
<verstretch>0</verstretch> |
| 126 |
</sizepolicy> |
| 127 |
</property> |
| 128 |
<property name="text"> |
| 129 |
<string>Select device: </string> |
| 130 |
</property> |
| 131 |
</widget> |
| 132 |
</item> |
| 133 |
<item row="0" column="1"> |
| 134 |
<widget class="QComboBox" name="cb_devices"/> |
| 135 |
</item> |
| 136 |
</layout> |
| 137 |
</widget> |
| 138 |
</item> |
| 139 |
<item> |
| 140 |
<widget class="QGroupBox" name="gb_filesystem_widgets"> |
| 141 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
| 142 |
<item> |
| 143 |
<widget class="QWidget" name="widget_4" native="true"> |
| 144 |
<property name="sizePolicy"> |
| 145 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 146 |
<horstretch>0</horstretch> |
| 147 |
<verstretch>0</verstretch> |
| 148 |
</sizepolicy> |
| 149 |
</property> |
| 150 |
<layout class="QGridLayout" name="gridLayout_3"> |
| 151 |
<item row="0" column="0"> |
| 152 |
<widget class="QLabel" name="label_3"> |
| 153 |
<property name="text"> |
| 154 |
<string>New filesystem: </string> |
| 155 |
</property> |
| 156 |
</widget> |
| 157 |
</item> |
| 158 |
<item row="0" column="1"> |
| 159 |
<widget class="QComboBox" name="cb_filesystem"/> |
| 160 |
</item> |
| 161 |
</layout> |
| 162 |
</widget> |
| 163 |
</item> |
| 164 |
<item> |
| 165 |
<widget class="QWidget" name="widget_5" native="true"> |
| 166 |
<property name="sizePolicy"> |
| 167 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 168 |
<horstretch>0</horstretch> |
| 169 |
<verstretch>0</verstretch> |
| 170 |
</sizepolicy> |
| 171 |
</property> |
| 172 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 173 |
<item> |
| 174 |
<widget class="QCheckBox" name="checkBox"> |
| 175 |
<property name="text"> |
| 176 |
<string/> |
| 177 |
</property> |
| 178 |
</widget> |
| 179 |
</item> |
| 180 |
<item> |
| 181 |
<widget class="QGroupBox" name="groupBox"> |
| 182 |
<property name="enabled"> |
| 183 |
<bool>false</bool> |
| 184 |
</property> |
| 185 |
<property name="title"> |
| 186 |
<string/> |
| 187 |
</property> |
| 188 |
<property name="flat"> |
| 189 |
<bool>true</bool> |
| 190 |
</property> |
| 191 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 192 |
<item> |
| 193 |
<widget class="QLabel" name="label_6"> |
| 194 |
<property name="text"> |
| 195 |
<string>Label: </string> |
| 196 |
</property> |
| 197 |
</widget> |
| 198 |
</item> |
| 199 |
<item> |
| 200 |
<widget class="QLineEdit" name="le_label_device"> |
| 201 |
<property name="enabled"> |
| 202 |
<bool>false</bool> |
| 203 |
</property> |
| 204 |
</widget> |
| 205 |
</item> |
| 206 |
</layout> |
| 207 |
</widget> |
| 208 |
</item> |
| 209 |
</layout> |
| 210 |
</widget> |
| 211 |
</item> |
| 212 |
<item> |
| 213 |
<widget class="Line" name="line"> |
| 214 |
<property name="orientation"> |
| 215 |
<enum>Qt::Horizontal</enum> |
| 216 |
</property> |
| 217 |
</widget> |
| 218 |
</item> |
| 219 |
<item> |
| 220 |
<widget class="QWidget" name="widget_6" native="true"> |
| 221 |
<property name="minimumSize"> |
| 222 |
<size> |
| 223 |
<width>0</width> |
| 224 |
<height>50</height> |
| 225 |
</size> |
| 226 |
</property> |
| 227 |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
| 228 |
<item> |
| 229 |
<widget class="QLabel" name="lb_notice"> |
| 230 |
<property name="text"> |
| 231 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 232 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 233 |
p, li { white-space: pre-wrap; } |
| 234 |
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> |
| 235 |
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> |
| 236 |
</property> |
| 237 |
<property name="alignment"> |
| 238 |
<set>Qt::AlignCenter</set> |
| 239 |
</property> |
| 240 |
</widget> |
| 241 |
</item> |
| 242 |
</layout> |
| 243 |
</widget> |
| 244 |
</item> |
| 245 |
<item> |
| 246 |
<spacer name="verticalSpacer"> |
| 247 |
<property name="orientation"> |
| 248 |
<enum>Qt::Vertical</enum> |
| 249 |
</property> |
| 250 |
<property name="sizeHint" stdset="0"> |
| 251 |
<size> |
| 252 |
<width>20</width> |
| 253 |
<height>40</height> |
| 254 |
</size> |
| 255 |
</property> |
| 256 |
</spacer> |
| 257 |
</item> |
| 258 |
</layout> |
| 259 |
</widget> |
| 260 |
</item> |
| 261 |
<item> |
| 262 |
<widget class="QWidget" name="widget_3" native="true"> |
| 263 |
<property name="sizePolicy"> |
| 264 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 265 |
<horstretch>0</horstretch> |
| 266 |
<verstretch>0</verstretch> |
| 267 |
</sizepolicy> |
| 268 |
</property> |
| 269 |
<layout class="QGridLayout" name="gridLayout_2"> |
| 270 |
<item row="0" column="2"> |
| 271 |
<widget class="QPushButton" name="but_format"> |
| 272 |
<property name="text"> |
| 273 |
<string>Apply Format</string> |
| 274 |
</property> |
| 275 |
</widget> |
| 276 |
</item> |
| 277 |
<item row="0" column="0"> |
| 278 |
<spacer name="horizontalSpacer"> |
| 279 |
<property name="orientation"> |
| 280 |
<enum>Qt::Horizontal</enum> |
| 281 |
</property> |
| 282 |
<property name="sizeHint" stdset="0"> |
| 283 |
<size> |
| 284 |
<width>40</width> |
| 285 |
<height>20</height> |
| 286 |
</size> |
| 287 |
</property> |
| 288 |
</spacer> |
| 289 |
</item> |
| 290 |
<item row="0" column="1"> |
| 291 |
<widget class="QPushButton" name="but_exit"> |
| 292 |
<property name="text"> |
| 293 |
<string>Exit</string> |
| 294 |
</property> |
| 295 |
</widget> |
| 296 |
</item> |
| 297 |
</layout> |
| 298 |
</widget> |
| 299 |
</item> |
| 300 |
</layout> |
| 301 |
</widget> |
| 302 |
<layoutdefault spacing="6" margin="11"/> |
| 303 |
<resources/> |
| 304 |
<connections> |
| 305 |
<connection> |
| 306 |
<sender>checkBox</sender> |
| 307 |
<signal>clicked(bool)</signal> |
| 308 |
<receiver>groupBox</receiver> |
| 309 |
<slot>setEnabled(bool)</slot> |
| 310 |
<hints> |
| 311 |
<hint type="sourcelabel"> |
| 312 |
<x>27</x> |
| 313 |
<y>247</y> |
| 314 |
</hint> |
| 315 |
<hint type="destinationlabel"> |
| 316 |
<x>200</x> |
| 317 |
<y>254</y> |
| 318 |
</hint> |
| 319 |
</hints> |
| 320 |
</connection> |
| 321 |
</connections> |
| 322 |
</ui> |