1/********************************************************************************
2** Form generated from reading UI file 'qprintpropertieswidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
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
22QT_BEGIN_NAMESPACE
23
24class Ui_QPrintPropertiesWidget
25{
26public:
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(str: "QPrintPropertiesWidget"));
43 QPrintPropertiesWidget->resize(w: 396, h: 288);
44 verticalLayout_4 = new QVBoxLayout(QPrintPropertiesWidget);
45 verticalLayout_4->setObjectName(QString::fromUtf8(str: "verticalLayout_4"));
46 verticalLayout_4->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0);
47 tabs = new QTabWidget(QPrintPropertiesWidget);
48 tabs->setObjectName(QString::fromUtf8(str: "tabs"));
49 tabPage = new QWidget();
50 tabPage->setObjectName(QString::fromUtf8(str: "tabPage"));
51 horizontalLayout = new QHBoxLayout(tabPage);
52 horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout"));
53 pageSetup = new QPageSetupWidget(tabPage);
54 pageSetup->setObjectName(QString::fromUtf8(str: "pageSetup"));
55
56 horizontalLayout->addWidget(pageSetup);
57
58 tabs->addTab(widget: tabPage, QString());
59 cupsPropertiesPage = new QWidget();
60 cupsPropertiesPage->setObjectName(QString::fromUtf8(str: "cupsPropertiesPage"));
61 verticalLayout_2 = new QVBoxLayout(cupsPropertiesPage);
62 verticalLayout_2->setObjectName(QString::fromUtf8(str: "verticalLayout_2"));
63 scrollArea = new QScrollArea(cupsPropertiesPage);
64 scrollArea->setObjectName(QString::fromUtf8(str: "scrollArea"));
65 scrollArea->setFrameShape(QFrame::NoFrame);
66 scrollArea->setWidgetResizable(true);
67 scrollAreaWidgetContents = new QWidget();
68 scrollAreaWidgetContents->setObjectName(QString::fromUtf8(str: "scrollAreaWidgetContents"));
69 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 376, 217));
70 verticalLayout = new QVBoxLayout(scrollAreaWidgetContents);
71 verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout"));
72 scrollArea->setWidget(scrollAreaWidgetContents);
73
74 verticalLayout_2->addWidget(scrollArea);
75
76 tabs->addTab(widget: cupsPropertiesPage, QString());
77
78 verticalLayout_4->addWidget(tabs);
79
80 conflictsLabel = new QLabel(QPrintPropertiesWidget);
81 conflictsLabel->setObjectName(QString::fromUtf8(str: "conflictsLabel"));
82 QPalette palette;
83 QBrush brush(QColor(255, 0, 0, 255));
84 brush.setStyle(Qt::SolidPattern);
85 palette.setBrush(cg: QPalette::Active, cr: QPalette::WindowText, brush);
86 palette.setBrush(cg: QPalette::Inactive, cr: QPalette::WindowText, brush);
87 QBrush brush1(QColor(165, 167, 169, 255));
88 brush1.setStyle(Qt::SolidPattern);
89 palette.setBrush(cg: QPalette::Disabled, cr: QPalette::WindowText, brush: 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(o: QPrintPropertiesWidget);
101 } // setupUi
102
103 void retranslateUi(QWidget *QPrintPropertiesWidget)
104 {
105 QPrintPropertiesWidget->setWindowTitle(QCoreApplication::translate(context: "QPrintPropertiesWidget", key: "Form", disambiguation: nullptr));
106 tabs->setTabText(index: tabs->indexOf(widget: tabPage), text: QCoreApplication::translate(context: "QPrintPropertiesWidget", key: "Page", disambiguation: nullptr));
107 tabs->setTabText(index: tabs->indexOf(widget: cupsPropertiesPage), text: QCoreApplication::translate(context: "QPrintPropertiesWidget", key: "Advanced", disambiguation: nullptr));
108 conflictsLabel->setText(QCoreApplication::translate(context: "QPrintPropertiesWidget", key: "There are conflicts in some options. Please fix them.", disambiguation: nullptr));
109 } // retranslateUi
110
111};
112
113namespace Ui {
114 class QPrintPropertiesWidget: public Ui_QPrintPropertiesWidget {};
115} // namespace Ui
116
117QT_END_NAMESPACE
118
119#endif // UI_QPRINTPROPERTIESWIDGET_H
120

source code of qtbase/src/printsupport/.uic/ui_qprintpropertieswidget.h