Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / setupdialog_base.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'ui4/setupdialog_base.ui'
4 #
5 # Created: Mon May  4 14:30:37 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.setWindowModality(QtCore.Qt.ApplicationModal)
16         Dialog.resize(700, 500)
17         self.gridlayout = QtGui.QGridLayout(Dialog)
18         self.gridlayout.setObjectName("gridlayout")
19         self.StackedWidget = QtGui.QStackedWidget(Dialog)
20         self.StackedWidget.setObjectName("StackedWidget")
21         self.DiscoveryPage = QtGui.QWidget()
22         self.DiscoveryPage.setObjectName("DiscoveryPage")
23         self.gridlayout1 = QtGui.QGridLayout(self.DiscoveryPage)
24         self.gridlayout1.setObjectName("gridlayout1")
25         self.label = QtGui.QLabel(self.DiscoveryPage)
26         font = QtGui.QFont()
27         font.setPointSize(16)
28         self.label.setFont(font)
29         self.label.setObjectName("label")
30         self.gridlayout1.addWidget(self.label, 0, 0, 1, 2)
31         self.line = QtGui.QFrame(self.DiscoveryPage)
32         self.line.setFrameShape(QtGui.QFrame.HLine)
33         self.line.setFrameShadow(QtGui.QFrame.Sunken)
34         self.line.setObjectName("line")
35         self.gridlayout1.addWidget(self.line, 1, 0, 1, 2)
36         self.groupBox = QtGui.QGroupBox(self.DiscoveryPage)
37         self.groupBox.setObjectName("groupBox")
38         self.gridlayout2 = QtGui.QGridLayout(self.groupBox)
39         self.gridlayout2.setObjectName("gridlayout2")
40         self.UsbRadioButton = QtGui.QRadioButton(self.groupBox)
41         self.UsbRadioButton.setChecked(True)
42         self.UsbRadioButton.setObjectName("UsbRadioButton")
43         self.gridlayout2.addWidget(self.UsbRadioButton, 0, 0, 1, 1)
44         self.NetworkRadioButton = QtGui.QRadioButton(self.groupBox)
45         self.NetworkRadioButton.setObjectName("NetworkRadioButton")
46         self.gridlayout2.addWidget(self.NetworkRadioButton, 1, 0, 1, 1)
47         self.ParallelRadioButton = QtGui.QRadioButton(self.groupBox)
48         self.ParallelRadioButton.setEnabled(True)
49         self.ParallelRadioButton.setObjectName("ParallelRadioButton")
50         self.gridlayout2.addWidget(self.ParallelRadioButton, 3, 0, 1, 1)
51         self.WirelessButton = QtGui.QRadioButton(self.groupBox)
52         self.WirelessButton.setObjectName("WirelessButton")
53         self.gridlayout2.addWidget(self.WirelessButton, 2, 0, 1, 1)
54         self.gridlayout1.addWidget(self.groupBox, 2, 0, 1, 2)
55         self.AdvancedButton = QtGui.QPushButton(self.DiscoveryPage)
56         self.AdvancedButton.setObjectName("AdvancedButton")
57         self.gridlayout1.addWidget(self.AdvancedButton, 3, 0, 1, 1)
58         spacerItem = QtGui.QSpacerItem(381, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
59         self.gridlayout1.addItem(spacerItem, 3, 1, 1, 1)
60         self.AdvancedStackedWidget = QtGui.QStackedWidget(self.DiscoveryPage)
61         self.AdvancedStackedWidget.setObjectName("AdvancedStackedWidget")
62         self.page = QtGui.QWidget()
63         self.page.setObjectName("page")
64         self.gridlayout3 = QtGui.QGridLayout(self.page)
65         self.gridlayout3.setObjectName("gridlayout3")
66         self.DiscoveryOptionsGroupBox = QtGui.QGroupBox(self.page)
67         self.DiscoveryOptionsGroupBox.setObjectName("DiscoveryOptionsGroupBox")
68         self.gridlayout4 = QtGui.QGridLayout(self.DiscoveryOptionsGroupBox)
69         self.gridlayout4.setObjectName("gridlayout4")
70         self.hboxlayout = QtGui.QHBoxLayout()
71         self.hboxlayout.setObjectName("hboxlayout")
72         self.label_2 = QtGui.QLabel(self.DiscoveryOptionsGroupBox)
73         self.label_2.setObjectName("label_2")
74         self.hboxlayout.addWidget(self.label_2)
75         self.SearchLineEdit = QtGui.QLineEdit(self.DiscoveryOptionsGroupBox)
76         self.SearchLineEdit.setObjectName("SearchLineEdit")
77         self.hboxlayout.addWidget(self.SearchLineEdit)
78         self.gridlayout4.addLayout(self.hboxlayout, 0, 0, 1, 1)
79         self.hboxlayout1 = QtGui.QHBoxLayout()
80         self.hboxlayout1.setObjectName("hboxlayout1")
81         self.DeviceTypeLabel = QtGui.QLabel(self.DiscoveryOptionsGroupBox)
82         self.DeviceTypeLabel.setObjectName("DeviceTypeLabel")
83         self.hboxlayout1.addWidget(self.DeviceTypeLabel)
84         self.DeviceTypeComboBox = QtGui.QComboBox(self.DiscoveryOptionsGroupBox)
85         self.DeviceTypeComboBox.setObjectName("DeviceTypeComboBox")
86         self.hboxlayout1.addWidget(self.DeviceTypeComboBox)
87         self.gridlayout4.addLayout(self.hboxlayout1, 0, 1, 1, 2)
88         self.hboxlayout2 = QtGui.QHBoxLayout()
89         self.hboxlayout2.setObjectName("hboxlayout2")
90         self.NetworkDiscoveryMethodLabel = QtGui.QLabel(self.DiscoveryOptionsGroupBox)
91         self.NetworkDiscoveryMethodLabel.setObjectName("NetworkDiscoveryMethodLabel")
92         self.hboxlayout2.addWidget(self.NetworkDiscoveryMethodLabel)
93         self.NetworkDiscoveryMethodComboBox = QtGui.QComboBox(self.DiscoveryOptionsGroupBox)
94         self.NetworkDiscoveryMethodComboBox.setObjectName("NetworkDiscoveryMethodComboBox")
95         self.NetworkDiscoveryMethodComboBox.addItem(QtCore.QString())
96         self.NetworkDiscoveryMethodComboBox.addItem(QtCore.QString())
97         self.hboxlayout2.addWidget(self.NetworkDiscoveryMethodComboBox)
98         self.gridlayout4.addLayout(self.hboxlayout2, 1, 0, 1, 1)
99         self.hboxlayout3 = QtGui.QHBoxLayout()
100         self.hboxlayout3.setObjectName("hboxlayout3")
101         self.NetworkTimeoutLabel = QtGui.QLabel(self.DiscoveryOptionsGroupBox)
102         self.NetworkTimeoutLabel.setObjectName("NetworkTimeoutLabel")
103         self.hboxlayout3.addWidget(self.NetworkTimeoutLabel)
104         self.NetworkTimeoutSpinBox = QtGui.QSpinBox(self.DiscoveryOptionsGroupBox)
105         self.NetworkTimeoutSpinBox.setMinimum(1)
106         self.NetworkTimeoutSpinBox.setMaximum(90)
107         self.NetworkTimeoutSpinBox.setProperty("value", QtCore.QVariant(5))
108         self.NetworkTimeoutSpinBox.setObjectName("NetworkTimeoutSpinBox")
109         self.hboxlayout3.addWidget(self.NetworkTimeoutSpinBox)
110         self.gridlayout4.addLayout(self.hboxlayout3, 1, 1, 1, 1)
111         self.hboxlayout4 = QtGui.QHBoxLayout()
112         self.hboxlayout4.setObjectName("hboxlayout4")
113         self.NetworkTTLLabel = QtGui.QLabel(self.DiscoveryOptionsGroupBox)
114         self.NetworkTTLLabel.setObjectName("NetworkTTLLabel")
115         self.hboxlayout4.addWidget(self.NetworkTTLLabel)
116         self.NetworkTTLSpinBox = QtGui.QSpinBox(self.DiscoveryOptionsGroupBox)
117         self.NetworkTTLSpinBox.setMinimum(1)
118         self.NetworkTTLSpinBox.setMaximum(8)
119         self.NetworkTTLSpinBox.setProperty("value", QtCore.QVariant(4))
120         self.NetworkTTLSpinBox.setObjectName("NetworkTTLSpinBox")
121         self.hboxlayout4.addWidget(self.NetworkTTLSpinBox)
122         self.gridlayout4.addLayout(self.hboxlayout4, 1, 2, 1, 1)
123         self.gridlayout3.addWidget(self.DiscoveryOptionsGroupBox, 0, 0, 1, 1)
124         self.ManualGroupBox = QtGui.QGroupBox(self.page)
125         self.ManualGroupBox.setCheckable(True)
126         self.ManualGroupBox.setObjectName("ManualGroupBox")
127         self.gridlayout5 = QtGui.QGridLayout(self.ManualGroupBox)
128         self.gridlayout5.setObjectName("gridlayout5")
129         self.ManualParamLabel = QtGui.QLabel(self.ManualGroupBox)
130         self.ManualParamLabel.setObjectName("ManualParamLabel")
131         self.gridlayout5.addWidget(self.ManualParamLabel, 0, 0, 1, 1)
132         self.ManualParamLineEdit = QtGui.QLineEdit(self.ManualGroupBox)
133         self.ManualParamLineEdit.setObjectName("ManualParamLineEdit")
134         self.gridlayout5.addWidget(self.ManualParamLineEdit, 0, 1, 1, 1)
135         self.JetDirectLabel = QtGui.QLabel(self.ManualGroupBox)
136         self.JetDirectLabel.setObjectName("JetDirectLabel")
137         self.gridlayout5.addWidget(self.JetDirectLabel, 0, 2, 1, 1)
138         self.JetDirectSpinBox = QtGui.QSpinBox(self.ManualGroupBox)
139         self.JetDirectSpinBox.setMinimum(1)
140         self.JetDirectSpinBox.setMaximum(3)
141         self.JetDirectSpinBox.setObjectName("JetDirectSpinBox")
142         self.gridlayout5.addWidget(self.JetDirectSpinBox, 0, 3, 1, 1)
143         self.gridlayout3.addWidget(self.ManualGroupBox, 1, 0, 1, 1)
144         self.AdvancedStackedWidget.addWidget(self.page)
145         self.page_4 = QtGui.QWidget()
146         self.page_4.setObjectName("page_4")
147         self.AdvancedStackedWidget.addWidget(self.page_4)
148         self.gridlayout1.addWidget(self.AdvancedStackedWidget, 4, 0, 1, 2)
149         spacerItem1 = QtGui.QSpacerItem(478, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
150         self.gridlayout1.addItem(spacerItem1, 5, 0, 1, 2)
151         self.StackedWidget.addWidget(self.DiscoveryPage)
152         self.page_2 = QtGui.QWidget()
153         self.page_2.setObjectName("page_2")
154         self.gridlayout6 = QtGui.QGridLayout(self.page_2)
155         self.gridlayout6.setObjectName("gridlayout6")
156         self.label_4 = QtGui.QLabel(self.page_2)
157         font = QtGui.QFont()
158         font.setPointSize(16)
159         self.label_4.setFont(font)
160         self.label_4.setObjectName("label_4")
161         self.gridlayout6.addWidget(self.label_4, 0, 0, 1, 2)
162         self.line_2 = QtGui.QFrame(self.page_2)
163         self.line_2.setFrameShape(QtGui.QFrame.HLine)
164         self.line_2.setFrameShadow(QtGui.QFrame.Sunken)
165         self.line_2.setObjectName("line_2")
166         self.gridlayout6.addWidget(self.line_2, 1, 0, 1, 3)
167         self.DevicesTableWidget = QtGui.QTableWidget(self.page_2)
168         self.DevicesTableWidget.setAlternatingRowColors(True)
169         self.DevicesTableWidget.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)
170         self.DevicesTableWidget.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows)
171         self.DevicesTableWidget.setObjectName("DevicesTableWidget")
172         self.DevicesTableWidget.setColumnCount(0)
173         self.DevicesTableWidget.setRowCount(0)
174         self.gridlayout6.addWidget(self.DevicesTableWidget, 2, 0, 1, 3)
175         self.hboxlayout5 = QtGui.QHBoxLayout()
176         self.hboxlayout5.setObjectName("hboxlayout5")
177         self.DevicesFoundIcon = QtGui.QLabel(self.page_2)
178         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
179         sizePolicy.setHorizontalStretch(0)
180         sizePolicy.setVerticalStretch(0)
181         sizePolicy.setHeightForWidth(self.DevicesFoundIcon.sizePolicy().hasHeightForWidth())
182         self.DevicesFoundIcon.setSizePolicy(sizePolicy)
183         self.DevicesFoundIcon.setMinimumSize(QtCore.QSize(16, 16))
184         self.DevicesFoundIcon.setMaximumSize(QtCore.QSize(16, 16))
185         self.DevicesFoundIcon.setFrameShape(QtGui.QFrame.NoFrame)
186         self.DevicesFoundIcon.setObjectName("DevicesFoundIcon")
187         self.hboxlayout5.addWidget(self.DevicesFoundIcon)
188         self.DevicesFoundLabel = QtGui.QLabel(self.page_2)
189         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred)
190         sizePolicy.setHorizontalStretch(0)
191         sizePolicy.setVerticalStretch(0)
192         sizePolicy.setHeightForWidth(self.DevicesFoundLabel.sizePolicy().hasHeightForWidth())
193         self.DevicesFoundLabel.setSizePolicy(sizePolicy)
194         self.DevicesFoundLabel.setWordWrap(True)
195         self.DevicesFoundLabel.setObjectName("DevicesFoundLabel")
196         self.hboxlayout5.addWidget(self.DevicesFoundLabel)
197         self.gridlayout6.addLayout(self.hboxlayout5, 3, 0, 1, 1)
198         spacerItem2 = QtGui.QSpacerItem(21, 28, QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Minimum)
199         self.gridlayout6.addItem(spacerItem2, 3, 1, 1, 1)
200         self.RefreshButton = QtGui.QPushButton(self.page_2)
201         self.RefreshButton.setObjectName("RefreshButton")
202         self.gridlayout6.addWidget(self.RefreshButton, 3, 2, 1, 1)
203         self.StackedWidget.addWidget(self.page_2)
204         self.page_3 = QtGui.QWidget()
205         self.page_3.setObjectName("page_3")
206         self.gridlayout7 = QtGui.QGridLayout(self.page_3)
207         self.gridlayout7.setObjectName("gridlayout7")
208         self.label_5 = QtGui.QLabel(self.page_3)
209         font = QtGui.QFont()
210         font.setPointSize(16)
211         self.label_5.setFont(font)
212         self.label_5.setObjectName("label_5")
213         self.gridlayout7.addWidget(self.label_5, 0, 0, 1, 1)
214         self.line_3 = QtGui.QFrame(self.page_3)
215         self.line_3.setFrameShape(QtGui.QFrame.HLine)
216         self.line_3.setFrameShadow(QtGui.QFrame.Sunken)
217         self.line_3.setObjectName("line_3")
218         self.gridlayout7.addWidget(self.line_3, 1, 0, 1, 1)
219         self.groupBox_3 = QtGui.QGroupBox(self.page_3)
220         self.groupBox_3.setObjectName("groupBox_3")
221         self.gridlayout8 = QtGui.QGridLayout(self.groupBox_3)
222         self.gridlayout8.setObjectName("gridlayout8")
223         self.label_6 = QtGui.QLabel(self.groupBox_3)
224         self.label_6.setObjectName("label_6")
225         self.gridlayout8.addWidget(self.label_6, 0, 0, 1, 1)
226         self.PrinterNameLineEdit = QtGui.QLineEdit(self.groupBox_3)
227         self.PrinterNameLineEdit.setObjectName("PrinterNameLineEdit")
228         self.gridlayout8.addWidget(self.PrinterNameLineEdit, 0, 1, 1, 2)
229         self.label_7 = QtGui.QLabel(self.groupBox_3)
230         self.label_7.setObjectName("label_7")
231         self.gridlayout8.addWidget(self.label_7, 1, 0, 1, 1)
232         self.PrinterDescriptionLineEdit = QtGui.QLineEdit(self.groupBox_3)
233         self.PrinterDescriptionLineEdit.setObjectName("PrinterDescriptionLineEdit")
234         self.gridlayout8.addWidget(self.PrinterDescriptionLineEdit, 1, 1, 1, 2)
235         self.label_8 = QtGui.QLabel(self.groupBox_3)
236         self.label_8.setObjectName("label_8")
237         self.gridlayout8.addWidget(self.label_8, 2, 0, 1, 1)
238         self.PrinterLocationLineEdit = QtGui.QLineEdit(self.groupBox_3)
239         self.PrinterLocationLineEdit.setObjectName("PrinterLocationLineEdit")
240         self.gridlayout8.addWidget(self.PrinterLocationLineEdit, 2, 1, 1, 2)
241         self.label_3 = QtGui.QLabel(self.groupBox_3)
242         self.label_3.setObjectName("label_3")
243         self.gridlayout8.addWidget(self.label_3, 3, 0, 1, 1)
244         self.PPDFileLineEdit = QtGui.QLineEdit(self.groupBox_3)
245         self.PPDFileLineEdit.setReadOnly(True)
246         self.PPDFileLineEdit.setObjectName("PPDFileLineEdit")
247         self.gridlayout8.addWidget(self.PPDFileLineEdit, 3, 1, 1, 1)
248         self.OtherPPDButton = QtGui.QToolButton(self.groupBox_3)
249         self.OtherPPDButton.setObjectName("OtherPPDButton")
250         self.gridlayout8.addWidget(self.OtherPPDButton, 3, 2, 1, 1)
251         self.gridlayout7.addWidget(self.groupBox_3, 2, 0, 1, 1)
252         self.SetupFaxGroupBox = QtGui.QGroupBox(self.page_3)
253         self.SetupFaxGroupBox.setCheckable(True)
254         self.SetupFaxGroupBox.setObjectName("SetupFaxGroupBox")
255         self.gridlayout9 = QtGui.QGridLayout(self.SetupFaxGroupBox)
256         self.gridlayout9.setObjectName("gridlayout9")
257         self.label_9 = QtGui.QLabel(self.SetupFaxGroupBox)
258         self.label_9.setObjectName("label_9")
259         self.gridlayout9.addWidget(self.label_9, 0, 0, 1, 1)
260         self.FaxNameLineEdit = QtGui.QLineEdit(self.SetupFaxGroupBox)
261         self.FaxNameLineEdit.setObjectName("FaxNameLineEdit")
262         self.gridlayout9.addWidget(self.FaxNameLineEdit, 0, 1, 1, 3)
263         self.label_10 = QtGui.QLabel(self.SetupFaxGroupBox)
264         self.label_10.setObjectName("label_10")
265         self.gridlayout9.addWidget(self.label_10, 1, 0, 1, 1)
266         self.FaxNumberLineEdit = QtGui.QLineEdit(self.SetupFaxGroupBox)
267         self.FaxNumberLineEdit.setObjectName("FaxNumberLineEdit")
268         self.gridlayout9.addWidget(self.FaxNumberLineEdit, 1, 1, 1, 1)
269         self.label_11 = QtGui.QLabel(self.SetupFaxGroupBox)
270         self.label_11.setObjectName("label_11")
271         self.gridlayout9.addWidget(self.label_11, 1, 2, 1, 1)
272         self.NameCompanyLineEdit = QtGui.QLineEdit(self.SetupFaxGroupBox)
273         self.NameCompanyLineEdit.setObjectName("NameCompanyLineEdit")
274         self.gridlayout9.addWidget(self.NameCompanyLineEdit, 1, 3, 1, 1)
275         self.label_12 = QtGui.QLabel(self.SetupFaxGroupBox)
276         self.label_12.setObjectName("label_12")
277         self.gridlayout9.addWidget(self.label_12, 2, 0, 1, 1)
278         self.FaxDescriptionLineEdit = QtGui.QLineEdit(self.SetupFaxGroupBox)
279         self.FaxDescriptionLineEdit.setObjectName("FaxDescriptionLineEdit")
280         self.gridlayout9.addWidget(self.FaxDescriptionLineEdit, 2, 1, 1, 3)
281         self.label_13 = QtGui.QLabel(self.SetupFaxGroupBox)
282         self.label_13.setObjectName("label_13")
283         self.gridlayout9.addWidget(self.label_13, 3, 0, 1, 1)
284         self.FaxLocationLineEdit = QtGui.QLineEdit(self.SetupFaxGroupBox)
285         self.FaxLocationLineEdit.setObjectName("FaxLocationLineEdit")
286         self.gridlayout9.addWidget(self.FaxLocationLineEdit, 3, 1, 1, 3)
287         self.gridlayout7.addWidget(self.SetupFaxGroupBox, 3, 0, 1, 1)
288         spacerItem3 = QtGui.QSpacerItem(341, 16, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
289         self.gridlayout7.addItem(spacerItem3, 4, 0, 1, 1)
290         self.SendTestPageCheckBox = QtGui.QCheckBox(self.page_3)
291         self.SendTestPageCheckBox.setChecked(False)
292         self.SendTestPageCheckBox.setObjectName("SendTestPageCheckBox")
293         self.gridlayout7.addWidget(self.SendTestPageCheckBox, 5, 0, 1, 1)
294         self.StackedWidget.addWidget(self.page_3)
295         self.page_5 = QtGui.QWidget()
296         self.page_5.setObjectName("page_5")
297         self.gridlayout10 = QtGui.QGridLayout(self.page_5)
298         self.gridlayout10.setObjectName("gridlayout10")
299         self.label_15 = QtGui.QLabel(self.page_5)
300         font = QtGui.QFont()
301         font.setPointSize(16)
302         self.label_15.setFont(font)
303         self.label_15.setObjectName("label_15")
304         self.gridlayout10.addWidget(self.label_15, 0, 0, 1, 1)
305         self.line_4 = QtGui.QFrame(self.page_5)
306         self.line_4.setFrameShape(QtGui.QFrame.HLine)
307         self.line_4.setFrameShadow(QtGui.QFrame.Sunken)
308         self.line_4.setObjectName("line_4")
309         self.gridlayout10.addWidget(self.line_4, 1, 0, 1, 1)
310         self.RemoveDevicesTableWidget = QtGui.QTableWidget(self.page_5)
311         self.RemoveDevicesTableWidget.setAlternatingRowColors(True)
312         self.RemoveDevicesTableWidget.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)
313         self.RemoveDevicesTableWidget.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows)
314         self.RemoveDevicesTableWidget.setObjectName("RemoveDevicesTableWidget")
315         self.RemoveDevicesTableWidget.setColumnCount(0)
316         self.RemoveDevicesTableWidget.setRowCount(0)
317         self.gridlayout10.addWidget(self.RemoveDevicesTableWidget, 2, 0, 1, 1)
318         self.StackedWidget.addWidget(self.page_5)
319         self.gridlayout.addWidget(self.StackedWidget, 0, 0, 1, 5)
320         self.StepText = QtGui.QLabel(Dialog)
321         self.StepText.setObjectName("StepText")
322         self.gridlayout.addWidget(self.StepText, 1, 0, 1, 1)
323         spacerItem4 = QtGui.QSpacerItem(181, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
324         self.gridlayout.addItem(spacerItem4, 1, 1, 1, 1)
325         self.BackButton = QtGui.QPushButton(Dialog)
326         self.BackButton.setObjectName("BackButton")
327         self.gridlayout.addWidget(self.BackButton, 1, 2, 1, 1)
328         self.NextButton = QtGui.QPushButton(Dialog)
329         self.NextButton.setObjectName("NextButton")
330         self.gridlayout.addWidget(self.NextButton, 1, 3, 1, 1)
331         self.CancelButton = QtGui.QPushButton(Dialog)
332         self.CancelButton.setObjectName("CancelButton")
333         self.gridlayout.addWidget(self.CancelButton, 1, 4, 1, 1)
334
335         self.retranslateUi(Dialog)
336         self.StackedWidget.setCurrentIndex(0)
337         self.AdvancedStackedWidget.setCurrentIndex(0)
338         QtCore.QMetaObject.connectSlotsByName(Dialog)
339
340     def retranslateUi(self, Dialog):
341         Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "HP Device Manager - Setup", None, QtGui.QApplication.UnicodeUTF8))
342         self.label.setText(QtGui.QApplication.translate("Dialog", "Device Discovery", None, QtGui.QApplication.UnicodeUTF8))
343         self.groupBox.setTitle(QtGui.QApplication.translate("Dialog", "Connection (I/O) Type", None, QtGui.QApplication.UnicodeUTF8))
344         self.UsbRadioButton.setText(QtGui.QApplication.translate("Dialog", "Universal Serial Bus (USB)", None, QtGui.QApplication.UnicodeUTF8))
345         self.NetworkRadioButton.setText(QtGui.QApplication.translate("Dialog", "Network/Ethernet/Wireless network (direct connection or JetDirect)", None, QtGui.QApplication.UnicodeUTF8))
346         self.ParallelRadioButton.setText(QtGui.QApplication.translate("Dialog", "Parallel Port (LPT)", None, QtGui.QApplication.UnicodeUTF8))
347         self.WirelessButton.setText(QtGui.QApplication.translate("Dialog", "Wireless/802.11 (requires a temporary USB connection and is only available for select devices)", None, QtGui.QApplication.UnicodeUTF8))
348         self.DiscoveryOptionsGroupBox.setTitle(QtGui.QApplication.translate("Dialog", "Discovery Options", None, QtGui.QApplication.UnicodeUTF8))
349         self.label_2.setText(QtGui.QApplication.translate("Dialog", "Search term:", None, QtGui.QApplication.UnicodeUTF8))
350         self.DeviceTypeLabel.setText(QtGui.QApplication.translate("Dialog", "Type:", None, QtGui.QApplication.UnicodeUTF8))
351         self.NetworkDiscoveryMethodLabel.setText(QtGui.QApplication.translate("Dialog", "Network discovery method:", None, QtGui.QApplication.UnicodeUTF8))
352         self.NetworkDiscoveryMethodComboBox.setItemText(0, QtGui.QApplication.translate("Dialog", "SLP", None, QtGui.QApplication.UnicodeUTF8))
353         self.NetworkDiscoveryMethodComboBox.setItemText(1, QtGui.QApplication.translate("Dialog", "mDNS/Bonjour", None, QtGui.QApplication.UnicodeUTF8))
354         self.NetworkTimeoutLabel.setText(QtGui.QApplication.translate("Dialog", "Timeout:", None, QtGui.QApplication.UnicodeUTF8))
355         self.NetworkTimeoutSpinBox.setSuffix(QtGui.QApplication.translate("Dialog", "sec", None, QtGui.QApplication.UnicodeUTF8))
356         self.NetworkTTLLabel.setText(QtGui.QApplication.translate("Dialog", "TTL:", None, QtGui.QApplication.UnicodeUTF8))
357         self.ManualGroupBox.setTitle(QtGui.QApplication.translate("Dialog", "Manual Discovery", None, QtGui.QApplication.UnicodeUTF8))
358         self.ManualParamLabel.setText(QtGui.QApplication.translate("Dialog", "Parameter:", None, QtGui.QApplication.UnicodeUTF8))
359         self.JetDirectLabel.setText(QtGui.QApplication.translate("Dialog", "Jetdirect port:", None, QtGui.QApplication.UnicodeUTF8))
360         self.label_4.setText(QtGui.QApplication.translate("Dialog", "Select From Discovered Devices", None, QtGui.QApplication.UnicodeUTF8))
361         self.DevicesTableWidget.setSortingEnabled(False)
362         self.DevicesFoundLabel.setText(QtGui.QApplication.translate("Dialog", "Found %1 devices on the %1 bus.", None, QtGui.QApplication.UnicodeUTF8))
363         self.RefreshButton.setText(QtGui.QApplication.translate("Dialog", "Refresh", None, QtGui.QApplication.UnicodeUTF8))
364         self.label_5.setText(QtGui.QApplication.translate("Dialog", "Setup Device", None, QtGui.QApplication.UnicodeUTF8))
365         self.groupBox_3.setTitle(QtGui.QApplication.translate("Dialog", "Printer Setup", None, QtGui.QApplication.UnicodeUTF8))
366         self.label_6.setText(QtGui.QApplication.translate("Dialog", "Printer name:", None, QtGui.QApplication.UnicodeUTF8))
367         self.label_7.setText(QtGui.QApplication.translate("Dialog", "Description:", None, QtGui.QApplication.UnicodeUTF8))
368         self.label_8.setText(QtGui.QApplication.translate("Dialog", "Location:", None, QtGui.QApplication.UnicodeUTF8))
369         self.label_3.setText(QtGui.QApplication.translate("Dialog", "PPD file:", None, QtGui.QApplication.UnicodeUTF8))
370         self.SetupFaxGroupBox.setTitle(QtGui.QApplication.translate("Dialog", "Fax Setup", None, QtGui.QApplication.UnicodeUTF8))
371         self.label_9.setText(QtGui.QApplication.translate("Dialog", "Fax name:", None, QtGui.QApplication.UnicodeUTF8))
372         self.label_10.setText(QtGui.QApplication.translate("Dialog", "Fax number:", None, QtGui.QApplication.UnicodeUTF8))
373         self.label_11.setText(QtGui.QApplication.translate("Dialog", "Name/company:", None, QtGui.QApplication.UnicodeUTF8))
374         self.label_12.setText(QtGui.QApplication.translate("Dialog", "Description:", None, QtGui.QApplication.UnicodeUTF8))
375         self.label_13.setText(QtGui.QApplication.translate("Dialog", "Location:", None, QtGui.QApplication.UnicodeUTF8))
376         self.SendTestPageCheckBox.setText(QtGui.QApplication.translate("Dialog", "Send test page to printer", None, QtGui.QApplication.UnicodeUTF8))
377         self.label_15.setText(QtGui.QApplication.translate("Dialog", "Select Printer/Fax Queues to Remove", None, QtGui.QApplication.UnicodeUTF8))
378         self.RemoveDevicesTableWidget.setSortingEnabled(False)
379         self.StepText.setText(QtGui.QApplication.translate("Dialog", "Step %1 of %2", None, QtGui.QApplication.UnicodeUTF8))
380         self.BackButton.setText(QtGui.QApplication.translate("Dialog", "< Back", None, QtGui.QApplication.UnicodeUTF8))
381         self.NextButton.setText(QtGui.QApplication.translate("Dialog", "Next >", None, QtGui.QApplication.UnicodeUTF8))
382         self.CancelButton.setText(QtGui.QApplication.translate("Dialog", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
383