1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'qprintpropertieswidget.ui' |
3 | ** |
4 | ** Created by: Qt User Interface Compiler version 6.0.0 |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
7 | ********************************************************************************/ |
8 | |
9 | #ifndef UI_QPRINTPROPERTIESWIDGET_H |
10 | #define UI_QPRINTPROPERTIESWIDGET_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QHBoxLayout> |
15 | #include <QtWidgets/QLabel> |
16 | #include <QtWidgets/QScrollArea> |
17 | #include <QtWidgets/QTabWidget> |
18 | #include <QtWidgets/QVBoxLayout> |
19 | #include <QtWidgets/QWidget> |
20 | #include "qpagesetupdialog_unix_p.h" |
21 | |
22 | QT_BEGIN_NAMESPACE |
23 | |
24 | class Ui_QPrintPropertiesWidget |
25 | { |
26 | public: |
27 | QVBoxLayout *verticalLayout_4; |
28 | QTabWidget *tabs; |
29 | QWidget *tabPage; |
30 | QHBoxLayout *horizontalLayout; |
31 | QPageSetupWidget *pageSetup; |
32 | QWidget *cupsPropertiesPage; |
33 | QVBoxLayout *verticalLayout_2; |
34 | QScrollArea *scrollArea; |
35 | QWidget *scrollAreaWidgetContents; |
36 | QVBoxLayout *verticalLayout; |
37 | QLabel *conflictsLabel; |
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->setObjectName(QString::fromUtf8("verticalLayout_4" )); |
46 | verticalLayout_4->setContentsMargins(0, 0, 0, 0); |
47 | tabs = new QTabWidget(QPrintPropertiesWidget); |
48 | tabs->setObjectName(QString::fromUtf8("tabs" )); |
49 | tabPage = new QWidget(); |
50 | tabPage->setObjectName(QString::fromUtf8("tabPage" )); |
51 | horizontalLayout = new QHBoxLayout(tabPage); |
52 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
53 | pageSetup = new QPageSetupWidget(tabPage); |
54 | pageSetup->setObjectName(QString::fromUtf8("pageSetup" )); |
55 | |
56 | horizontalLayout->addWidget(pageSetup); |
57 | |
58 | tabs->addTab(tabPage, QString()); |
59 | cupsPropertiesPage = new QWidget(); |
60 | cupsPropertiesPage->setObjectName(QString::fromUtf8("cupsPropertiesPage" )); |
61 | verticalLayout_2 = new QVBoxLayout(cupsPropertiesPage); |
62 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
63 | scrollArea = new QScrollArea(cupsPropertiesPage); |
64 | scrollArea->setObjectName(QString::fromUtf8("scrollArea" )); |
65 | scrollArea->setFrameShape(QFrame::NoFrame); |
66 | scrollArea->setWidgetResizable(true); |
67 | scrollAreaWidgetContents = new QWidget(); |
68 | scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents" )); |
69 | scrollAreaWidgetContents->setGeometry(QRect(0, 0, 376, 217)); |
70 | verticalLayout = new QVBoxLayout(scrollAreaWidgetContents); |
71 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
72 | scrollArea->setWidget(scrollAreaWidgetContents); |
73 | |
74 | verticalLayout_2->addWidget(scrollArea); |
75 | |
76 | tabs->addTab(cupsPropertiesPage, QString()); |
77 | |
78 | verticalLayout_4->addWidget(tabs); |
79 | |
80 | conflictsLabel = new QLabel(QPrintPropertiesWidget); |
81 | conflictsLabel->setObjectName(QString::fromUtf8("conflictsLabel" )); |
82 | QPalette palette; |
83 | QBrush brush(QColor(255, 0, 0, 255)); |
84 | brush.setStyle(Qt::SolidPattern); |
85 | palette.setBrush(QPalette::Active, QPalette::WindowText, brush); |
86 | palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush); |
87 | QBrush brush1(QColor(165, 167, 169, 255)); |
88 | brush1.setStyle(Qt::SolidPattern); |
89 | palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush1); |
90 | conflictsLabel->setPalette(palette); |
91 | |
92 | verticalLayout_4->addWidget(conflictsLabel); |
93 | |
94 | |
95 | retranslateUi(QPrintPropertiesWidget); |
96 | |
97 | tabs->setCurrentIndex(0); |
98 | |
99 | |
100 | QMetaObject::connectSlotsByName(QPrintPropertiesWidget); |
101 | } // setupUi |
102 | |
103 | void retranslateUi(QWidget *QPrintPropertiesWidget) |
104 | { |
105 | QPrintPropertiesWidget->setWindowTitle(QCoreApplication::translate("QPrintPropertiesWidget" , "Form" , nullptr)); |
106 | tabs->setTabText(tabs->indexOf(tabPage), QCoreApplication::translate("QPrintPropertiesWidget" , "Page" , nullptr)); |
107 | tabs->setTabText(tabs->indexOf(cupsPropertiesPage), QCoreApplication::translate("QPrintPropertiesWidget" , "Advanced" , nullptr)); |
108 | conflictsLabel->setText(QCoreApplication::translate("QPrintPropertiesWidget" , "There are conflicts in some options. Please fix them." , nullptr)); |
109 | } // retranslateUi |
110 | |
111 | }; |
112 | |
113 | namespace Ui { |
114 | class QPrintPropertiesWidget: public Ui_QPrintPropertiesWidget {}; |
115 | } // namespace Ui |
116 | |
117 | QT_END_NAMESPACE |
118 | |
119 | #endif // UI_QPRINTPROPERTIESWIDGET_H |
120 | |