Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / sendfaxdialog_base.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'ui4/sendfaxdialog_base.ui'
4 #
5 # Created: Mon May  4 14:30:36 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(600, 500)
17         self.gridlayout = QtGui.QGridLayout(Dialog)
18         self.gridlayout.setObjectName("gridlayout")
19         self.StackedWidget = QtGui.QStackedWidget(Dialog)
20         self.StackedWidget.setFrameShape(QtGui.QFrame.NoFrame)
21         self.StackedWidget.setObjectName("StackedWidget")
22         self.SelectFax = QtGui.QWidget()
23         self.SelectFax.setObjectName("SelectFax")
24         self.gridlayout1 = QtGui.QGridLayout(self.SelectFax)
25         self.gridlayout1.setObjectName("gridlayout1")
26         self.label_8 = QtGui.QLabel(self.SelectFax)
27         font = QtGui.QFont()
28         font.setPointSize(16)
29         self.label_8.setFont(font)
30         self.label_8.setObjectName("label_8")
31         self.gridlayout1.addWidget(self.label_8, 0, 0, 1, 1)
32         self.line_4 = QtGui.QFrame(self.SelectFax)
33         self.line_4.setFrameShape(QtGui.QFrame.HLine)
34         self.line_4.setFrameShadow(QtGui.QFrame.Sunken)
35         self.line_4.setObjectName("line_4")
36         self.gridlayout1.addWidget(self.line_4, 1, 0, 1, 1)
37         self.gridlayout2 = QtGui.QGridLayout()
38         self.gridlayout2.setObjectName("gridlayout2")
39         self.FaxComboBox = PrinterNameComboBox(self.SelectFax)
40         self.FaxComboBox.setObjectName("FaxComboBox")
41         self.gridlayout2.addWidget(self.FaxComboBox, 0, 0, 1, 3)
42         spacerItem = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Minimum)
43         self.gridlayout2.addItem(spacerItem, 1, 0, 1, 1)
44         self.FaxOptionsButton = QtGui.QPushButton(self.SelectFax)
45         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed)
46         sizePolicy.setHorizontalStretch(0)
47         sizePolicy.setVerticalStretch(0)
48         sizePolicy.setHeightForWidth(self.FaxOptionsButton.sizePolicy().hasHeightForWidth())
49         self.FaxOptionsButton.setSizePolicy(sizePolicy)
50         self.FaxOptionsButton.setObjectName("FaxOptionsButton")
51         self.gridlayout2.addWidget(self.FaxOptionsButton, 1, 1, 1, 1)
52         self.FaxSetupButton = QtGui.QPushButton(self.SelectFax)
53         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed)
54         sizePolicy.setHorizontalStretch(0)
55         sizePolicy.setVerticalStretch(0)
56         sizePolicy.setHeightForWidth(self.FaxSetupButton.sizePolicy().hasHeightForWidth())
57         self.FaxSetupButton.setSizePolicy(sizePolicy)
58         self.FaxSetupButton.setObjectName("FaxSetupButton")
59         self.gridlayout2.addWidget(self.FaxSetupButton, 1, 2, 1, 1)
60         self.gridlayout1.addLayout(self.gridlayout2, 2, 0, 1, 1)
61         spacerItem1 = QtGui.QSpacerItem(564, 221, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
62         self.gridlayout1.addItem(spacerItem1, 3, 0, 1, 1)
63         self.label_12 = QtGui.QLabel(self.SelectFax)
64         self.label_12.setWordWrap(True)
65         self.label_12.setObjectName("label_12")
66         self.gridlayout1.addWidget(self.label_12, 4, 0, 1, 1)
67         self.StackedWidget.addWidget(self.SelectFax)
68         self.CoverPage = QtGui.QWidget()
69         self.CoverPage.setObjectName("CoverPage")
70         self.gridlayout3 = QtGui.QGridLayout(self.CoverPage)
71         self.gridlayout3.setObjectName("gridlayout3")
72         self.label_3 = QtGui.QLabel(self.CoverPage)
73         font = QtGui.QFont()
74         font.setPointSize(16)
75         self.label_3.setFont(font)
76         self.label_3.setObjectName("label_3")
77         self.gridlayout3.addWidget(self.label_3, 0, 0, 1, 1)
78         self.line_2 = QtGui.QFrame(self.CoverPage)
79         self.line_2.setFrameShape(QtGui.QFrame.HLine)
80         self.line_2.setFrameShadow(QtGui.QFrame.Sunken)
81         self.line_2.setObjectName("line_2")
82         self.gridlayout3.addWidget(self.line_2, 1, 0, 1, 1)
83         self.CoverPageGroupBox = QtGui.QGroupBox(self.CoverPage)
84         self.CoverPageGroupBox.setEnabled(True)
85         self.CoverPageGroupBox.setCheckable(True)
86         self.CoverPageGroupBox.setChecked(False)
87         self.CoverPageGroupBox.setObjectName("CoverPageGroupBox")
88         self.gridlayout4 = QtGui.QGridLayout(self.CoverPageGroupBox)
89         self.gridlayout4.setObjectName("gridlayout4")
90         self.gridlayout5 = QtGui.QGridLayout()
91         self.gridlayout5.setObjectName("gridlayout5")
92         self.CoverPageName = QtGui.QLabel(self.CoverPageGroupBox)
93         self.CoverPageName.setFrameShape(QtGui.QFrame.NoFrame)
94         self.CoverPageName.setAlignment(QtCore.Qt.AlignCenter)
95         self.CoverPageName.setObjectName("CoverPageName")
96         self.gridlayout5.addWidget(self.CoverPageName, 0, 0, 1, 4)
97         self.CoverPagePreview = QtGui.QLabel(self.CoverPageGroupBox)
98         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
99         sizePolicy.setHorizontalStretch(0)
100         sizePolicy.setVerticalStretch(0)
101         sizePolicy.setHeightForWidth(self.CoverPagePreview.sizePolicy().hasHeightForWidth())
102         self.CoverPagePreview.setSizePolicy(sizePolicy)
103         self.CoverPagePreview.setMinimumSize(QtCore.QSize(134, 192))
104         self.CoverPagePreview.setMaximumSize(QtCore.QSize(134, 192))
105         self.CoverPagePreview.setFrameShape(QtGui.QFrame.NoFrame)
106         self.CoverPagePreview.setScaledContents(True)
107         self.CoverPagePreview.setAlignment(QtCore.Qt.AlignCenter)
108         self.CoverPagePreview.setObjectName("CoverPagePreview")
109         self.gridlayout5.addWidget(self.CoverPagePreview, 1, 0, 1, 4)
110         spacerItem2 = QtGui.QSpacerItem(16, 20, QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Minimum)
111         self.gridlayout5.addItem(spacerItem2, 2, 0, 1, 1)
112         self.PrevCoverPageButton = QtGui.QPushButton(self.CoverPageGroupBox)
113         self.PrevCoverPageButton.setObjectName("PrevCoverPageButton")
114         self.gridlayout5.addWidget(self.PrevCoverPageButton, 2, 1, 1, 1)
115         self.NextCoverPageButton = QtGui.QPushButton(self.CoverPageGroupBox)
116         self.NextCoverPageButton.setObjectName("NextCoverPageButton")
117         self.gridlayout5.addWidget(self.NextCoverPageButton, 2, 2, 1, 1)
118         spacerItem3 = QtGui.QSpacerItem(31, 20, QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Minimum)
119         self.gridlayout5.addItem(spacerItem3, 2, 3, 1, 1)
120         spacerItem4 = QtGui.QSpacerItem(20, 21, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
121         self.gridlayout5.addItem(spacerItem4, 3, 1, 1, 1)
122         self.gridlayout4.addLayout(self.gridlayout5, 0, 0, 2, 1)
123         self.vboxlayout = QtGui.QVBoxLayout()
124         self.vboxlayout.setObjectName("vboxlayout")
125         self.label_16 = QtGui.QLabel(self.CoverPageGroupBox)
126         self.label_16.setObjectName("label_16")
127         self.vboxlayout.addWidget(self.label_16)
128         self.RegardingEdit = QtGui.QLineEdit(self.CoverPageGroupBox)
129         self.RegardingEdit.setObjectName("RegardingEdit")
130         self.vboxlayout.addWidget(self.RegardingEdit)
131         self.gridlayout4.addLayout(self.vboxlayout, 0, 1, 1, 1)
132         self.gridlayout6 = QtGui.QGridLayout()
133         self.gridlayout6.setObjectName("gridlayout6")
134         self.label_17 = QtGui.QLabel(self.CoverPageGroupBox)
135         self.label_17.setObjectName("label_17")
136         self.gridlayout6.addWidget(self.label_17, 0, 0, 1, 1)
137         self.MessageEdit = QtGui.QTextEdit(self.CoverPageGroupBox)
138         self.MessageEdit.setObjectName("MessageEdit")
139         self.gridlayout6.addWidget(self.MessageEdit, 1, 0, 1, 1)
140         self.PreserveFormattingCheckBox = QtGui.QCheckBox(self.CoverPageGroupBox)
141         self.PreserveFormattingCheckBox.setObjectName("PreserveFormattingCheckBox")
142         self.gridlayout6.addWidget(self.PreserveFormattingCheckBox, 2, 0, 1, 1)
143         self.gridlayout4.addLayout(self.gridlayout6, 1, 1, 1, 1)
144         self.gridlayout3.addWidget(self.CoverPageGroupBox, 2, 0, 1, 1)
145         self.label_13 = QtGui.QLabel(self.CoverPage)
146         self.label_13.setWordWrap(True)
147         self.label_13.setObjectName("label_13")
148         self.gridlayout3.addWidget(self.label_13, 3, 0, 1, 1)
149         self.StackedWidget.addWidget(self.CoverPage)
150         self.SelectFiles = QtGui.QWidget()
151         self.SelectFiles.setObjectName("SelectFiles")
152         self.gridlayout7 = QtGui.QGridLayout(self.SelectFiles)
153         self.gridlayout7.setObjectName("gridlayout7")
154         self.label_2 = QtGui.QLabel(self.SelectFiles)
155         font = QtGui.QFont()
156         font.setPointSize(16)
157         self.label_2.setFont(font)
158         self.label_2.setWordWrap(True)
159         self.label_2.setObjectName("label_2")
160         self.gridlayout7.addWidget(self.label_2, 0, 0, 1, 1)
161         self.line = QtGui.QFrame(self.SelectFiles)
162         self.line.setFrameShape(QtGui.QFrame.HLine)
163         self.line.setFrameShadow(QtGui.QFrame.Sunken)
164         self.line.setObjectName("line")
165         self.gridlayout7.addWidget(self.line, 1, 0, 1, 1)
166         self.FilesTable = FileTable(self.SelectFiles)
167         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
168         sizePolicy.setHorizontalStretch(0)
169         sizePolicy.setVerticalStretch(0)
170         sizePolicy.setHeightForWidth(self.FilesTable.sizePolicy().hasHeightForWidth())
171         self.FilesTable.setSizePolicy(sizePolicy)
172         self.FilesTable.setObjectName("FilesTable")
173         self.gridlayout7.addWidget(self.FilesTable, 2, 0, 1, 1)
174         self.FilesPageNote = QtGui.QLabel(self.SelectFiles)
175         self.FilesPageNote.setWordWrap(True)
176         self.FilesPageNote.setObjectName("FilesPageNote")
177         self.gridlayout7.addWidget(self.FilesPageNote, 3, 0, 1, 1)
178         self.StackedWidget.addWidget(self.SelectFiles)
179         self.SelectRecipients = QtGui.QWidget()
180         self.SelectRecipients.setObjectName("SelectRecipients")
181         self.gridlayout8 = QtGui.QGridLayout(self.SelectRecipients)
182         self.gridlayout8.setObjectName("gridlayout8")
183         self.label_4 = QtGui.QLabel(self.SelectRecipients)
184         font = QtGui.QFont()
185         font.setPointSize(16)
186         self.label_4.setFont(font)
187         self.label_4.setObjectName("label_4")
188         self.gridlayout8.addWidget(self.label_4, 0, 0, 1, 1)
189         self.line_3 = QtGui.QFrame(self.SelectRecipients)
190         self.line_3.setFrameShape(QtGui.QFrame.HLine)
191         self.line_3.setFrameShadow(QtGui.QFrame.Sunken)
192         self.line_3.setObjectName("line_3")
193         self.gridlayout8.addWidget(self.line_3, 1, 0, 1, 1)
194         self.groupBox_4 = QtGui.QGroupBox(self.SelectRecipients)
195         self.groupBox_4.setObjectName("groupBox_4")
196         self.gridlayout9 = QtGui.QGridLayout(self.groupBox_4)
197         self.gridlayout9.setObjectName("gridlayout9")
198         self.RecipientsTable = QtGui.QTableWidget(self.groupBox_4)
199         self.RecipientsTable.setObjectName("RecipientsTable")
200         self.RecipientsTable.setColumnCount(0)
201         self.RecipientsTable.setRowCount(0)
202         self.gridlayout9.addWidget(self.RecipientsTable, 0, 0, 1, 5)
203         self.RemoveRecipientButton = QtGui.QPushButton(self.groupBox_4)
204         self.RemoveRecipientButton.setEnabled(False)
205         self.RemoveRecipientButton.setObjectName("RemoveRecipientButton")
206         self.gridlayout9.addWidget(self.RemoveRecipientButton, 1, 0, 1, 1)
207         self.MoveRecipientUpButton = QtGui.QPushButton(self.groupBox_4)
208         self.MoveRecipientUpButton.setEnabled(False)
209         self.MoveRecipientUpButton.setObjectName("MoveRecipientUpButton")
210         self.gridlayout9.addWidget(self.MoveRecipientUpButton, 1, 1, 1, 1)
211         self.MoveRecipientDownButton = QtGui.QPushButton(self.groupBox_4)
212         self.MoveRecipientDownButton.setEnabled(False)
213         self.MoveRecipientDownButton.setObjectName("MoveRecipientDownButton")
214         self.gridlayout9.addWidget(self.MoveRecipientDownButton, 1, 2, 1, 1)
215         spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
216         self.gridlayout9.addItem(spacerItem5, 1, 3, 1, 1)
217         self.FABButton = QtGui.QPushButton(self.groupBox_4)
218         self.FABButton.setObjectName("FABButton")
219         self.gridlayout9.addWidget(self.FABButton, 1, 4, 1, 1)
220         self.gridlayout8.addWidget(self.groupBox_4, 2, 0, 1, 1)
221         self.groupBox = QtGui.QGroupBox(self.SelectRecipients)
222         self.groupBox.setObjectName("groupBox")
223         self.gridlayout10 = QtGui.QGridLayout(self.groupBox)
224         self.gridlayout10.setObjectName("gridlayout10")
225         self.hboxlayout = QtGui.QHBoxLayout()
226         self.hboxlayout.setObjectName("hboxlayout")
227         self.label = QtGui.QLabel(self.groupBox)
228         self.label.setObjectName("label")
229         self.hboxlayout.addWidget(self.label)
230         spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Minimum)
231         self.hboxlayout.addItem(spacerItem6)
232         self.AddIndividualComboBox = QtGui.QComboBox(self.groupBox)
233         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed)
234         sizePolicy.setHorizontalStretch(0)
235         sizePolicy.setVerticalStretch(0)
236         sizePolicy.setHeightForWidth(self.AddIndividualComboBox.sizePolicy().hasHeightForWidth())
237         self.AddIndividualComboBox.setSizePolicy(sizePolicy)
238         self.AddIndividualComboBox.setObjectName("AddIndividualComboBox")
239         self.hboxlayout.addWidget(self.AddIndividualComboBox)
240         self.AddIndividualButton = QtGui.QPushButton(self.groupBox)
241         self.AddIndividualButton.setEnabled(False)
242         self.AddIndividualButton.setObjectName("AddIndividualButton")
243         self.hboxlayout.addWidget(self.AddIndividualButton)
244         self.gridlayout10.addLayout(self.hboxlayout, 0, 0, 1, 1)
245         self.hboxlayout1 = QtGui.QHBoxLayout()
246         self.hboxlayout1.setObjectName("hboxlayout1")
247         self.label_5 = QtGui.QLabel(self.groupBox)
248         self.label_5.setObjectName("label_5")
249         self.hboxlayout1.addWidget(self.label_5)
250         spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Minimum)
251         self.hboxlayout1.addItem(spacerItem7)
252         self.AddGroupComboBox = QtGui.QComboBox(self.groupBox)
253         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed)
254         sizePolicy.setHorizontalStretch(0)
255         sizePolicy.setVerticalStretch(0)
256         sizePolicy.setHeightForWidth(self.AddGroupComboBox.sizePolicy().hasHeightForWidth())
257         self.AddGroupComboBox.setSizePolicy(sizePolicy)
258         self.AddGroupComboBox.setObjectName("AddGroupComboBox")
259         self.hboxlayout1.addWidget(self.AddGroupComboBox)
260         self.AddGroupButton = QtGui.QPushButton(self.groupBox)
261         self.AddGroupButton.setEnabled(False)
262         self.AddGroupButton.setObjectName("AddGroupButton")
263         self.hboxlayout1.addWidget(self.AddGroupButton)
264         self.gridlayout10.addLayout(self.hboxlayout1, 1, 0, 1, 1)
265         self.gridlayout8.addWidget(self.groupBox, 3, 0, 1, 1)
266         self.groupBox_3 = QtGui.QGroupBox(self.SelectRecipients)
267         self.groupBox_3.setObjectName("groupBox_3")
268         self.gridlayout11 = QtGui.QGridLayout(self.groupBox_3)
269         self.gridlayout11.setObjectName("gridlayout11")
270         self.hboxlayout2 = QtGui.QHBoxLayout()
271         self.hboxlayout2.setObjectName("hboxlayout2")
272         self.label_6 = QtGui.QLabel(self.groupBox_3)
273         self.label_6.setObjectName("label_6")
274         self.hboxlayout2.addWidget(self.label_6)
275         self.QuickAddNameEdit = QtGui.QLineEdit(self.groupBox_3)
276         self.QuickAddNameEdit.setObjectName("QuickAddNameEdit")
277         self.hboxlayout2.addWidget(self.QuickAddNameEdit)
278         self.label_7 = QtGui.QLabel(self.groupBox_3)
279         self.label_7.setObjectName("label_7")
280         self.hboxlayout2.addWidget(self.label_7)
281         self.QuickAddFaxEdit = QtGui.QLineEdit(self.groupBox_3)
282         self.QuickAddFaxEdit.setObjectName("QuickAddFaxEdit")
283         self.hboxlayout2.addWidget(self.QuickAddFaxEdit)
284         self.QuickAddButton = QtGui.QPushButton(self.groupBox_3)
285         self.QuickAddButton.setEnabled(False)
286         self.QuickAddButton.setObjectName("QuickAddButton")
287         self.hboxlayout2.addWidget(self.QuickAddButton)
288         self.gridlayout11.addLayout(self.hboxlayout2, 0, 0, 1, 1)
289         self.gridlayout8.addWidget(self.groupBox_3, 4, 0, 1, 1)
290         self.StackedWidget.addWidget(self.SelectRecipients)
291         self.SendFax = QtGui.QWidget()
292         self.SendFax.setObjectName("SendFax")
293         self.gridlayout12 = QtGui.QGridLayout(self.SendFax)
294         self.gridlayout12.setObjectName("gridlayout12")
295         self.label_9 = QtGui.QLabel(self.SendFax)
296         font = QtGui.QFont()
297         font.setPointSize(16)
298         self.label_9.setFont(font)
299         self.label_9.setObjectName("label_9")
300         self.gridlayout12.addWidget(self.label_9, 0, 0, 1, 1)
301         self.line_5 = QtGui.QFrame(self.SendFax)
302         self.line_5.setFrameShape(QtGui.QFrame.HLine)
303         self.line_5.setFrameShadow(QtGui.QFrame.Sunken)
304         self.line_5.setObjectName("line_5")
305         self.gridlayout12.addWidget(self.line_5, 1, 0, 1, 1)
306         self.label_10 = QtGui.QLabel(self.SendFax)
307         self.label_10.setObjectName("label_10")
308         self.gridlayout12.addWidget(self.label_10, 2, 0, 1, 1)
309         self.StatusList = QtGui.QListWidget(self.SendFax)
310         self.StatusList.setObjectName("StatusList")
311         self.gridlayout12.addWidget(self.StatusList, 3, 0, 1, 1)
312         self.label_15 = QtGui.QLabel(self.SendFax)
313         self.label_15.setObjectName("label_15")
314         self.gridlayout12.addWidget(self.label_15, 4, 0, 1, 1)
315         self.StackedWidget.addWidget(self.SendFax)
316         self.gridlayout.addWidget(self.StackedWidget, 0, 0, 1, 5)
317         self.line_6 = QtGui.QFrame(Dialog)
318         self.line_6.setFrameShape(QtGui.QFrame.HLine)
319         self.line_6.setFrameShadow(QtGui.QFrame.Sunken)
320         self.line_6.setObjectName("line_6")
321         self.gridlayout.addWidget(self.line_6, 1, 0, 1, 5)
322         self.StepText = QtGui.QLabel(Dialog)
323         self.StepText.setObjectName("StepText")
324         self.gridlayout.addWidget(self.StepText, 2, 0, 1, 1)
325         spacerItem8 = QtGui.QSpacerItem(231, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
326         self.gridlayout.addItem(spacerItem8, 2, 1, 1, 1)
327         self.BackButton = QtGui.QPushButton(Dialog)
328         self.BackButton.setObjectName("BackButton")
329         self.gridlayout.addWidget(self.BackButton, 2, 2, 1, 1)
330         self.NextButton = QtGui.QPushButton(Dialog)
331         self.NextButton.setObjectName("NextButton")
332         self.gridlayout.addWidget(self.NextButton, 2, 3, 1, 1)
333         self.CancelButton = QtGui.QPushButton(Dialog)
334         self.CancelButton.setObjectName("CancelButton")
335         self.gridlayout.addWidget(self.CancelButton, 2, 4, 1, 1)
336
337         self.retranslateUi(Dialog)
338         self.StackedWidget.setCurrentIndex(1)
339         QtCore.QMetaObject.connectSlotsByName(Dialog)
340
341     def retranslateUi(self, Dialog):
342         Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "HP Device Manager - Send Fax", None, QtGui.QApplication.UnicodeUTF8))
343         self.label_8.setText(QtGui.QApplication.translate("Dialog", "Select Fax", None, QtGui.QApplication.UnicodeUTF8))
344         self.FaxOptionsButton.setText(QtGui.QApplication.translate("Dialog", "Fax Settings...", None, QtGui.QApplication.UnicodeUTF8))
345         self.FaxSetupButton.setText(QtGui.QApplication.translate("Dialog", "Fax Device Setup...", None, QtGui.QApplication.UnicodeUTF8))
346         self.label_12.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
347 "p, li { white-space: pre-wrap; }\n"
348 "</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
349 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Select the desired fax printer queue and click <span style=\" font-style:italic;\">Next</span> to continue. Note: Once you continue to the next step, you will not be able to change to a different fax queue.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
350         self.label_3.setText(QtGui.QApplication.translate("Dialog", "Select and Edit Fax Coverpage (Optional)", None, QtGui.QApplication.UnicodeUTF8))
351         self.CoverPageGroupBox.setTitle(QtGui.QApplication.translate("Dialog", "Include Coverpage", None, QtGui.QApplication.UnicodeUTF8))
352         self.label_16.setText(QtGui.QApplication.translate("Dialog", "Regarding:", None, QtGui.QApplication.UnicodeUTF8))
353         self.label_17.setText(QtGui.QApplication.translate("Dialog", "Optional Message: (max. 2000 characters or 32 preformatted lines)", None, QtGui.QApplication.UnicodeUTF8))
354         self.PreserveFormattingCheckBox.setText(QtGui.QApplication.translate("Dialog", "Preformatted (preserve formatting)", None, QtGui.QApplication.UnicodeUTF8))
355         self.label_13.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
356 "p, li { white-space: pre-wrap; }\n"
357 "</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
358 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\'; font-size:9pt;\">Check<span style=\" font-style:italic;\"> Include Coverpage </span>to add a coverpage to this fax. To continue without a coverpage, click <span style=\" font-style:italic;\">Next &gt;</span>.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
359         self.label_2.setText(QtGui.QApplication.translate("Dialog", "Select Files to Send", None, QtGui.QApplication.UnicodeUTF8))
360         self.FilesPageNote.setText(QtGui.QApplication.translate("Dialog", "Note: You may also add files to the fax by printing from any application to the \'%1\' fax printer.", None, QtGui.QApplication.UnicodeUTF8))
361         self.label_4.setText(QtGui.QApplication.translate("Dialog", "Select Fax Recipients", None, QtGui.QApplication.UnicodeUTF8))
362         self.groupBox_4.setTitle(QtGui.QApplication.translate("Dialog", "Recipients", None, QtGui.QApplication.UnicodeUTF8))
363         self.RemoveRecipientButton.setText(QtGui.QApplication.translate("Dialog", "Remove", None, QtGui.QApplication.UnicodeUTF8))
364         self.MoveRecipientUpButton.setText(QtGui.QApplication.translate("Dialog", "Move Up", None, QtGui.QApplication.UnicodeUTF8))
365         self.MoveRecipientDownButton.setText(QtGui.QApplication.translate("Dialog", "Move Down", None, QtGui.QApplication.UnicodeUTF8))
366         self.FABButton.setText(QtGui.QApplication.translate("Dialog", "Fax Address Book...", None, QtGui.QApplication.UnicodeUTF8))
367         self.groupBox.setTitle(QtGui.QApplication.translate("Dialog", "Add Recipients or Groups from the Fax Address Book", None, QtGui.QApplication.UnicodeUTF8))
368         self.label.setText(QtGui.QApplication.translate("Dialog", "Add an individual:", None, QtGui.QApplication.UnicodeUTF8))
369         self.AddIndividualButton.setText(QtGui.QApplication.translate("Dialog", "Add", None, QtGui.QApplication.UnicodeUTF8))
370         self.label_5.setText(QtGui.QApplication.translate("Dialog", "Add a group:", None, QtGui.QApplication.UnicodeUTF8))
371         self.AddGroupButton.setText(QtGui.QApplication.translate("Dialog", "Add", None, QtGui.QApplication.UnicodeUTF8))
372         self.groupBox_3.setTitle(QtGui.QApplication.translate("Dialog", "Quick Add an Individual Recipient (recipient will automatically be added to fax address book)", None, QtGui.QApplication.UnicodeUTF8))
373         self.label_6.setText(QtGui.QApplication.translate("Dialog", "Name:", None, QtGui.QApplication.UnicodeUTF8))
374         self.label_7.setText(QtGui.QApplication.translate("Dialog", "Fax Number:", None, QtGui.QApplication.UnicodeUTF8))
375         self.QuickAddButton.setText(QtGui.QApplication.translate("Dialog", "Add", None, QtGui.QApplication.UnicodeUTF8))
376         self.label_9.setText(QtGui.QApplication.translate("Dialog", "Send Fax", None, QtGui.QApplication.UnicodeUTF8))
377         self.label_10.setText(QtGui.QApplication.translate("Dialog", "Status:", None, QtGui.QApplication.UnicodeUTF8))
378         self.label_15.setText(QtGui.QApplication.translate("Dialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
379 "p, li { white-space: pre-wrap; }\n"
380 "</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
381 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Click <span style=\" font-style:italic;\">Send Fax</span> to start the fax transmission.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
382         self.StepText.setText(QtGui.QApplication.translate("Dialog", "Step %1 of %2", None, QtGui.QApplication.UnicodeUTF8))
383         self.BackButton.setText(QtGui.QApplication.translate("Dialog", "< Back", None, QtGui.QApplication.UnicodeUTF8))
384         self.NextButton.setText(QtGui.QApplication.translate("Dialog", "Next >", None, QtGui.QApplication.UnicodeUTF8))
385         self.CancelButton.setText(QtGui.QApplication.translate("Dialog", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
386
387 from printernamecombobox import PrinterNameComboBox
388 from filetable import FileTable