Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / colorcaldialog_base.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'ui4/colorcaldialog_base.ui'
4 #
5 # Created: Mon May  4 14:30:31 2009
6 #      by: PyQt4 UI code generator 4.4.4
7 #
8 # WARNING! All changes made in this file will be lost!
9
10 from PyQt4 import QtCore, QtGui
11
12 class Ui_Dialog(object):
13     def setupUi(self, Dialog):
14         Dialog.setObjectName("Dialog")
15         Dialog.resize(700, 500)
16         self.gridlayout = QtGui.QGridLayout(Dialog)
17         self.gridlayout.setObjectName("gridlayout")
18         self.label = QtGui.QLabel(Dialog)
19         font = QtGui.QFont()
20         font.setPointSize(16)
21         self.label.setFont(font)
22         self.label.setObjectName("label")
23         self.gridlayout.addWidget(self.label, 0, 0, 1, 3)
24         self.line = QtGui.QFrame(Dialog)
25         self.line.setFrameShape(QtGui.QFrame.HLine)
26         self.line.setFrameShadow(QtGui.QFrame.Sunken)
27         self.line.setObjectName("line")
28         self.gridlayout.addWidget(self.line, 1, 0, 1, 5)
29         self.StackedWidget = QtGui.QStackedWidget(Dialog)
30         self.StackedWidget.setFrameShape(QtGui.QFrame.NoFrame)
31         self.StackedWidget.setObjectName("StackedWidget")
32         self.StartPage = QtGui.QWidget()
33         self.StartPage.setObjectName("StartPage")
34         self.gridlayout1 = QtGui.QGridLayout(self.StartPage)
35         self.gridlayout1.setObjectName("gridlayout1")
36         self.DeviceComboBox = DeviceUriComboBox(self.StartPage)
37         self.DeviceComboBox.setObjectName("DeviceComboBox")
38         self.gridlayout1.addWidget(self.DeviceComboBox, 0, 0, 1, 1)
39         self.groupBox = QtGui.QGroupBox(self.StartPage)
40         self.groupBox.setObjectName("groupBox")
41         self.gridlayout2 = QtGui.QGridLayout(self.groupBox)
42         self.gridlayout2.setObjectName("gridlayout2")
43         self.label_2 = QtGui.QLabel(self.groupBox)
44         self.label_2.setObjectName("label_2")
45         self.gridlayout2.addWidget(self.label_2, 0, 0, 1, 1)
46         self.gridlayout1.addWidget(self.groupBox, 1, 0, 1, 1)
47         spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
48         self.gridlayout1.addItem(spacerItem, 2, 0, 1, 1)
49         self.StackedWidget.addWidget(self.StartPage)
50         self.LoadPaperPage = QtGui.QWidget()
51         self.LoadPaperPage.setObjectName("LoadPaperPage")
52         self.gridlayout3 = QtGui.QGridLayout(self.LoadPaperPage)
53         self.gridlayout3.setObjectName("gridlayout3")
54         self.LoadPaper = LoadPaperGroupBox(self.LoadPaperPage)
55         self.LoadPaper.setObjectName("LoadPaper")
56         self.gridlayout3.addWidget(self.LoadPaper, 0, 0, 1, 1)
57         spacerItem1 = QtGui.QSpacerItem(20, 181, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
58         self.gridlayout3.addItem(spacerItem1, 1, 0, 1, 1)
59         self.StackedWidget.addWidget(self.LoadPaperPage)
60         self.Deskjet450Page = QtGui.QWidget()
61         self.Deskjet450Page.setObjectName("Deskjet450Page")
62         self.gridlayout4 = QtGui.QGridLayout(self.Deskjet450Page)
63         self.gridlayout4.setObjectName("gridlayout4")
64         self.label_3 = QtGui.QLabel(self.Deskjet450Page)
65         self.label_3.setWordWrap(True)
66         self.label_3.setObjectName("label_3")
67         self.gridlayout4.addWidget(self.label_3, 0, 0, 1, 3)
68         spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
69         self.gridlayout4.addItem(spacerItem2, 1, 1, 1, 1)
70         spacerItem3 = QtGui.QSpacerItem(111, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
71         self.gridlayout4.addItem(spacerItem3, 2, 0, 1, 1)
72         self.hboxlayout = QtGui.QHBoxLayout()
73         self.hboxlayout.setObjectName("hboxlayout")
74         self.label_4 = QtGui.QLabel(self.Deskjet450Page)
75         self.label_4.setObjectName("label_4")
76         self.hboxlayout.addWidget(self.label_4)
77         self.Deskjet450ComboBox = QtGui.QComboBox(self.Deskjet450Page)
78         self.Deskjet450ComboBox.setObjectName("Deskjet450ComboBox")
79         self.Deskjet450ComboBox.addItem(QtCore.QString())
80         self.Deskjet450ComboBox.addItem(QtCore.QString())
81         self.Deskjet450ComboBox.addItem(QtCore.QString())
82         self.Deskjet450ComboBox.addItem(QtCore.QString())
83         self.Deskjet450ComboBox.addItem(QtCore.QString())
84         self.Deskjet450ComboBox.addItem(QtCore.QString())
85         self.Deskjet450ComboBox.addItem(QtCore.QString())
86         self.hboxlayout.addWidget(self.Deskjet450ComboBox)
87         self.gridlayout4.addLayout(self.hboxlayout, 2, 1, 1, 1)
88         spacerItem4 = QtGui.QSpacerItem(221, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
89         self.gridlayout4.addItem(spacerItem4, 2, 2, 1, 1)
90         spacerItem5 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
91         self.gridlayout4.addItem(spacerItem5, 3, 1, 1, 1)
92         self.StackedWidget.addWidget(self.Deskjet450Page)
93         self.CrickPage = QtGui.QWidget()
94         self.CrickPage.setObjectName("CrickPage")
95         self.gridlayout5 = QtGui.QGridLayout(self.CrickPage)
96         self.gridlayout5.setObjectName("gridlayout5")
97         self.label_5 = QtGui.QLabel(self.CrickPage)
98         self.label_5.setWordWrap(True)
99         self.label_5.setObjectName("label_5")
100         self.gridlayout5.addWidget(self.label_5, 0, 0, 1, 3)
101         spacerItem6 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
102         self.gridlayout5.addItem(spacerItem6, 1, 1, 1, 1)
103         spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
104         self.gridlayout5.addItem(spacerItem7, 2, 0, 1, 1)
105         self.hboxlayout1 = QtGui.QHBoxLayout()
106         self.hboxlayout1.setObjectName("hboxlayout1")
107         self.label_6 = QtGui.QLabel(self.CrickPage)
108         self.label_6.setObjectName("label_6")
109         self.hboxlayout1.addWidget(self.label_6)
110         self.CrickSpinBox = QtGui.QSpinBox(self.CrickPage)
111         self.CrickSpinBox.setMinimum(1)
112         self.CrickSpinBox.setMaximum(81)
113         self.CrickSpinBox.setProperty("value", QtCore.QVariant(41))
114         self.CrickSpinBox.setObjectName("CrickSpinBox")
115         self.hboxlayout1.addWidget(self.CrickSpinBox)
116         self.gridlayout5.addLayout(self.hboxlayout1, 2, 1, 1, 1)
117         spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
118         self.gridlayout5.addItem(spacerItem8, 2, 2, 1, 1)
119         spacerItem9 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
120         self.gridlayout5.addItem(spacerItem9, 3, 1, 1, 1)
121         self.StackedWidget.addWidget(self.CrickPage)
122         self.LBowPage = QtGui.QWidget()
123         self.LBowPage.setObjectName("LBowPage")
124         self.gridlayout6 = QtGui.QGridLayout(self.LBowPage)
125         self.gridlayout6.setObjectName("gridlayout6")
126         self.label_12 = QtGui.QLabel(self.LBowPage)
127         self.label_12.setWordWrap(True)
128         self.label_12.setObjectName("label_12")
129         self.gridlayout6.addWidget(self.label_12, 0, 0, 1, 5)
130         spacerItem10 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
131         self.gridlayout6.addItem(spacerItem10, 1, 1, 1, 1)
132         spacerItem11 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
133         self.gridlayout6.addItem(spacerItem11, 2, 0, 1, 1)
134         self.LBowIcon = QtGui.QLabel(self.LBowPage)
135         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
136         sizePolicy.setHorizontalStretch(0)
137         sizePolicy.setVerticalStretch(0)
138         sizePolicy.setHeightForWidth(self.LBowIcon.sizePolicy().hasHeightForWidth())
139         self.LBowIcon.setSizePolicy(sizePolicy)
140         self.LBowIcon.setMinimumSize(QtCore.QSize(85, 90))
141         self.LBowIcon.setMaximumSize(QtCore.QSize(85, 90))
142         self.LBowIcon.setFrameShape(QtGui.QFrame.NoFrame)
143         self.LBowIcon.setObjectName("LBowIcon")
144         self.gridlayout6.addWidget(self.LBowIcon, 2, 1, 1, 1)
145         spacerItem12 = QtGui.QSpacerItem(31, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
146         self.gridlayout6.addItem(spacerItem12, 2, 2, 1, 1)
147         self.hboxlayout2 = QtGui.QHBoxLayout()
148         self.hboxlayout2.setObjectName("hboxlayout2")
149         self.LBowLabel = QtGui.QLabel(self.LBowPage)
150         self.LBowLabel.setObjectName("LBowLabel")
151         self.hboxlayout2.addWidget(self.LBowLabel)
152         self.LBowComboBox = QtGui.QComboBox(self.LBowPage)
153         self.LBowComboBox.setObjectName("LBowComboBox")
154         self.hboxlayout2.addWidget(self.LBowComboBox)
155         self.gridlayout6.addLayout(self.hboxlayout2, 2, 3, 1, 1)
156         spacerItem13 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
157         self.gridlayout6.addItem(spacerItem13, 2, 4, 1, 1)
158         spacerItem14 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
159         self.gridlayout6.addItem(spacerItem14, 3, 1, 1, 1)
160         self.StackedWidget.addWidget(self.LBowPage)
161         self.ConneryPage = QtGui.QWidget()
162         self.ConneryPage.setObjectName("ConneryPage")
163         self.gridlayout7 = QtGui.QGridLayout(self.ConneryPage)
164         self.gridlayout7.setObjectName("gridlayout7")
165         self.label_7 = QtGui.QLabel(self.ConneryPage)
166         self.label_7.setWordWrap(True)
167         self.label_7.setObjectName("label_7")
168         self.gridlayout7.addWidget(self.label_7, 0, 0, 1, 5)
169         spacerItem15 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
170         self.gridlayout7.addItem(spacerItem15, 1, 2, 1, 1)
171         spacerItem16 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
172         self.gridlayout7.addItem(spacerItem16, 2, 0, 1, 1)
173         self.hboxlayout3 = QtGui.QHBoxLayout()
174         self.hboxlayout3.setObjectName("hboxlayout3")
175         self.groupBox_2 = QtGui.QGroupBox(self.ConneryPage)
176         self.groupBox_2.setObjectName("groupBox_2")
177         self.gridlayout8 = QtGui.QGridLayout(self.groupBox_2)
178         self.gridlayout8.setObjectName("gridlayout8")
179         spacerItem17 = QtGui.QSpacerItem(21, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
180         self.gridlayout8.addItem(spacerItem17, 0, 0, 1, 1)
181         self.ConneryGrayPatchIcon = QtGui.QLabel(self.groupBox_2)
182         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
183         sizePolicy.setHorizontalStretch(0)
184         sizePolicy.setVerticalStretch(0)
185         sizePolicy.setHeightForWidth(self.ConneryGrayPatchIcon.sizePolicy().hasHeightForWidth())
186         self.ConneryGrayPatchIcon.setSizePolicy(sizePolicy)
187         self.ConneryGrayPatchIcon.setMinimumSize(QtCore.QSize(75, 75))
188         self.ConneryGrayPatchIcon.setMaximumSize(QtCore.QSize(75, 75))
189         self.ConneryGrayPatchIcon.setFrameShape(QtGui.QFrame.NoFrame)
190         self.ConneryGrayPatchIcon.setObjectName("ConneryGrayPatchIcon")
191         self.gridlayout8.addWidget(self.ConneryGrayPatchIcon, 0, 1, 1, 2)
192         spacerItem18 = QtGui.QSpacerItem(21, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
193         self.gridlayout8.addItem(spacerItem18, 0, 3, 1, 1)
194         self.ConneryGrayLetterComboBox = QtGui.QComboBox(self.groupBox_2)
195         self.ConneryGrayLetterComboBox.setObjectName("ConneryGrayLetterComboBox")
196         self.gridlayout8.addWidget(self.ConneryGrayLetterComboBox, 1, 0, 1, 2)
197         self.ConneryGrayNumberComboBox = QtGui.QComboBox(self.groupBox_2)
198         self.ConneryGrayNumberComboBox.setObjectName("ConneryGrayNumberComboBox")
199         self.gridlayout8.addWidget(self.ConneryGrayNumberComboBox, 1, 2, 1, 2)
200         self.hboxlayout3.addWidget(self.groupBox_2)
201         self.groupBox_3 = QtGui.QGroupBox(self.ConneryPage)
202         self.groupBox_3.setObjectName("groupBox_3")
203         self.gridlayout9 = QtGui.QGridLayout(self.groupBox_3)
204         self.gridlayout9.setObjectName("gridlayout9")
205         spacerItem19 = QtGui.QSpacerItem(21, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
206         self.gridlayout9.addItem(spacerItem19, 0, 0, 1, 1)
207         self.ConneryColorPatchIcon = QtGui.QLabel(self.groupBox_3)
208         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
209         sizePolicy.setHorizontalStretch(0)
210         sizePolicy.setVerticalStretch(0)
211         sizePolicy.setHeightForWidth(self.ConneryColorPatchIcon.sizePolicy().hasHeightForWidth())
212         self.ConneryColorPatchIcon.setSizePolicy(sizePolicy)
213         self.ConneryColorPatchIcon.setMinimumSize(QtCore.QSize(75, 75))
214         self.ConneryColorPatchIcon.setMaximumSize(QtCore.QSize(75, 75))
215         self.ConneryColorPatchIcon.setFrameShape(QtGui.QFrame.NoFrame)
216         self.ConneryColorPatchIcon.setObjectName("ConneryColorPatchIcon")
217         self.gridlayout9.addWidget(self.ConneryColorPatchIcon, 0, 1, 1, 2)
218         spacerItem20 = QtGui.QSpacerItem(31, 75, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
219         self.gridlayout9.addItem(spacerItem20, 0, 3, 1, 1)
220         self.ConneryColorLetterComboBox = QtGui.QComboBox(self.groupBox_3)
221         self.ConneryColorLetterComboBox.setObjectName("ConneryColorLetterComboBox")
222         self.gridlayout9.addWidget(self.ConneryColorLetterComboBox, 1, 0, 1, 2)
223         self.ConneryColorNumberComboBox = QtGui.QComboBox(self.groupBox_3)
224         self.ConneryColorNumberComboBox.setObjectName("ConneryColorNumberComboBox")
225         self.gridlayout9.addWidget(self.ConneryColorNumberComboBox, 1, 2, 1, 2)
226         self.hboxlayout3.addWidget(self.groupBox_3)
227         self.gridlayout7.addLayout(self.hboxlayout3, 2, 1, 1, 3)
228         spacerItem21 = QtGui.QSpacerItem(81, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
229         self.gridlayout7.addItem(spacerItem21, 2, 4, 1, 1)
230         spacerItem22 = QtGui.QSpacerItem(20, 21, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
231         self.gridlayout7.addItem(spacerItem22, 3, 1, 1, 1)
232         spacerItem23 = QtGui.QSpacerItem(20, 51, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
233         self.gridlayout7.addItem(spacerItem23, 3, 3, 2, 1)
234         self.ConneryUseFactoryDefaultsCheckBox = QtGui.QCheckBox(self.ConneryPage)
235         self.ConneryUseFactoryDefaultsCheckBox.setObjectName("ConneryUseFactoryDefaultsCheckBox")
236         self.gridlayout7.addWidget(self.ConneryUseFactoryDefaultsCheckBox, 4, 0, 1, 2)
237         self.StackedWidget.addWidget(self.ConneryPage)
238         self.FrontPanelPage = QtGui.QWidget()
239         self.FrontPanelPage.setObjectName("FrontPanelPage")
240         self.gridlayout10 = QtGui.QGridLayout(self.FrontPanelPage)
241         self.gridlayout10.setObjectName("gridlayout10")
242         self.label_8 = QtGui.QLabel(self.FrontPanelPage)
243         self.label_8.setWordWrap(True)
244         self.label_8.setObjectName("label_8")
245         self.gridlayout10.addWidget(self.label_8, 0, 0, 1, 1)
246         spacerItem24 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
247         self.gridlayout10.addItem(spacerItem24, 1, 0, 1, 1)
248         self.StackedWidget.addWidget(self.FrontPanelPage)
249         self.gridlayout.addWidget(self.StackedWidget, 2, 0, 1, 6)
250         self.line_2 = QtGui.QFrame(Dialog)
251         self.line_2.setFrameShape(QtGui.QFrame.HLine)
252         self.line_2.setFrameShadow(QtGui.QFrame.Sunken)
253         self.line_2.setObjectName("line_2")
254         self.gridlayout.addWidget(self.line_2, 3, 0, 1, 5)
255         self.StepText = QtGui.QLabel(Dialog)
256         self.StepText.setObjectName("StepText")
257         self.gridlayout.addWidget(self.StepText, 4, 0, 1, 1)
258         spacerItem25 = QtGui.QSpacerItem(141, 28, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
259         self.gridlayout.addItem(spacerItem25, 4, 1, 1, 1)
260         self.BackButton = QtGui.QPushButton(Dialog)
261         self.BackButton.setObjectName("BackButton")
262         self.gridlayout.addWidget(self.BackButton, 4, 2, 1, 1)
263         self.NextButton = QtGui.QPushButton(Dialog)
264         self.NextButton.setObjectName("NextButton")
265         self.gridlayout.addWidget(self.NextButton, 4, 3, 1, 1)
266         self.CancelButton = QtGui.QPushButton(Dialog)
267         self.CancelButton.setObjectName("CancelButton")
268         self.gridlayout.addWidget(self.CancelButton, 4, 4, 1, 1)
269
270         self.retranslateUi(Dialog)
271         self.StackedWidget.setCurrentIndex(0)
272         QtCore.QObject.connect(self.ConneryUseFactoryDefaultsCheckBox, QtCore.SIGNAL("clicked(bool)"), self.groupBox_2.setDisabled)
273         QtCore.QObject.connect(self.ConneryUseFactoryDefaultsCheckBox, QtCore.SIGNAL("clicked(bool)"), self.groupBox_3.setDisabled)
274         QtCore.QMetaObject.connectSlotsByName(Dialog)
275
276     def retranslateUi(self, Dialog):
277         Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "HP Device Manager - Printer Color Calibration", None, QtGui.QApplication.UnicodeUTF8))
278         self.label.setText(QtGui.QApplication.translate("Dialog", "Printer Color Calibration", None, QtGui.QApplication.UnicodeUTF8))
279         self.label_2.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
280 "p, li { white-space: pre-wrap; }\n"
281 "</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
282 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Select the device to align and click <span style=\" font-style:italic;\">Next &gt;</span> to continue.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
283         self.label_3.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
284 "p, li { white-space: pre-wrap; }\n"
285 "</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
286 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Choose the numbered image labeled \"1\" thru \"7\" that is <span style=\" font-weight:600;\">best color matched</span> to the image labeled \"X\".</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
287         self.label_4.setText(QtGui.QApplication.translate("Dialog", "Best Matched Image:", None, QtGui.QApplication.UnicodeUTF8))
288         self.Deskjet450ComboBox.setItemText(0, QtGui.QApplication.translate("Dialog", "1", None, QtGui.QApplication.UnicodeUTF8))
289         self.Deskjet450ComboBox.setItemText(1, QtGui.QApplication.translate("Dialog", "2", None, QtGui.QApplication.UnicodeUTF8))
290         self.Deskjet450ComboBox.setItemText(2, QtGui.QApplication.translate("Dialog", "3", None, QtGui.QApplication.UnicodeUTF8))
291         self.Deskjet450ComboBox.setItemText(3, QtGui.QApplication.translate("Dialog", "4", None, QtGui.QApplication.UnicodeUTF8))
292         self.Deskjet450ComboBox.setItemText(4, QtGui.QApplication.translate("Dialog", "5", None, QtGui.QApplication.UnicodeUTF8))
293         self.Deskjet450ComboBox.setItemText(5, QtGui.QApplication.translate("Dialog", "6", None, QtGui.QApplication.UnicodeUTF8))
294         self.Deskjet450ComboBox.setItemText(6, QtGui.QApplication.translate("Dialog", "7", None, QtGui.QApplication.UnicodeUTF8))
295         self.label_5.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
296 "p, li { white-space: pre-wrap; }\n"
297 "</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
298 "<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;\">A page of color patches is printing.  When it is complete, follow these steps:</span> </p>\n"
299 "<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> Hold the page approximately 8 inches (~20cm) in front of your eyes. </p>\n"
300 "<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> Slowly move the page away from you until the numbered patches fade to match the background. </p>\n"
301 "<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> Select the number (below) between <span style=\" font-style:italic;\">1</span> and <span style=\" font-style:italic;\">81 </span>of the numbered patch that <span style=\" font-weight:600;\">best </span>matches the background:</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
302         self.label_6.setText(QtGui.QApplication.translate("Dialog", "Number of <b>best</b> matching patch (1-81):", None, QtGui.QApplication.UnicodeUTF8))
303         self.label_12.setText(QtGui.QApplication.translate("Dialog", "Choose the numbered colored box that the color <b>best </b>matches the background color of the bar.", None, QtGui.QApplication.UnicodeUTF8))
304         self.LBowLabel.setText(QtGui.QApplication.translate("Dialog", "Line %1:", None, QtGui.QApplication.UnicodeUTF8))
305         self.label_7.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
306 "p, li { white-space: pre-wrap; }\n"
307 "</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
308 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">1. Hold the calibration page at arm\'s length in front of your eyes.</p>\n"
309 "<p 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>\n"
310 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">2. Tilt the page away from you. Look at the two large squares, each containing colored patches. For each large square, find the colored path that <span style=\" font-weight:600;\">most closely</span> matches the background color.</p>\n"
311 "<p 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>\n"
312 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">3. Choose the letter and number for the matching patches for the gray and color plots.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
313         self.groupBox_2.setTitle(QtGui.QApplication.translate("Dialog", "Gray Plot", None, QtGui.QApplication.UnicodeUTF8))
314         self.groupBox_3.setTitle(QtGui.QApplication.translate("Dialog", "Color Plot", None, QtGui.QApplication.UnicodeUTF8))
315         self.ConneryUseFactoryDefaultsCheckBox.setText(QtGui.QApplication.translate("Dialog", "Use Factory Defaults", None, QtGui.QApplication.UnicodeUTF8))
316         self.label_8.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
317 "p, li { white-space: pre-wrap; }\n"
318 "</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
319 "<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;\">Cartridge alignment on this printer is only available by accessing the front panel of the printer.</span> Please refer to the user guide for the printer for more information. Click <span style=\" font-style:italic;\">Finish</span> to exit.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
320         self.StepText.setText(QtGui.QApplication.translate("Dialog", "Step %1 of %2", None, QtGui.QApplication.UnicodeUTF8))
321         self.BackButton.setText(QtGui.QApplication.translate("Dialog", "< Back", None, QtGui.QApplication.UnicodeUTF8))
322         self.NextButton.setText(QtGui.QApplication.translate("Dialog", "Next >", None, QtGui.QApplication.UnicodeUTF8))
323         self.CancelButton.setText(QtGui.QApplication.translate("Dialog", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
324
325 from loadpapergroupbox import LoadPaperGroupBox
326 from deviceuricombobox import DeviceUriComboBox