1/********************************************************************************
2** Form generated from reading UI file 'previewconfigurationwidget.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_PREVIEWCONFIGURATIONWIDGET_H
10#define UI_PREVIEWCONFIGURATIONWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QComboBox>
15#include <QtWidgets/QFormLayout>
16#include <QtWidgets/QGroupBox>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QToolButton>
20#include <textpropertyeditor_p.h>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_PreviewConfigurationWidget
25{
26public:
27 QFormLayout *formLayout;
28 QLabel *m_styleLabel;
29 QComboBox *m_styleCombo;
30 QLabel *m_appStyleSheetLabel;
31 QHBoxLayout *hboxLayout;
32 qdesigner_internal::TextPropertyEditor *m_appStyleSheetLineEdit;
33 QToolButton *m_appStyleSheetChangeButton;
34 QToolButton *m_appStyleSheetClearButton;
35 QLabel *m_skinLabel;
36 QHBoxLayout *hboxLayout1;
37 QComboBox *m_skinCombo;
38 QToolButton *m_skinRemoveButton;
39
40 void setupUi(QGroupBox *PreviewConfigurationWidget)
41 {
42 if (PreviewConfigurationWidget->objectName().isEmpty())
43 PreviewConfigurationWidget->setObjectName(QString::fromUtf8(str: "PreviewConfigurationWidget"));
44 PreviewConfigurationWidget->setCheckable(true);
45 formLayout = new QFormLayout(PreviewConfigurationWidget);
46 formLayout->setObjectName(QString::fromUtf8(str: "formLayout"));
47 m_styleLabel = new QLabel(PreviewConfigurationWidget);
48 m_styleLabel->setObjectName(QString::fromUtf8(str: "m_styleLabel"));
49
50 formLayout->setWidget(row: 0, role: QFormLayout::LabelRole, widget: m_styleLabel);
51
52 m_styleCombo = new QComboBox(PreviewConfigurationWidget);
53 m_styleCombo->setObjectName(QString::fromUtf8(str: "m_styleCombo"));
54
55 formLayout->setWidget(row: 0, role: QFormLayout::FieldRole, widget: m_styleCombo);
56
57 m_appStyleSheetLabel = new QLabel(PreviewConfigurationWidget);
58 m_appStyleSheetLabel->setObjectName(QString::fromUtf8(str: "m_appStyleSheetLabel"));
59
60 formLayout->setWidget(row: 1, role: QFormLayout::LabelRole, widget: m_appStyleSheetLabel);
61
62 hboxLayout = new QHBoxLayout();
63 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
64 m_appStyleSheetLineEdit = new qdesigner_internal::TextPropertyEditor(PreviewConfigurationWidget);
65 m_appStyleSheetLineEdit->setObjectName(QString::fromUtf8(str: "m_appStyleSheetLineEdit"));
66 m_appStyleSheetLineEdit->setMinimumSize(QSize(149, 0));
67
68 hboxLayout->addWidget(m_appStyleSheetLineEdit);
69
70 m_appStyleSheetChangeButton = new QToolButton(PreviewConfigurationWidget);
71 m_appStyleSheetChangeButton->setObjectName(QString::fromUtf8(str: "m_appStyleSheetChangeButton"));
72
73 hboxLayout->addWidget(m_appStyleSheetChangeButton);
74
75 m_appStyleSheetClearButton = new QToolButton(PreviewConfigurationWidget);
76 m_appStyleSheetClearButton->setObjectName(QString::fromUtf8(str: "m_appStyleSheetClearButton"));
77
78 hboxLayout->addWidget(m_appStyleSheetClearButton);
79
80
81 formLayout->setLayout(row: 1, role: QFormLayout::FieldRole, layout: hboxLayout);
82
83 m_skinLabel = new QLabel(PreviewConfigurationWidget);
84 m_skinLabel->setObjectName(QString::fromUtf8(str: "m_skinLabel"));
85
86 formLayout->setWidget(row: 2, role: QFormLayout::LabelRole, widget: m_skinLabel);
87
88 hboxLayout1 = new QHBoxLayout();
89 hboxLayout1->setObjectName(QString::fromUtf8(str: "hboxLayout1"));
90 m_skinCombo = new QComboBox(PreviewConfigurationWidget);
91 m_skinCombo->setObjectName(QString::fromUtf8(str: "m_skinCombo"));
92
93 hboxLayout1->addWidget(m_skinCombo);
94
95 m_skinRemoveButton = new QToolButton(PreviewConfigurationWidget);
96 m_skinRemoveButton->setObjectName(QString::fromUtf8(str: "m_skinRemoveButton"));
97
98 hboxLayout1->addWidget(m_skinRemoveButton);
99
100
101 formLayout->setLayout(row: 2, role: QFormLayout::FieldRole, layout: hboxLayout1);
102
103
104 retranslateUi(PreviewConfigurationWidget);
105
106 QMetaObject::connectSlotsByName(o: PreviewConfigurationWidget);
107 } // setupUi
108
109 void retranslateUi(QGroupBox *PreviewConfigurationWidget)
110 {
111 PreviewConfigurationWidget->setWindowTitle(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "Form", disambiguation: nullptr));
112 PreviewConfigurationWidget->setTitle(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "Print/Preview Configuration", disambiguation: nullptr));
113 m_styleLabel->setText(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "Style", disambiguation: nullptr));
114 m_appStyleSheetLabel->setText(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "Style sheet", disambiguation: nullptr));
115 m_appStyleSheetChangeButton->setText(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "...", disambiguation: nullptr));
116 m_appStyleSheetClearButton->setText(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "...", disambiguation: nullptr));
117 m_skinLabel->setText(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "Device skin", disambiguation: nullptr));
118 m_skinRemoveButton->setText(QCoreApplication::translate(context: "PreviewConfigurationWidget", key: "...", disambiguation: nullptr));
119 } // retranslateUi
120
121};
122
123namespace Ui {
124 class PreviewConfigurationWidget: public Ui_PreviewConfigurationWidget {};
125} // namespace Ui
126
127QT_END_NAMESPACE
128
129#endif // UI_PREVIEWCONFIGURATIONWIDGET_H
130

source code of qttools/src/designer/src/lib/.uic/ui_previewconfigurationwidget.h