1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'settingsdialog.ui' |
3 | ** |
4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
7 | ********************************************************************************/ |
8 | |
9 | #ifndef UI_SETTINGSDIALOG_H |
10 | #define UI_SETTINGSDIALOG_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QDialog> |
15 | #include <QtWidgets/QFrame> |
16 | #include <QtWidgets/QHBoxLayout> |
17 | #include <QtWidgets/QHeaderView> |
18 | #include <QtWidgets/QLabel> |
19 | #include <QtWidgets/QPushButton> |
20 | #include <QtWidgets/QScrollArea> |
21 | #include <QtWidgets/QSpacerItem> |
22 | #include <QtWidgets/QSplitter> |
23 | #include <QtWidgets/QTreeView> |
24 | #include <QtWidgets/QVBoxLayout> |
25 | #include <QtWidgets/QWidget> |
26 | |
27 | QT_BEGIN_NAMESPACE |
28 | |
29 | class Ui_SettingsDialog |
30 | { |
31 | public: |
32 | QVBoxLayout *verticalLayout; |
33 | QSplitter *splitter; |
34 | QFrame *frame; |
35 | QHBoxLayout *horizontalLayout; |
36 | QTreeView *widgetsView; |
37 | QFrame *frame_2; |
38 | QVBoxLayout *verticalLayout_2; |
39 | QLabel *lblWidgetCaption; |
40 | QScrollArea *scrollArea; |
41 | QWidget *scrollAreaWidgetContents; |
42 | QFrame *frame_4; |
43 | QHBoxLayout *horizontalLayout_2; |
44 | QSpacerItem *horizontalSpacer; |
45 | QPushButton *btnOk; |
46 | QPushButton *btnApply; |
47 | QPushButton *btnCancel; |
48 | |
49 | void setupUi(QDialog *SettingsDialog) |
50 | { |
51 | if (SettingsDialog->objectName().isEmpty()) |
52 | SettingsDialog->setObjectName(QString::fromUtf8("SettingsDialog" )); |
53 | SettingsDialog->resize(977, 622); |
54 | verticalLayout = new QVBoxLayout(SettingsDialog); |
55 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
56 | verticalLayout->setContentsMargins(2, 2, 2, 2); |
57 | splitter = new QSplitter(SettingsDialog); |
58 | splitter->setObjectName(QString::fromUtf8("splitter" )); |
59 | splitter->setOrientation(Qt::Horizontal); |
60 | splitter->setHandleWidth(10); |
61 | frame = new QFrame(splitter); |
62 | frame->setObjectName(QString::fromUtf8("frame" )); |
63 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); |
64 | sizePolicy.setHorizontalStretch(0); |
65 | sizePolicy.setVerticalStretch(0); |
66 | sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth()); |
67 | frame->setSizePolicy(sizePolicy); |
68 | frame->setFrameShape(QFrame::NoFrame); |
69 | frame->setFrameShadow(QFrame::Plain); |
70 | horizontalLayout = new QHBoxLayout(frame); |
71 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
72 | horizontalLayout->setContentsMargins(-1, -1, 0, -1); |
73 | widgetsView = new QTreeView(frame); |
74 | widgetsView->setObjectName(QString::fromUtf8("widgetsView" )); |
75 | widgetsView->setEditTriggers(QAbstractItemView::NoEditTriggers); |
76 | widgetsView->header()->setVisible(false); |
77 | |
78 | horizontalLayout->addWidget(widgetsView); |
79 | |
80 | splitter->addWidget(frame); |
81 | frame_2 = new QFrame(splitter); |
82 | frame_2->setObjectName(QString::fromUtf8("frame_2" )); |
83 | QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred); |
84 | sizePolicy1.setHorizontalStretch(1); |
85 | sizePolicy1.setVerticalStretch(0); |
86 | sizePolicy1.setHeightForWidth(frame_2->sizePolicy().hasHeightForWidth()); |
87 | frame_2->setSizePolicy(sizePolicy1); |
88 | frame_2->setFrameShape(QFrame::NoFrame); |
89 | frame_2->setFrameShadow(QFrame::Raised); |
90 | verticalLayout_2 = new QVBoxLayout(frame_2); |
91 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
92 | verticalLayout_2->setContentsMargins(0, -1, -1, -1); |
93 | lblWidgetCaption = new QLabel(frame_2); |
94 | lblWidgetCaption->setObjectName(QString::fromUtf8("lblWidgetCaption" )); |
95 | QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Fixed); |
96 | sizePolicy2.setHorizontalStretch(0); |
97 | sizePolicy2.setVerticalStretch(0); |
98 | sizePolicy2.setHeightForWidth(lblWidgetCaption->sizePolicy().hasHeightForWidth()); |
99 | lblWidgetCaption->setSizePolicy(sizePolicy2); |
100 | |
101 | verticalLayout_2->addWidget(lblWidgetCaption); |
102 | |
103 | scrollArea = new QScrollArea(frame_2); |
104 | scrollArea->setObjectName(QString::fromUtf8("scrollArea" )); |
105 | scrollArea->setWidgetResizable(true); |
106 | scrollAreaWidgetContents = new QWidget(); |
107 | scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents" )); |
108 | scrollAreaWidgetContents->setGeometry(QRect(0, 0, 679, 516)); |
109 | scrollArea->setWidget(scrollAreaWidgetContents); |
110 | |
111 | verticalLayout_2->addWidget(scrollArea); |
112 | |
113 | frame_4 = new QFrame(frame_2); |
114 | frame_4->setObjectName(QString::fromUtf8("frame_4" )); |
115 | sizePolicy2.setHeightForWidth(frame_4->sizePolicy().hasHeightForWidth()); |
116 | frame_4->setSizePolicy(sizePolicy2); |
117 | frame_4->setFrameShape(QFrame::NoFrame); |
118 | frame_4->setFrameShadow(QFrame::Raised); |
119 | horizontalLayout_2 = new QHBoxLayout(frame_4); |
120 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
121 | horizontalLayout_2->setContentsMargins(2, 2, 2, 2); |
122 | horizontalSpacer = new QSpacerItem(192, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
123 | |
124 | horizontalLayout_2->addItem(horizontalSpacer); |
125 | |
126 | btnOk = new QPushButton(frame_4); |
127 | btnOk->setObjectName(QString::fromUtf8("btnOk" )); |
128 | |
129 | horizontalLayout_2->addWidget(btnOk); |
130 | |
131 | btnApply = new QPushButton(frame_4); |
132 | btnApply->setObjectName(QString::fromUtf8("btnApply" )); |
133 | |
134 | horizontalLayout_2->addWidget(btnApply); |
135 | |
136 | btnCancel = new QPushButton(frame_4); |
137 | btnCancel->setObjectName(QString::fromUtf8("btnCancel" )); |
138 | |
139 | horizontalLayout_2->addWidget(btnCancel); |
140 | |
141 | |
142 | verticalLayout_2->addWidget(frame_4); |
143 | |
144 | splitter->addWidget(frame_2); |
145 | |
146 | verticalLayout->addWidget(splitter); |
147 | |
148 | |
149 | retranslateUi(SettingsDialog); |
150 | |
151 | QMetaObject::connectSlotsByName(SettingsDialog); |
152 | } // setupUi |
153 | |
154 | void retranslateUi(QDialog *SettingsDialog) |
155 | { |
156 | SettingsDialog->setWindowTitle(QCoreApplication::translate("SettingsDialog" , "Options" , nullptr)); |
157 | lblWidgetCaption->setText(QCoreApplication::translate("SettingsDialog" , "TextLabel" , nullptr)); |
158 | btnOk->setText(QCoreApplication::translate("SettingsDialog" , "OK" , nullptr)); |
159 | btnApply->setText(QCoreApplication::translate("SettingsDialog" , "Apply" , nullptr)); |
160 | btnCancel->setText(QCoreApplication::translate("SettingsDialog" , "Cancel" , nullptr)); |
161 | } // retranslateUi |
162 | |
163 | }; |
164 | |
165 | namespace Ui { |
166 | class SettingsDialog: public Ui_SettingsDialog {}; |
167 | } // namespace Ui |
168 | |
169 | QT_END_NAMESPACE |
170 | |
171 | #endif // UI_SETTINGSDIALOG_H |
172 | |