1/********************************************************************************
2** Form generated from reading UI file 'gridpanel.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_GRIDPANEL_H
10#define UI_GRIDPANEL_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QGroupBox>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QPushButton>
20#include <QtWidgets/QSpacerItem>
21#include <QtWidgets/QSpinBox>
22#include <QtWidgets/QVBoxLayout>
23#include <QtWidgets/QWidget>
24
25QT_BEGIN_NAMESPACE
26
27namespace qdesigner_internal {
28
29class Ui_GridPanel
30{
31public:
32 QVBoxLayout *vboxLayout;
33 QGroupBox *m_gridGroupBox;
34 QGridLayout *gridLayout;
35 QCheckBox *m_visibleCheckBox;
36 QLabel *label;
37 QSpinBox *m_deltaXSpinBox;
38 QCheckBox *m_snapXCheckBox;
39 QHBoxLayout *hboxLayout;
40 QPushButton *m_resetButton;
41 QSpacerItem *spacerItem;
42 QLabel *label_2;
43 QSpinBox *m_deltaYSpinBox;
44 QCheckBox *m_snapYCheckBox;
45
46 void setupUi(QWidget *qdesigner_internal__GridPanel)
47 {
48 if (qdesigner_internal__GridPanel->objectName().isEmpty())
49 qdesigner_internal__GridPanel->setObjectName(QString::fromUtf8(str: "qdesigner_internal__GridPanel"));
50 qdesigner_internal__GridPanel->resize(w: 393, h: 110);
51 vboxLayout = new QVBoxLayout(qdesigner_internal__GridPanel);
52 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
53 vboxLayout->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0);
54 m_gridGroupBox = new QGroupBox(qdesigner_internal__GridPanel);
55 m_gridGroupBox->setObjectName(QString::fromUtf8(str: "m_gridGroupBox"));
56 gridLayout = new QGridLayout(m_gridGroupBox);
57 gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout"));
58 m_visibleCheckBox = new QCheckBox(m_gridGroupBox);
59 m_visibleCheckBox->setObjectName(QString::fromUtf8(str: "m_visibleCheckBox"));
60 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
61 sizePolicy.setHorizontalStretch(0);
62 sizePolicy.setVerticalStretch(0);
63 sizePolicy.setHeightForWidth(m_visibleCheckBox->sizePolicy().hasHeightForWidth());
64 m_visibleCheckBox->setSizePolicy(sizePolicy);
65
66 gridLayout->addWidget(m_visibleCheckBox, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
67
68 label = new QLabel(m_gridGroupBox);
69 label->setObjectName(QString::fromUtf8(str: "label"));
70
71 gridLayout->addWidget(label, row: 0, column: 1, rowSpan: 1, columnSpan: 1);
72
73 m_deltaXSpinBox = new QSpinBox(m_gridGroupBox);
74 m_deltaXSpinBox->setObjectName(QString::fromUtf8(str: "m_deltaXSpinBox"));
75 m_deltaXSpinBox->setMinimum(2);
76 m_deltaXSpinBox->setMaximum(100);
77
78 gridLayout->addWidget(m_deltaXSpinBox, row: 0, column: 2, rowSpan: 1, columnSpan: 1);
79
80 m_snapXCheckBox = new QCheckBox(m_gridGroupBox);
81 m_snapXCheckBox->setObjectName(QString::fromUtf8(str: "m_snapXCheckBox"));
82 sizePolicy.setHeightForWidth(m_snapXCheckBox->sizePolicy().hasHeightForWidth());
83 m_snapXCheckBox->setSizePolicy(sizePolicy);
84
85 gridLayout->addWidget(m_snapXCheckBox, row: 0, column: 3, rowSpan: 1, columnSpan: 1);
86
87 hboxLayout = new QHBoxLayout();
88 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
89 m_resetButton = new QPushButton(m_gridGroupBox);
90 m_resetButton->setObjectName(QString::fromUtf8(str: "m_resetButton"));
91
92 hboxLayout->addWidget(m_resetButton);
93
94 spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
95
96 hboxLayout->addItem(spacerItem);
97
98
99 gridLayout->addLayout(hboxLayout, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
100
101 label_2 = new QLabel(m_gridGroupBox);
102 label_2->setObjectName(QString::fromUtf8(str: "label_2"));
103
104 gridLayout->addWidget(label_2, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
105
106 m_deltaYSpinBox = new QSpinBox(m_gridGroupBox);
107 m_deltaYSpinBox->setObjectName(QString::fromUtf8(str: "m_deltaYSpinBox"));
108 m_deltaYSpinBox->setMinimum(2);
109 m_deltaYSpinBox->setMaximum(100);
110
111 gridLayout->addWidget(m_deltaYSpinBox, row: 1, column: 2, rowSpan: 1, columnSpan: 1);
112
113 m_snapYCheckBox = new QCheckBox(m_gridGroupBox);
114 m_snapYCheckBox->setObjectName(QString::fromUtf8(str: "m_snapYCheckBox"));
115 sizePolicy.setHeightForWidth(m_snapYCheckBox->sizePolicy().hasHeightForWidth());
116 m_snapYCheckBox->setSizePolicy(sizePolicy);
117
118 gridLayout->addWidget(m_snapYCheckBox, row: 1, column: 3, rowSpan: 1, columnSpan: 1);
119
120
121 vboxLayout->addWidget(m_gridGroupBox);
122
123#if QT_CONFIG(shortcut)
124 label->setBuddy(m_deltaXSpinBox);
125 label_2->setBuddy(m_deltaYSpinBox);
126#endif // QT_CONFIG(shortcut)
127
128 retranslateUi(qdesigner_internal__GridPanel);
129
130 QMetaObject::connectSlotsByName(o: qdesigner_internal__GridPanel);
131 } // setupUi
132
133 void retranslateUi(QWidget *qdesigner_internal__GridPanel)
134 {
135 qdesigner_internal__GridPanel->setWindowTitle(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Form", disambiguation: nullptr));
136 m_gridGroupBox->setTitle(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Grid", disambiguation: nullptr));
137 m_visibleCheckBox->setText(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Visible", disambiguation: nullptr));
138 label->setText(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Grid &X", disambiguation: nullptr));
139 m_snapXCheckBox->setText(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Snap", disambiguation: nullptr));
140 m_resetButton->setText(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Reset", disambiguation: nullptr));
141 label_2->setText(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Grid &Y", disambiguation: nullptr));
142 m_snapYCheckBox->setText(QCoreApplication::translate(context: "qdesigner_internal::GridPanel", key: "Snap", disambiguation: nullptr));
143 } // retranslateUi
144
145};
146
147} // namespace qdesigner_internal
148
149namespace qdesigner_internal {
150namespace Ui {
151 class GridPanel: public Ui_GridPanel {};
152} // namespace Ui
153} // namespace qdesigner_internal
154
155QT_END_NAMESPACE
156
157#endif // UI_GRIDPANEL_H
158

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