1<ui version="4.0" > 2 <class>Dialog</class> 3 <widget class="QDialog" name="Dialog" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>700</width> 9 <height>500</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string>HP Device Manager - Print Quality Diagnostics</string> 14 </property> 15 <layout class="QGridLayout" > 16 <item row="0" column="0" > 17 <widget class="QLabel" name="label" > 18 <property name="font" > 19 <font> 20 <pointsize>16</pointsize> 21 </font> 22 </property> 23 <property name="text" > 24 <string>Print Quality Diagnostics</string> 25 </property> 26 </widget> 27 </item> 28 <item row="1" column="0" colspan="3" > 29 <widget class="Line" name="line" > 30 <property name="orientation" > 31 <enum>Qt::Horizontal</enum> 32 </property> 33 </widget> 34 </item> 35 <item row="2" column="0" colspan="3" > 36 <widget class="DeviceUriComboBox" name="DeviceComboBox" /> 37 </item> 38 <item row="3" column="0" colspan="3" > 39 <widget class="LoadPaperGroupBox" name="LoadPaper" > 40 <property name="title" > 41 <string/> 42 </property> 43 </widget> 44 </item> 45 <item row="4" column="0" > 46 <spacer> 47 <property name="orientation" > 48 <enum>Qt::Vertical</enum> 49 </property> 50 <property name="sizeHint" > 51 <size> 52 <width>410</width> 53 <height>81</height> 54 </size> 55 </property> 56 </spacer> 57 </item> 58 <item row="5" column="0" > 59 <spacer> 60 <property name="orientation" > 61 <enum>Qt::Horizontal</enum> 62 </property> 63 <property name="sizeHint" > 64 <size> 65 <width>361</width> 66 <height>20</height> 67 </size> 68 </property> 69 </spacer> 70 </item> 71 <item row="5" column="1" > 72 <widget class="QPushButton" name="RunButton" > 73 <property name="text" > 74 <string>Run</string> 75 </property> 76 </widget> 77 </item> 78 <item row="5" column="2" > 79 <widget class="QPushButton" name="CancelButton" > 80 <property name="text" > 81 <string>Cancel</string> 82 </property> 83 </widget> 84 </item> 85 </layout> 86 </widget> 87 <customwidgets> 88 <customwidget> 89 <class>DeviceUriComboBox</class> 90 <extends>QComboBox</extends> 91 <header>deviceuricombobox.h</header> 92 </customwidget> 93 <customwidget> 94 <class>LoadPaperGroupBox</class> 95 <extends>QGroupBox</extends> 96 <header>loadpapergroupbox.h</header> 97 <container>1</container> 98 </customwidget> 99 </customwidgets> 100 <resources/> 101 <connections/> 102</ui> 103