1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'form.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_FORM_H |
10 | #define UI_FORM_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QDateTimeEdit> |
15 | #include <QtWidgets/QGridLayout> |
16 | #include <QtWidgets/QGroupBox> |
17 | #include <QtWidgets/QHBoxLayout> |
18 | #include <QtWidgets/QHeaderView> |
19 | #include <QtWidgets/QLabel> |
20 | #include <QtWidgets/QLineEdit> |
21 | #include <QtWidgets/QSlider> |
22 | #include <QtWidgets/QSpinBox> |
23 | #include <QtWidgets/QTreeWidget> |
24 | #include <QtWidgets/QVBoxLayout> |
25 | #include <QtWidgets/QWidget> |
26 | |
27 | QT_BEGIN_NAMESPACE |
28 | |
29 | class Ui_Form |
30 | { |
31 | public: |
32 | QVBoxLayout *verticalLayout_2; |
33 | QGroupBox *groupBox; |
34 | QGridLayout *gridLayout; |
35 | QLabel *label; |
36 | QLineEdit *hostName; |
37 | QLabel *label_2; |
38 | QLabel *label_3; |
39 | QHBoxLayout *horizontalLayout; |
40 | QSlider *horizontalSlider; |
41 | QSpinBox *spinBox; |
42 | QDateTimeEdit *dateTimeEdit; |
43 | QGroupBox *groupBox_2; |
44 | QHBoxLayout *horizontalLayout_2; |
45 | QTreeWidget *treeWidget; |
46 | |
47 | void setupUi(QWidget *Form) |
48 | { |
49 | if (Form->objectName().isEmpty()) |
50 | Form->setObjectName(QString::fromUtf8(str: "Form" )); |
51 | Form->resize(w: 378, h: 385); |
52 | verticalLayout_2 = new QVBoxLayout(Form); |
53 | verticalLayout_2->setObjectName(QString::fromUtf8(str: "verticalLayout_2" )); |
54 | groupBox = new QGroupBox(Form); |
55 | groupBox->setObjectName(QString::fromUtf8(str: "groupBox" )); |
56 | groupBox->setFlat(true); |
57 | groupBox->setCheckable(true); |
58 | gridLayout = new QGridLayout(groupBox); |
59 | gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout" )); |
60 | label = new QLabel(groupBox); |
61 | label->setObjectName(QString::fromUtf8(str: "label" )); |
62 | |
63 | gridLayout->addWidget(label, row: 0, column: 0, rowSpan: 1, columnSpan: 1); |
64 | |
65 | hostName = new QLineEdit(groupBox); |
66 | hostName->setObjectName(QString::fromUtf8(str: "hostName" )); |
67 | |
68 | gridLayout->addWidget(hostName, row: 0, column: 1, rowSpan: 1, columnSpan: 1); |
69 | |
70 | label_2 = new QLabel(groupBox); |
71 | label_2->setObjectName(QString::fromUtf8(str: "label_2" )); |
72 | |
73 | gridLayout->addWidget(label_2, row: 1, column: 0, rowSpan: 1, columnSpan: 1); |
74 | |
75 | label_3 = new QLabel(groupBox); |
76 | label_3->setObjectName(QString::fromUtf8(str: "label_3" )); |
77 | |
78 | gridLayout->addWidget(label_3, row: 2, column: 0, rowSpan: 1, columnSpan: 1); |
79 | |
80 | horizontalLayout = new QHBoxLayout(); |
81 | horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout" )); |
82 | horizontalSlider = new QSlider(groupBox); |
83 | horizontalSlider->setObjectName(QString::fromUtf8(str: "horizontalSlider" )); |
84 | horizontalSlider->setValue(42); |
85 | horizontalSlider->setOrientation(Qt::Horizontal); |
86 | |
87 | horizontalLayout->addWidget(horizontalSlider); |
88 | |
89 | spinBox = new QSpinBox(groupBox); |
90 | spinBox->setObjectName(QString::fromUtf8(str: "spinBox" )); |
91 | spinBox->setValue(42); |
92 | |
93 | horizontalLayout->addWidget(spinBox); |
94 | |
95 | |
96 | gridLayout->addLayout(horizontalLayout, row: 2, column: 1, rowSpan: 1, columnSpan: 1); |
97 | |
98 | dateTimeEdit = new QDateTimeEdit(groupBox); |
99 | dateTimeEdit->setObjectName(QString::fromUtf8(str: "dateTimeEdit" )); |
100 | |
101 | gridLayout->addWidget(dateTimeEdit, row: 1, column: 1, rowSpan: 1, columnSpan: 1); |
102 | |
103 | |
104 | verticalLayout_2->addWidget(groupBox); |
105 | |
106 | groupBox_2 = new QGroupBox(Form); |
107 | groupBox_2->setObjectName(QString::fromUtf8(str: "groupBox_2" )); |
108 | groupBox_2->setFlat(true); |
109 | groupBox_2->setCheckable(true); |
110 | horizontalLayout_2 = new QHBoxLayout(groupBox_2); |
111 | horizontalLayout_2->setObjectName(QString::fromUtf8(str: "horizontalLayout_2" )); |
112 | treeWidget = new QTreeWidget(groupBox_2); |
113 | QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(treeWidget); |
114 | QTreeWidgetItem *__qtreewidgetitem1 = new QTreeWidgetItem(__qtreewidgetitem); |
115 | new QTreeWidgetItem(__qtreewidgetitem1); |
116 | new QTreeWidgetItem(__qtreewidgetitem1); |
117 | new QTreeWidgetItem(__qtreewidgetitem1); |
118 | QTreeWidgetItem *__qtreewidgetitem2 = new QTreeWidgetItem(treeWidget); |
119 | QTreeWidgetItem *__qtreewidgetitem3 = new QTreeWidgetItem(__qtreewidgetitem2); |
120 | new QTreeWidgetItem(__qtreewidgetitem3); |
121 | QTreeWidgetItem *__qtreewidgetitem4 = new QTreeWidgetItem(treeWidget); |
122 | QTreeWidgetItem *__qtreewidgetitem5 = new QTreeWidgetItem(__qtreewidgetitem4); |
123 | new QTreeWidgetItem(__qtreewidgetitem5); |
124 | treeWidget->setObjectName(QString::fromUtf8(str: "treeWidget" )); |
125 | |
126 | horizontalLayout_2->addWidget(treeWidget); |
127 | |
128 | |
129 | verticalLayout_2->addWidget(groupBox_2); |
130 | |
131 | QWidget::setTabOrder(groupBox, hostName); |
132 | QWidget::setTabOrder(hostName, dateTimeEdit); |
133 | QWidget::setTabOrder(dateTimeEdit, horizontalSlider); |
134 | QWidget::setTabOrder(horizontalSlider, spinBox); |
135 | QWidget::setTabOrder(spinBox, groupBox_2); |
136 | QWidget::setTabOrder(groupBox_2, treeWidget); |
137 | |
138 | retranslateUi(Form); |
139 | QObject::connect(sender: horizontalSlider, SIGNAL(valueChanged(int)), receiver: spinBox, SLOT(setValue(int))); |
140 | QObject::connect(sender: spinBox, SIGNAL(valueChanged(int)), receiver: horizontalSlider, SLOT(setValue(int))); |
141 | |
142 | QMetaObject::connectSlotsByName(o: Form); |
143 | } // setupUi |
144 | |
145 | void retranslateUi(QWidget *Form) |
146 | { |
147 | Form->setWindowTitle(QCoreApplication::translate(context: "Form" , key: "BackSide" , disambiguation: nullptr)); |
148 | groupBox->setTitle(QCoreApplication::translate(context: "Form" , key: "Settings" , disambiguation: nullptr)); |
149 | label->setText(QCoreApplication::translate(context: "Form" , key: "Title:" , disambiguation: nullptr)); |
150 | hostName->setText(QCoreApplication::translate(context: "Form" , key: "Pad Navigator Example" , disambiguation: nullptr)); |
151 | label_2->setText(QCoreApplication::translate(context: "Form" , key: "Modified:" , disambiguation: nullptr)); |
152 | label_3->setText(QCoreApplication::translate(context: "Form" , key: "Extent" , disambiguation: nullptr)); |
153 | groupBox_2->setTitle(QCoreApplication::translate(context: "Form" , key: "Other input" , disambiguation: nullptr)); |
154 | QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem(); |
155 | ___qtreewidgetitem->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "Widgets On Graphics View" , disambiguation: nullptr)); |
156 | |
157 | const bool __sortingEnabled = treeWidget->isSortingEnabled(); |
158 | treeWidget->setSortingEnabled(false); |
159 | QTreeWidgetItem *___qtreewidgetitem1 = treeWidget->topLevelItem(index: 0); |
160 | ___qtreewidgetitem1->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsProxyWidget" , disambiguation: nullptr)); |
161 | QTreeWidgetItem *___qtreewidgetitem2 = ___qtreewidgetitem1->child(index: 0); |
162 | ___qtreewidgetitem2->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsWidget" , disambiguation: nullptr)); |
163 | QTreeWidgetItem *___qtreewidgetitem3 = ___qtreewidgetitem2->child(index: 0); |
164 | ___qtreewidgetitem3->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QObject" , disambiguation: nullptr)); |
165 | QTreeWidgetItem *___qtreewidgetitem4 = ___qtreewidgetitem2->child(index: 1); |
166 | ___qtreewidgetitem4->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsItem" , disambiguation: nullptr)); |
167 | QTreeWidgetItem *___qtreewidgetitem5 = ___qtreewidgetitem2->child(index: 2); |
168 | ___qtreewidgetitem5->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsLayoutItem" , disambiguation: nullptr)); |
169 | QTreeWidgetItem *___qtreewidgetitem6 = treeWidget->topLevelItem(index: 1); |
170 | ___qtreewidgetitem6->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsGridLayout" , disambiguation: nullptr)); |
171 | QTreeWidgetItem *___qtreewidgetitem7 = ___qtreewidgetitem6->child(index: 0); |
172 | ___qtreewidgetitem7->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsLayout" , disambiguation: nullptr)); |
173 | QTreeWidgetItem *___qtreewidgetitem8 = ___qtreewidgetitem7->child(index: 0); |
174 | ___qtreewidgetitem8->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsLayoutItem" , disambiguation: nullptr)); |
175 | QTreeWidgetItem *___qtreewidgetitem9 = treeWidget->topLevelItem(index: 2); |
176 | ___qtreewidgetitem9->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsLinearLayout" , disambiguation: nullptr)); |
177 | QTreeWidgetItem *___qtreewidgetitem10 = ___qtreewidgetitem9->child(index: 0); |
178 | ___qtreewidgetitem10->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsLayout" , disambiguation: nullptr)); |
179 | QTreeWidgetItem *___qtreewidgetitem11 = ___qtreewidgetitem10->child(index: 0); |
180 | ___qtreewidgetitem11->setText(column: 0, atext: QCoreApplication::translate(context: "Form" , key: "QGraphicsLayoutItem" , disambiguation: nullptr)); |
181 | treeWidget->setSortingEnabled(__sortingEnabled); |
182 | |
183 | } // retranslateUi |
184 | |
185 | }; |
186 | |
187 | namespace Ui { |
188 | class Form: public Ui_Form {}; |
189 | } // namespace Ui |
190 | |
191 | QT_END_NAMESPACE |
192 | |
193 | #endif // UI_FORM_H |
194 | |