0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'qprintpropertieswidget.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 QPRINTPROPERTIESWIDGET_H
|
|
11 |
#define QPRINTPROPERTIESWIDGET_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QHBoxLayout>
|
|
18 |
#include <QtGui/QHeaderView>
|
|
19 |
#include <QtGui/QTabWidget>
|
|
20 |
#include <QtGui/QTreeView>
|
|
21 |
#include <QtGui/QVBoxLayout>
|
|
22 |
#include <QtGui/QWidget>
|
|
23 |
#include "qpagesetupdialog_unix_p.h"
|
|
24 |
|
|
25 |
QT_BEGIN_NAMESPACE
|
|
26 |
|
|
27 |
class Ui_QPrintPropertiesWidget
|
|
28 |
{
|
|
29 |
public:
|
|
30 |
QVBoxLayout *verticalLayout_4;
|
|
31 |
QTabWidget *tabs;
|
|
32 |
QWidget *tabPage;
|
|
33 |
QHBoxLayout *horizontalLayout;
|
|
34 |
QPageSetupWidget *pageSetup;
|
|
35 |
QWidget *cupsPropertiesPage;
|
|
36 |
QHBoxLayout *horizontalLayout_2;
|
|
37 |
QTreeView *treeView;
|
|
38 |
|
|
39 |
void setupUi(QWidget *QPrintPropertiesWidget)
|
|
40 |
{
|
|
41 |
if (QPrintPropertiesWidget->objectName().isEmpty())
|
|
42 |
QPrintPropertiesWidget->setObjectName(QString::fromUtf8("QPrintPropertiesWidget"));
|
|
43 |
QPrintPropertiesWidget->resize(396, 288);
|
|
44 |
verticalLayout_4 = new QVBoxLayout(QPrintPropertiesWidget);
|
|
45 |
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
|
|
46 |
verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
|
|
47 |
tabs = new QTabWidget(QPrintPropertiesWidget);
|
|
48 |
tabs->setObjectName(QString::fromUtf8("tabs"));
|
|
49 |
tabPage = new QWidget();
|
|
50 |
tabPage->setObjectName(QString::fromUtf8("tabPage"));
|
|
51 |
tabPage->setGeometry(QRect(0, 0, 392, 261));
|
|
52 |
horizontalLayout = new QHBoxLayout(tabPage);
|
|
53 |
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
54 |
pageSetup = new QPageSetupWidget(tabPage);
|
|
55 |
pageSetup->setObjectName(QString::fromUtf8("pageSetup"));
|
|
56 |
|
|
57 |
horizontalLayout->addWidget(pageSetup);
|
|
58 |
|
|
59 |
tabs->addTab(tabPage, QString());
|
|
60 |
cupsPropertiesPage = new QWidget();
|
|
61 |
cupsPropertiesPage->setObjectName(QString::fromUtf8("cupsPropertiesPage"));
|
|
62 |
horizontalLayout_2 = new QHBoxLayout(cupsPropertiesPage);
|
|
63 |
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
|
64 |
treeView = new QTreeView(cupsPropertiesPage);
|
|
65 |
treeView->setObjectName(QString::fromUtf8("treeView"));
|
|
66 |
treeView->setAlternatingRowColors(true);
|
|
67 |
|
|
68 |
horizontalLayout_2->addWidget(treeView);
|
|
69 |
|
|
70 |
tabs->addTab(cupsPropertiesPage, QString());
|
|
71 |
|
|
72 |
verticalLayout_4->addWidget(tabs);
|
|
73 |
|
|
74 |
|
|
75 |
retranslateUi(QPrintPropertiesWidget);
|
|
76 |
|
|
77 |
tabs->setCurrentIndex(0);
|
|
78 |
|
|
79 |
|
|
80 |
QMetaObject::connectSlotsByName(QPrintPropertiesWidget);
|
|
81 |
} // setupUi
|
|
82 |
|
|
83 |
void retranslateUi(QWidget *QPrintPropertiesWidget)
|
|
84 |
{
|
|
85 |
QPrintPropertiesWidget->setWindowTitle(QApplication::translate("QPrintPropertiesWidget", "Form", 0, QApplication::UnicodeUTF8));
|
|
86 |
tabs->setTabText(tabs->indexOf(tabPage), QApplication::translate("QPrintPropertiesWidget", "Page", 0, QApplication::UnicodeUTF8));
|
|
87 |
tabs->setTabText(tabs->indexOf(cupsPropertiesPage), QApplication::translate("QPrintPropertiesWidget", "Advanced", 0, QApplication::UnicodeUTF8));
|
|
88 |
} // retranslateUi
|
|
89 |
|
|
90 |
};
|
|
91 |
|
|
92 |
namespace Ui {
|
|
93 |
class QPrintPropertiesWidget: public Ui_QPrintPropertiesWidget {};
|
|
94 |
} // namespace Ui
|
|
95 |
|
|
96 |
QT_END_NAMESPACE
|
|
97 |
|
|
98 |
#endif // QPRINTPROPERTIESWIDGET_H
|