blob: 3fd4b572ecb474ccb134ff16951e318c918d3c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Align13Form_Base</class>
<widget class="QDialog">
<property name="name">
<cstring>Align13Form_base</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>232</height>
</rect>
</property>
<property name="caption">
<string>HP Device Manager - Align Print Cartridges</string>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>540</width>
<height>140</height>
</rect>
</property>
<property name="text">
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Follow these steps to complete the alignment:</span> </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">1.</span> Place the alignment page, with the printed side facing down, on the scanner. </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">2.</span> Press the <span style=" font-style:italic;">Enter</span> or <span style=" font-style:italic;">Scan</span> button on the printer. </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">3.</span> "Alignment Complete" will be displayed when the process is finished (on some models with a front panel display) or the green light that was blinking during the process will stop blinking and remain green (on some models without a front panel display).</p></body></html></string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>OKButton</cstring>
</property>
<property name="geometry">
<rect>
<x>490</x>
<y>180</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
</widget>
<connections>
<connection>
<sender>OKButton</sender>
<signal>clicked()</signal>
<receiver>Align13Form_base</receiver>
<slot>accept()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>
|