|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'qprintwidget.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:14 2009 |
|
5 ** by: Qt User Interface Compiler version 4.6.0 |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
8 ********************************************************************************/ |
|
9 |
|
10 #ifndef QPRINTWIDGET_H |
|
11 #define QPRINTWIDGET_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QCheckBox> |
|
18 #include <QtGui/QComboBox> |
|
19 #include <QtGui/QGridLayout> |
|
20 #include <QtGui/QGroupBox> |
|
21 #include <QtGui/QHBoxLayout> |
|
22 #include <QtGui/QHeaderView> |
|
23 #include <QtGui/QLabel> |
|
24 #include <QtGui/QLineEdit> |
|
25 #include <QtGui/QPushButton> |
|
26 #include <QtGui/QToolButton> |
|
27 #include <QtGui/QWidget> |
|
28 |
|
29 QT_BEGIN_NAMESPACE |
|
30 |
|
31 class Ui_QPrintWidget |
|
32 { |
|
33 public: |
|
34 QHBoxLayout *horizontalLayout_2; |
|
35 QGroupBox *printerGroup; |
|
36 QGridLayout *gridLayout; |
|
37 QLabel *label; |
|
38 QComboBox *printers; |
|
39 QPushButton *properties; |
|
40 QLabel *label_2; |
|
41 QLabel *location; |
|
42 QCheckBox *preview; |
|
43 QLabel *label_3; |
|
44 QLabel *type; |
|
45 QLabel *lOutput; |
|
46 QHBoxLayout *horizontalLayout; |
|
47 QLineEdit *filename; |
|
48 QToolButton *fileBrowser; |
|
49 |
|
50 void setupUi(QWidget *QPrintWidget) |
|
51 { |
|
52 if (QPrintWidget->objectName().isEmpty()) |
|
53 QPrintWidget->setObjectName(QString::fromUtf8("QPrintWidget")); |
|
54 QPrintWidget->resize(443, 175); |
|
55 horizontalLayout_2 = new QHBoxLayout(QPrintWidget); |
|
56 horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
|
57 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); |
|
58 printerGroup = new QGroupBox(QPrintWidget); |
|
59 printerGroup->setObjectName(QString::fromUtf8("printerGroup")); |
|
60 gridLayout = new QGridLayout(printerGroup); |
|
61 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
62 label = new QLabel(printerGroup); |
|
63 label->setObjectName(QString::fromUtf8("label")); |
|
64 |
|
65 gridLayout->addWidget(label, 0, 0, 1, 1); |
|
66 |
|
67 printers = new QComboBox(printerGroup); |
|
68 printers->setObjectName(QString::fromUtf8("printers")); |
|
69 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed); |
|
70 sizePolicy.setHorizontalStretch(3); |
|
71 sizePolicy.setVerticalStretch(0); |
|
72 sizePolicy.setHeightForWidth(printers->sizePolicy().hasHeightForWidth()); |
|
73 printers->setSizePolicy(sizePolicy); |
|
74 |
|
75 gridLayout->addWidget(printers, 0, 1, 1, 1); |
|
76 |
|
77 properties = new QPushButton(printerGroup); |
|
78 properties->setObjectName(QString::fromUtf8("properties")); |
|
79 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed); |
|
80 sizePolicy1.setHorizontalStretch(1); |
|
81 sizePolicy1.setVerticalStretch(0); |
|
82 sizePolicy1.setHeightForWidth(properties->sizePolicy().hasHeightForWidth()); |
|
83 properties->setSizePolicy(sizePolicy1); |
|
84 |
|
85 gridLayout->addWidget(properties, 0, 2, 1, 1); |
|
86 |
|
87 label_2 = new QLabel(printerGroup); |
|
88 label_2->setObjectName(QString::fromUtf8("label_2")); |
|
89 |
|
90 gridLayout->addWidget(label_2, 1, 0, 1, 1); |
|
91 |
|
92 location = new QLabel(printerGroup); |
|
93 location->setObjectName(QString::fromUtf8("location")); |
|
94 |
|
95 gridLayout->addWidget(location, 1, 1, 1, 1); |
|
96 |
|
97 preview = new QCheckBox(printerGroup); |
|
98 preview->setObjectName(QString::fromUtf8("preview")); |
|
99 |
|
100 gridLayout->addWidget(preview, 1, 2, 1, 1); |
|
101 |
|
102 label_3 = new QLabel(printerGroup); |
|
103 label_3->setObjectName(QString::fromUtf8("label_3")); |
|
104 |
|
105 gridLayout->addWidget(label_3, 2, 0, 1, 1); |
|
106 |
|
107 type = new QLabel(printerGroup); |
|
108 type->setObjectName(QString::fromUtf8("type")); |
|
109 |
|
110 gridLayout->addWidget(type, 2, 1, 1, 1); |
|
111 |
|
112 lOutput = new QLabel(printerGroup); |
|
113 lOutput->setObjectName(QString::fromUtf8("lOutput")); |
|
114 |
|
115 gridLayout->addWidget(lOutput, 3, 0, 1, 1); |
|
116 |
|
117 horizontalLayout = new QHBoxLayout(); |
|
118 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); |
|
119 filename = new QLineEdit(printerGroup); |
|
120 filename->setObjectName(QString::fromUtf8("filename")); |
|
121 |
|
122 horizontalLayout->addWidget(filename); |
|
123 |
|
124 fileBrowser = new QToolButton(printerGroup); |
|
125 fileBrowser->setObjectName(QString::fromUtf8("fileBrowser")); |
|
126 |
|
127 horizontalLayout->addWidget(fileBrowser); |
|
128 |
|
129 |
|
130 gridLayout->addLayout(horizontalLayout, 3, 1, 1, 2); |
|
131 |
|
132 |
|
133 horizontalLayout_2->addWidget(printerGroup); |
|
134 |
|
135 #ifndef QT_NO_SHORTCUT |
|
136 label->setBuddy(printers); |
|
137 lOutput->setBuddy(filename); |
|
138 #endif // QT_NO_SHORTCUT |
|
139 |
|
140 retranslateUi(QPrintWidget); |
|
141 |
|
142 QMetaObject::connectSlotsByName(QPrintWidget); |
|
143 } // setupUi |
|
144 |
|
145 void retranslateUi(QWidget *QPrintWidget) |
|
146 { |
|
147 QPrintWidget->setWindowTitle(QApplication::translate("QPrintWidget", "Form", 0, QApplication::UnicodeUTF8)); |
|
148 printerGroup->setTitle(QApplication::translate("QPrintWidget", "Printer", 0, QApplication::UnicodeUTF8)); |
|
149 label->setText(QApplication::translate("QPrintWidget", "&Name:", 0, QApplication::UnicodeUTF8)); |
|
150 properties->setText(QApplication::translate("QPrintWidget", "P&roperties", 0, QApplication::UnicodeUTF8)); |
|
151 label_2->setText(QApplication::translate("QPrintWidget", "Location:", 0, QApplication::UnicodeUTF8)); |
|
152 preview->setText(QApplication::translate("QPrintWidget", "Preview", 0, QApplication::UnicodeUTF8)); |
|
153 label_3->setText(QApplication::translate("QPrintWidget", "Type:", 0, QApplication::UnicodeUTF8)); |
|
154 lOutput->setText(QApplication::translate("QPrintWidget", "Output &file:", 0, QApplication::UnicodeUTF8)); |
|
155 fileBrowser->setText(QApplication::translate("QPrintWidget", "...", 0, QApplication::UnicodeUTF8)); |
|
156 } // retranslateUi |
|
157 |
|
158 }; |
|
159 |
|
160 namespace Ui { |
|
161 class QPrintWidget: public Ui_QPrintWidget {}; |
|
162 } // namespace Ui |
|
163 |
|
164 QT_END_NAMESPACE |
|
165 |
|
166 #endif // QPRINTWIDGET_H |