1/*
2*********************************************************************
3**
4** Copyright (C) 2016 The Qt Company Ltd.
5** Contact: https://www.qt.io/licensing/
6**
7** This file is part of the Qt Designer of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:GPL-EXCEPT$
10** Commercial License Usage
11** Licensees holding valid commercial Qt licenses may use this file in
12** accordance with the commercial license agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and The Qt Company. For licensing terms
15** and conditions see https://www.qt.io/terms-conditions. For further
16** information use the contact form at https://www.qt.io/contact-us.
17**
18** GNU General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU
20** General Public License version 3 as published by the Free Software
21** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
22** included in the packaging of this file. Please review the following
23** information to ensure the GNU General Public License requirements will
24** be met: https://www.gnu.org/licenses/gpl-3.0.html.
25**
26** $QT_END_LICENSE$
27**
28*********************************************************************
29*/
30
31/********************************************************************************
32** Form generated from reading UI file 'formwindowsettings.ui'
33**
34** Created by: Qt User Interface Compiler version 5.15.9
35**
36** WARNING! All changes made in this file will be lost when recompiling UI file!
37********************************************************************************/
38
39#ifndef UI_FORMWINDOWSETTINGS_H
40#define UI_FORMWINDOWSETTINGS_H
41
42#include <QtCore/QVariant>
43#include <QtWidgets/QApplication>
44#include <QtWidgets/QCheckBox>
45#include <QtWidgets/QDialog>
46#include <QtWidgets/QDialogButtonBox>
47#include <QtWidgets/QFrame>
48#include <QtWidgets/QGridLayout>
49#include <QtWidgets/QGroupBox>
50#include <QtWidgets/QHBoxLayout>
51#include <QtWidgets/QLabel>
52#include <QtWidgets/QLineEdit>
53#include <QtWidgets/QSpacerItem>
54#include <QtWidgets/QSpinBox>
55#include <QtWidgets/QTextEdit>
56#include <QtWidgets/QVBoxLayout>
57#include <gridpanel_p.h>
58
59QT_BEGIN_NAMESPACE
60
61class Ui_FormWindowSettings
62{
63public:
64 QGridLayout *gridLayout;
65 QDialogButtonBox *buttonBox;
66 qdesigner_internal::GridPanel *gridPanel;
67 QGroupBox *includeHintsGroupBox;
68 QVBoxLayout *vboxLayout;
69 QTextEdit *includeHintsTextEdit;
70 QGroupBox *translationsGroupBox;
71 QVBoxLayout *verticalLayout_2;
72 QCheckBox *idBasedTranslationsCheckBox;
73 QHBoxLayout *hboxLayout;
74 QGroupBox *pixmapFunctionGroupBox;
75 QVBoxLayout *vboxLayout1;
76 QLineEdit *pixmapFunctionLineEdit;
77 QFrame *line;
78 QGroupBox *pixmapFunctionGroupBox_2;
79 QVBoxLayout *vboxLayout2;
80 QLineEdit *authorLineEdit;
81 QSpacerItem *spacerItem;
82 QGroupBox *embeddedGroupBox;
83 QVBoxLayout *verticalLayout;
84 QLabel *deviceProfileLabel;
85 QHBoxLayout *hboxLayout1;
86 QGroupBox *layoutDefaultGroupBox;
87 QGridLayout *gridLayout1;
88 QLabel *label_2;
89 QLabel *label;
90 QSpinBox *defaultSpacingSpinBox;
91 QSpinBox *defaultMarginSpinBox;
92 QGroupBox *layoutFunctionGroupBox;
93 QGridLayout *gridLayout2;
94 QLineEdit *spacingFunctionLineEdit;
95 QLineEdit *marginFunctionLineEdit;
96 QLabel *label_3;
97 QLabel *label_3_2;
98 QGroupBox *connectionsGroupBox;
99 QVBoxLayout *verticalLayout_3;
100 QCheckBox *connectSlotsByNameCheckBox;
101
102 void setupUi(QDialog *FormWindowSettings)
103 {
104 if (FormWindowSettings->objectName().isEmpty())
105 FormWindowSettings->setObjectName(QString::fromUtf8(str: "FormWindowSettings"));
106 FormWindowSettings->resize(w: 463, h: 654);
107 gridLayout = new QGridLayout(FormWindowSettings);
108 gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout"));
109 buttonBox = new QDialogButtonBox(FormWindowSettings);
110 buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox"));
111 buttonBox->setOrientation(Qt::Horizontal);
112 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
113
114 gridLayout->addWidget(buttonBox, row: 9, column: 0, rowSpan: 1, columnSpan: 2);
115
116 gridPanel = new qdesigner_internal::GridPanel(FormWindowSettings);
117 gridPanel->setObjectName(QString::fromUtf8(str: "gridPanel"));
118
119 gridLayout->addWidget(gridPanel, row: 2, column: 0, rowSpan: 1, columnSpan: 2);
120
121 includeHintsGroupBox = new QGroupBox(FormWindowSettings);
122 includeHintsGroupBox->setObjectName(QString::fromUtf8(str: "includeHintsGroupBox"));
123 vboxLayout = new QVBoxLayout(includeHintsGroupBox);
124 vboxLayout->setSpacing(6);
125 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
126 vboxLayout->setContentsMargins(left: 8, top: 8, right: 8, bottom: 8);
127 includeHintsTextEdit = new QTextEdit(includeHintsGroupBox);
128 includeHintsTextEdit->setObjectName(QString::fromUtf8(str: "includeHintsTextEdit"));
129
130 vboxLayout->addWidget(includeHintsTextEdit);
131
132
133 gridLayout->addWidget(includeHintsGroupBox, row: 5, column: 0, rowSpan: 3, columnSpan: 1);
134
135 translationsGroupBox = new QGroupBox(FormWindowSettings);
136 translationsGroupBox->setObjectName(QString::fromUtf8(str: "translationsGroupBox"));
137 verticalLayout_2 = new QVBoxLayout(translationsGroupBox);
138 verticalLayout_2->setObjectName(QString::fromUtf8(str: "verticalLayout_2"));
139 idBasedTranslationsCheckBox = new QCheckBox(translationsGroupBox);
140 idBasedTranslationsCheckBox->setObjectName(QString::fromUtf8(str: "idBasedTranslationsCheckBox"));
141
142 verticalLayout_2->addWidget(idBasedTranslationsCheckBox);
143
144
145 gridLayout->addWidget(translationsGroupBox, row: 6, column: 1, rowSpan: 1, columnSpan: 1);
146
147 hboxLayout = new QHBoxLayout();
148 hboxLayout->setSpacing(6);
149 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
150 hboxLayout->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0);
151 pixmapFunctionGroupBox = new QGroupBox(FormWindowSettings);
152 pixmapFunctionGroupBox->setObjectName(QString::fromUtf8(str: "pixmapFunctionGroupBox"));
153 pixmapFunctionGroupBox->setCheckable(true);
154 vboxLayout1 = new QVBoxLayout(pixmapFunctionGroupBox);
155 vboxLayout1->setSpacing(6);
156 vboxLayout1->setObjectName(QString::fromUtf8(str: "vboxLayout1"));
157 vboxLayout1->setContentsMargins(left: 8, top: 8, right: 8, bottom: 8);
158 pixmapFunctionLineEdit = new QLineEdit(pixmapFunctionGroupBox);
159 pixmapFunctionLineEdit->setObjectName(QString::fromUtf8(str: "pixmapFunctionLineEdit"));
160
161 vboxLayout1->addWidget(pixmapFunctionLineEdit);
162
163
164 hboxLayout->addWidget(pixmapFunctionGroupBox);
165
166
167 gridLayout->addLayout(hboxLayout, row: 5, column: 1, rowSpan: 1, columnSpan: 1);
168
169 line = new QFrame(FormWindowSettings);
170 line->setObjectName(QString::fromUtf8(str: "line"));
171 line->setFrameShape(QFrame::HLine);
172 line->setFrameShadow(QFrame::Sunken);
173
174 gridLayout->addWidget(line, row: 8, column: 0, rowSpan: 1, columnSpan: 2);
175
176 pixmapFunctionGroupBox_2 = new QGroupBox(FormWindowSettings);
177 pixmapFunctionGroupBox_2->setObjectName(QString::fromUtf8(str: "pixmapFunctionGroupBox_2"));
178 vboxLayout2 = new QVBoxLayout(pixmapFunctionGroupBox_2);
179 vboxLayout2->setSpacing(6);
180 vboxLayout2->setObjectName(QString::fromUtf8(str: "vboxLayout2"));
181 vboxLayout2->setContentsMargins(left: 8, top: 8, right: 8, bottom: 8);
182 authorLineEdit = new QLineEdit(pixmapFunctionGroupBox_2);
183 authorLineEdit->setObjectName(QString::fromUtf8(str: "authorLineEdit"));
184
185 vboxLayout2->addWidget(authorLineEdit);
186
187
188 gridLayout->addWidget(pixmapFunctionGroupBox_2, row: 1, column: 0, rowSpan: 1, columnSpan: 2);
189
190 spacerItem = new QSpacerItem(111, 115, QSizePolicy::Minimum, QSizePolicy::Expanding);
191
192 gridLayout->addItem(item: spacerItem, row: 7, column: 1, rowSpan: 1, columnSpan: 1);
193
194 embeddedGroupBox = new QGroupBox(FormWindowSettings);
195 embeddedGroupBox->setObjectName(QString::fromUtf8(str: "embeddedGroupBox"));
196 verticalLayout = new QVBoxLayout(embeddedGroupBox);
197 verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout"));
198 deviceProfileLabel = new QLabel(embeddedGroupBox);
199 deviceProfileLabel->setObjectName(QString::fromUtf8(str: "deviceProfileLabel"));
200 deviceProfileLabel->setText(QString::fromUtf8(str: "TextLabel"));
201
202 verticalLayout->addWidget(deviceProfileLabel);
203
204
205 gridLayout->addWidget(embeddedGroupBox, row: 0, column: 0, rowSpan: 1, columnSpan: 2);
206
207 hboxLayout1 = new QHBoxLayout();
208 hboxLayout1->setSpacing(6);
209 hboxLayout1->setObjectName(QString::fromUtf8(str: "hboxLayout1"));
210 hboxLayout1->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0);
211 layoutDefaultGroupBox = new QGroupBox(FormWindowSettings);
212 layoutDefaultGroupBox->setObjectName(QString::fromUtf8(str: "layoutDefaultGroupBox"));
213 layoutDefaultGroupBox->setCheckable(true);
214 gridLayout1 = new QGridLayout(layoutDefaultGroupBox);
215 gridLayout1->setSpacing(6);
216 gridLayout1->setObjectName(QString::fromUtf8(str: "gridLayout1"));
217 gridLayout1->setContentsMargins(left: 8, top: 8, right: 8, bottom: 8);
218 label_2 = new QLabel(layoutDefaultGroupBox);
219 label_2->setObjectName(QString::fromUtf8(str: "label_2"));
220
221 gridLayout1->addWidget(label_2, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
222
223 label = new QLabel(layoutDefaultGroupBox);
224 label->setObjectName(QString::fromUtf8(str: "label"));
225
226 gridLayout1->addWidget(label, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
227
228 defaultSpacingSpinBox = new QSpinBox(layoutDefaultGroupBox);
229 defaultSpacingSpinBox->setObjectName(QString::fromUtf8(str: "defaultSpacingSpinBox"));
230
231 gridLayout1->addWidget(defaultSpacingSpinBox, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
232
233 defaultMarginSpinBox = new QSpinBox(layoutDefaultGroupBox);
234 defaultMarginSpinBox->setObjectName(QString::fromUtf8(str: "defaultMarginSpinBox"));
235
236 gridLayout1->addWidget(defaultMarginSpinBox, row: 0, column: 1, rowSpan: 1, columnSpan: 1);
237
238
239 hboxLayout1->addWidget(layoutDefaultGroupBox);
240
241 layoutFunctionGroupBox = new QGroupBox(FormWindowSettings);
242 layoutFunctionGroupBox->setObjectName(QString::fromUtf8(str: "layoutFunctionGroupBox"));
243 layoutFunctionGroupBox->setCheckable(true);
244 gridLayout2 = new QGridLayout(layoutFunctionGroupBox);
245 gridLayout2->setSpacing(6);
246 gridLayout2->setObjectName(QString::fromUtf8(str: "gridLayout2"));
247 gridLayout2->setContentsMargins(left: 8, top: 8, right: 8, bottom: 8);
248 spacingFunctionLineEdit = new QLineEdit(layoutFunctionGroupBox);
249 spacingFunctionLineEdit->setObjectName(QString::fromUtf8(str: "spacingFunctionLineEdit"));
250
251 gridLayout2->addWidget(spacingFunctionLineEdit, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
252
253 marginFunctionLineEdit = new QLineEdit(layoutFunctionGroupBox);
254 marginFunctionLineEdit->setObjectName(QString::fromUtf8(str: "marginFunctionLineEdit"));
255
256 gridLayout2->addWidget(marginFunctionLineEdit, row: 0, column: 1, rowSpan: 1, columnSpan: 1);
257
258 label_3 = new QLabel(layoutFunctionGroupBox);
259 label_3->setObjectName(QString::fromUtf8(str: "label_3"));
260
261 gridLayout2->addWidget(label_3, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
262
263 label_3_2 = new QLabel(layoutFunctionGroupBox);
264 label_3_2->setObjectName(QString::fromUtf8(str: "label_3_2"));
265
266 gridLayout2->addWidget(label_3_2, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
267
268
269 hboxLayout1->addWidget(layoutFunctionGroupBox);
270
271
272 gridLayout->addLayout(hboxLayout1, row: 3, column: 0, rowSpan: 1, columnSpan: 2);
273
274 connectionsGroupBox = new QGroupBox(FormWindowSettings);
275 connectionsGroupBox->setObjectName(QString::fromUtf8(str: "connectionsGroupBox"));
276 verticalLayout_3 = new QVBoxLayout(connectionsGroupBox);
277 verticalLayout_3->setObjectName(QString::fromUtf8(str: "verticalLayout_3"));
278 connectSlotsByNameCheckBox = new QCheckBox(connectionsGroupBox);
279 connectSlotsByNameCheckBox->setObjectName(QString::fromUtf8(str: "connectSlotsByNameCheckBox"));
280
281 verticalLayout_3->addWidget(connectSlotsByNameCheckBox);
282
283
284 gridLayout->addWidget(connectionsGroupBox, row: 4, column: 0, rowSpan: 1, columnSpan: 2);
285
286#if QT_CONFIG(shortcut)
287 label_2->setBuddy(defaultSpacingSpinBox);
288 label->setBuddy(defaultMarginSpinBox);
289 label_3->setBuddy(marginFunctionLineEdit);
290 label_3_2->setBuddy(spacingFunctionLineEdit);
291#endif // QT_CONFIG(shortcut)
292 QWidget::setTabOrder(authorLineEdit, defaultMarginSpinBox);
293 QWidget::setTabOrder(defaultMarginSpinBox, defaultSpacingSpinBox);
294 QWidget::setTabOrder(defaultSpacingSpinBox, marginFunctionLineEdit);
295 QWidget::setTabOrder(marginFunctionLineEdit, spacingFunctionLineEdit);
296 QWidget::setTabOrder(spacingFunctionLineEdit, pixmapFunctionLineEdit);
297
298 retranslateUi(FormWindowSettings);
299 QObject::connect(sender: buttonBox, SIGNAL(accepted()), receiver: FormWindowSettings, SLOT(accept()));
300 QObject::connect(sender: buttonBox, SIGNAL(rejected()), receiver: FormWindowSettings, SLOT(reject()));
301
302 QMetaObject::connectSlotsByName(o: FormWindowSettings);
303 } // setupUi
304
305 void retranslateUi(QDialog *FormWindowSettings)
306 {
307 FormWindowSettings->setWindowTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "Form Settings", disambiguation: nullptr));
308 gridPanel->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "Grid", disambiguation: nullptr));
309 includeHintsGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "&Include Hints", disambiguation: nullptr));
310 translationsGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "Translations", disambiguation: nullptr));
311 idBasedTranslationsCheckBox->setText(QCoreApplication::translate(context: "FormWindowSettings", key: "ID-based", disambiguation: nullptr));
312 pixmapFunctionGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "&Pixmap Function", disambiguation: nullptr));
313 pixmapFunctionGroupBox_2->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "&Author", disambiguation: nullptr));
314 embeddedGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "Embedded Design", disambiguation: nullptr));
315 layoutDefaultGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "Layout &Default", disambiguation: nullptr));
316 label_2->setText(QCoreApplication::translate(context: "FormWindowSettings", key: "&Spacing:", disambiguation: nullptr));
317 label->setText(QCoreApplication::translate(context: "FormWindowSettings", key: "&Margin:", disambiguation: nullptr));
318 layoutFunctionGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "&Layout Function", disambiguation: nullptr));
319 label_3->setText(QCoreApplication::translate(context: "FormWindowSettings", key: "Ma&rgin:", disambiguation: nullptr));
320 label_3_2->setText(QCoreApplication::translate(context: "FormWindowSettings", key: "Spa&cing:", disambiguation: nullptr));
321 connectionsGroupBox->setTitle(QCoreApplication::translate(context: "FormWindowSettings", key: "Connections", disambiguation: nullptr));
322 connectSlotsByNameCheckBox->setText(QCoreApplication::translate(context: "FormWindowSettings", key: "Connect slots by name", disambiguation: nullptr));
323 } // retranslateUi
324
325};
326
327namespace Ui {
328 class FormWindowSettings: public Ui_FormWindowSettings {};
329} // namespace Ui
330
331QT_END_NAMESPACE
332
333#endif // UI_FORMWINDOWSETTINGS_H
334

source code of qttools/src/designer/src/components/lib/.uic/ui_formwindowsettings.h