1/********************************************************************************
2** Form generated from reading UI file 'dials.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_DIALS_H
10#define UI_DIALS_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDial>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QWidget>
17
18QT_BEGIN_NAMESPACE
19
20class Ui_Dials
21{
22public:
23 QGridLayout *gridLayout;
24 QDial *dial_1;
25 QDial *dial_2;
26 QDial *dial_3;
27 QDial *dial_4;
28 QDial *dial_5;
29 QDial *dial_6;
30 QDial *dial_7;
31 QDial *dial_8;
32
33 void setupUi(QWidget *Dials)
34 {
35 if (Dials->objectName().isEmpty())
36 Dials->setObjectName(QString::fromUtf8(str: "Dials"));
37 Dials->resize(w: 400, h: 300);
38 gridLayout = new QGridLayout(Dials);
39 gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout"));
40 dial_1 = new QDial(Dials);
41 dial_1->setObjectName(QString::fromUtf8(str: "dial_1"));
42 dial_1->setNotchesVisible(true);
43
44 gridLayout->addWidget(dial_1, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
45
46 dial_2 = new QDial(Dials);
47 dial_2->setObjectName(QString::fromUtf8(str: "dial_2"));
48 dial_2->setNotchesVisible(true);
49
50 gridLayout->addWidget(dial_2, row: 0, column: 1, rowSpan: 1, columnSpan: 1);
51
52 dial_3 = new QDial(Dials);
53 dial_3->setObjectName(QString::fromUtf8(str: "dial_3"));
54 dial_3->setNotchesVisible(true);
55
56 gridLayout->addWidget(dial_3, row: 0, column: 2, rowSpan: 1, columnSpan: 1);
57
58 dial_4 = new QDial(Dials);
59 dial_4->setObjectName(QString::fromUtf8(str: "dial_4"));
60 dial_4->setNotchesVisible(true);
61
62 gridLayout->addWidget(dial_4, row: 0, column: 3, rowSpan: 1, columnSpan: 1);
63
64 dial_5 = new QDial(Dials);
65 dial_5->setObjectName(QString::fromUtf8(str: "dial_5"));
66 dial_5->setNotchesVisible(true);
67
68 gridLayout->addWidget(dial_5, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
69
70 dial_6 = new QDial(Dials);
71 dial_6->setObjectName(QString::fromUtf8(str: "dial_6"));
72 dial_6->setNotchesVisible(true);
73
74 gridLayout->addWidget(dial_6, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
75
76 dial_7 = new QDial(Dials);
77 dial_7->setObjectName(QString::fromUtf8(str: "dial_7"));
78 dial_7->setNotchesVisible(true);
79
80 gridLayout->addWidget(dial_7, row: 1, column: 2, rowSpan: 1, columnSpan: 1);
81
82 dial_8 = new QDial(Dials);
83 dial_8->setObjectName(QString::fromUtf8(str: "dial_8"));
84 dial_8->setNotchesVisible(true);
85
86 gridLayout->addWidget(dial_8, row: 1, column: 3, rowSpan: 1, columnSpan: 1);
87
88
89 retranslateUi(Dials);
90
91 QMetaObject::connectSlotsByName(o: Dials);
92 } // setupUi
93
94 void retranslateUi(QWidget *Dials)
95 {
96 Dials->setWindowTitle(QCoreApplication::translate(context: "Dials", key: "Form", disambiguation: nullptr));
97 } // retranslateUi
98
99};
100
101namespace Ui {
102 class Dials: public Ui_Dials {};
103} // namespace Ui
104
105QT_END_NAMESPACE
106
107#endif // UI_DIALS_H
108

source code of qtbase/examples/widgets/touch/dials/.uic/ui_dials.h