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 - Fax Device Setup</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>Fax Device Setup</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="FaxComboBox" /> 37 </item> 38 <item row="3" column="0" colspan="3" > 39 <widget class="QTabWidget" name="tabWidget" > 40 <property name="currentIndex" > 41 <number>1</number> 42 </property> 43 <widget class="QWidget" name="tab" > 44 <attribute name="title" > 45 <string>Fax Header</string> 46 </attribute> 47 <layout class="QGridLayout" > 48 <item row="0" column="0" colspan="2" > 49 <widget class="QLabel" name="label_3" > 50 <property name="text" > 51 <string>This information will appear at the top of each fax you send.</string> 52 </property> 53 </widget> 54 </item> 55 <item row="1" column="0" > 56 <widget class="QLabel" name="label_2" > 57 <property name="text" > 58 <string>Name and/or Company:</string> 59 </property> 60 </widget> 61 </item> 62 <item row="1" column="1" > 63 <widget class="QLineEdit" name="NameCompanyLineEdit" /> 64 </item> 65 <item row="2" column="0" > 66 <widget class="QLabel" name="label_4" > 67 <property name="text" > 68 <string>Fax Number:</string> 69 </property> 70 </widget> 71 </item> 72 <item row="2" column="1" > 73 <widget class="QLineEdit" name="FaxNumberLineEdit" /> 74 </item> 75 <item row="3" column="1" > 76 <spacer> 77 <property name="orientation" > 78 <enum>Qt::Vertical</enum> 79 </property> 80 <property name="sizeHint" > 81 <size> 82 <width>20</width> 83 <height>40</height> 84 </size> 85 </property> 86 </spacer> 87 </item> 88 </layout> 89 </widget> 90 <widget class="QWidget" name="tab_2" > 91 <attribute name="title" > 92 <string>Coverpage</string> 93 </attribute> 94 <layout class="QGridLayout" > 95 <item row="0" column="0" colspan="2" > 96 <widget class="QLabel" name="label_5" > 97 <property name="text" > 98 <string>This information will appear on all coverpages.</string> 99 </property> 100 </widget> 101 </item> 102 <item row="1" column="0" > 103 <widget class="QLabel" name="label_6" > 104 <property name="text" > 105 <string>Voice Phone Number:</string> 106 </property> 107 </widget> 108 </item> 109 <item row="1" column="1" > 110 <widget class="QLineEdit" name="VoiceNumberLineEdit" /> 111 </item> 112 <item row="2" column="0" > 113 <widget class="QLabel" name="label_7" > 114 <property name="text" > 115 <string>Email Address:</string> 116 </property> 117 </widget> 118 </item> 119 <item row="2" column="1" > 120 <widget class="QLineEdit" name="EmailLineEdit" /> 121 </item> 122 <item row="3" column="1" > 123 <spacer> 124 <property name="orientation" > 125 <enum>Qt::Vertical</enum> 126 </property> 127 <property name="sizeHint" > 128 <size> 129 <width>20</width> 130 <height>131</height> 131 </size> 132 </property> 133 </spacer> 134 </item> 135 </layout> 136 </widget> 137 </widget> 138 </item> 139 <item row="4" column="0" > 140 <spacer> 141 <property name="orientation" > 142 <enum>Qt::Horizontal</enum> 143 </property> 144 <property name="sizeHint" > 145 <size> 146 <width>371</width> 147 <height>20</height> 148 </size> 149 </property> 150 </spacer> 151 </item> 152 <item row="4" column="2" > 153 <widget class="QPushButton" name="CancelButton" > 154 <property name="text" > 155 <string>Close</string> 156 </property> 157 </widget> 158 </item> 159 </layout> 160 </widget> 161 <customwidgets> 162 <customwidget> 163 <class>DeviceUriComboBox</class> 164 <extends>QComboBox</extends> 165 <header>deviceuricombobox.h</header> 166 </customwidget> 167 </customwidgets> 168 <resources/> 169 <connections/> 170</ui> 171