1<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> 2<class>NoDevicesForm_base</class> 3<widget class="QDialog"> 4 <property name="name"> 5 <cstring>NoDevicesForm_base</cstring> 6 </property> 7 <property name="geometry"> 8 <rect> 9 <x>0</x> 10 <y>0</y> 11 <width>525</width> 12 <height>440</height> 13 </rect> 14 </property> 15 <property name="caption"> 16 <string>HP Device Manager - No Installed HP Devices Found</string> 17 </property> 18 <grid> 19 <property name="name"> 20 <cstring>unnamed</cstring> 21 </property> 22 <widget class="QLabel" row="0" column="0"> 23 <property name="name"> 24 <cstring>Icon</cstring> 25 </property> 26 <property name="sizePolicy"> 27 <sizepolicy> 28 <hsizetype>0</hsizetype> 29 <vsizetype>0</vsizetype> 30 <horstretch>0</horstretch> 31 <verstretch>0</verstretch> 32 </sizepolicy> 33 </property> 34 <property name="frameShape"> 35 <enum>NoFrame</enum> 36 </property> 37 <property name="scaledContents"> 38 <bool>true</bool> 39 </property> 40 </widget> 41 <spacer row="1" column="0"> 42 <property name="name"> 43 <cstring>spacer3</cstring> 44 </property> 45 <property name="orientation"> 46 <enum>Vertical</enum> 47 </property> 48 <property name="sizeType"> 49 <enum>Expanding</enum> 50 </property> 51 <property name="sizeHint"> 52 <size> 53 <width>20</width> 54 <height>280</height> 55 </size> 56 </property> 57 </spacer> 58 <spacer row="2" column="2"> 59 <property name="name"> 60 <cstring>spacer2</cstring> 61 </property> 62 <property name="orientation"> 63 <enum>Vertical</enum> 64 </property> 65 <property name="sizeType"> 66 <enum>Expanding</enum> 67 </property> 68 <property name="sizeHint"> 69 <size> 70 <width>20</width> 71 <height>16</height> 72 </size> 73 </property> 74 </spacer> 75 <widget class="QLabel" row="0" column="1" rowspan="2" colspan="4"> 76 <property name="name"> 77 <cstring>textLabel7</cstring> 78 </property> 79 <property name="text"> 80 <string><b><font size="+2">No Installed HP Devices Found.</font></b><p>To install a device, use one of the following methods:<p> 811.Run <b>hp-setup</b> (in a shell/terminal or click <tt>Setup Device...</tt> below).<p> 822. <b>CUPS web interface</b> (open a browser to: <u>http://localhost:631</u> or press the button below),<p> 833. The <b>printer installation utility</b> that came with your operating system (YaST, PrinterDrake, etc). 84<p><p>After setting up a printer, you may have to press <tt>F6</tt> or chose <tt>Device | Refresh All</tt> for the printer to appear in the HP Device Manager.<p> 85<i><b>Note: Only devices installed with the <tt>hp:</tt> or <tt>hpfax:</tt> CUPS backend will appear in the HP Device Manager.</b></i><p></string> 86 </property> 87 <property name="alignment"> 88 <set>WordBreak|AlignVCenter</set> 89 </property> 90 </widget> 91 <spacer row="3" column="0" rowspan="1" colspan="2"> 92 <property name="name"> 93 <cstring>spacer43</cstring> 94 </property> 95 <property name="orientation"> 96 <enum>Horizontal</enum> 97 </property> 98 <property name="sizeType"> 99 <enum>Expanding</enum> 100 </property> 101 <property name="sizeHint"> 102 <size> 103 <width>400</width> 104 <height>20</height> 105 </size> 106 </property> 107 </spacer> 108 <widget class="QPushButton" row="3" column="2"> 109 <property name="name"> 110 <cstring>setupPushButton</cstring> 111 </property> 112 <property name="text"> 113 <string>Setup Device...</string> 114 </property> 115 </widget> 116 <widget class="QPushButton" row="3" column="3"> 117 <property name="name"> 118 <cstring>CUPSButton</cstring> 119 </property> 120 <property name="text"> 121 <string>CUPS Web Interface</string> 122 </property> 123 </widget> 124 <widget class="QPushButton" row="3" column="4"> 125 <property name="name"> 126 <cstring>ExitButton</cstring> 127 </property> 128 <property name="text"> 129 <string>Close</string> 130 </property> 131 <property name="default"> 132 <bool>true</bool> 133 </property> 134 </widget> 135 </grid> 136</widget> 137<connections> 138 <connection> 139 <sender>CUPSButton</sender> 140 <signal>clicked()</signal> 141 <receiver>NoDevicesForm_base</receiver> 142 <slot>CUPSButton_clicked()</slot> 143 </connection> 144 <connection> 145 <sender>ExitButton</sender> 146 <signal>clicked()</signal> 147 <receiver>NoDevicesForm_base</receiver> 148 <slot>ExitButton_clicked()</slot> 149 </connection> 150 <connection> 151 <sender>setupPushButton</sender> 152 <signal>clicked()</signal> 153 <receiver>NoDevicesForm_base</receiver> 154 <slot>setupPushButton_clicked()</slot> 155 </connection> 156</connections> 157<slots> 158 <slot>CUPSButton_clicked()</slot> 159 <slot>ExitButton_clicked()</slot> 160 <slot>setupPushButton_clicked()</slot> 161</slots> 162<layoutdefaults spacing="6" margin="11"/> 163</UI> 164