CuteLogger
Fast and simple logging solution for Qt based applications
ui_lissajouswidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'lissajouswidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_LISSAJOUSWIDGET_H
10 #define UI_LISSAJOUSWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDial>
15 #include <QtWidgets/QDoubleSpinBox>
16 #include <QtWidgets/QGroupBox>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 #include "widgets/servicepresetwidget.h"
23 
24 QT_BEGIN_NAMESPACE
25 
26 class Ui_LissajousWidget
27 {
28 public:
29  QVBoxLayout *verticalLayout;
30  QLabel *nameLabel;
31  ServicePresetWidget *preset;
32  QHBoxLayout *horizontalLayout_7;
33  QGroupBox *groupBox_4;
34  QVBoxLayout *verticalLayout_9;
35  QDial *xratioDial;
36  QHBoxLayout *horizontalLayout_8;
37  QSpacerItem *horizontalSpacer_9;
38  QDoubleSpinBox *xratioSpinner;
39  QSpacerItem *horizontalSpacer_10;
40  QGroupBox *groupBox_5;
41  QVBoxLayout *verticalLayout_10;
42  QDial *yratioDial;
43  QHBoxLayout *horizontalLayout_9;
44  QSpacerItem *horizontalSpacer_11;
45  QDoubleSpinBox *yratioSpinner;
46  QSpacerItem *horizontalSpacer_12;
47  QSpacerItem *verticalSpacer_4;
48 
49  void setupUi(QWidget *LissajousWidget)
50  {
51  if (LissajousWidget->objectName().isEmpty())
52  LissajousWidget->setObjectName(QString::fromUtf8("LissajousWidget"));
53  LissajousWidget->resize(400, 300);
54  verticalLayout = new QVBoxLayout(LissajousWidget);
55  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
56  nameLabel = new QLabel(LissajousWidget);
57  nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
58  QFont font;
59  font.setBold(true);
60  font.setWeight(75);
61  nameLabel->setFont(font);
62  nameLabel->setAlignment(Qt::AlignCenter);
63 
64  verticalLayout->addWidget(nameLabel);
65 
66  preset = new ServicePresetWidget(LissajousWidget);
67  preset->setObjectName(QString::fromUtf8("preset"));
68 
69  verticalLayout->addWidget(preset);
70 
71  horizontalLayout_7 = new QHBoxLayout();
72  horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
73  groupBox_4 = new QGroupBox(LissajousWidget);
74  groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
75  verticalLayout_9 = new QVBoxLayout(groupBox_4);
76  verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9"));
77  xratioDial = new QDial(groupBox_4);
78  xratioDial->setObjectName(QString::fromUtf8("xratioDial"));
79  xratioDial->setMaximum(100);
80  xratioDial->setOrientation(Qt::Vertical);
81  xratioDial->setNotchesVisible(true);
82 
83  verticalLayout_9->addWidget(xratioDial);
84 
85  horizontalLayout_8 = new QHBoxLayout();
86  horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
87  horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
88 
89  horizontalLayout_8->addItem(horizontalSpacer_9);
90 
91  xratioSpinner = new QDoubleSpinBox(groupBox_4);
92  xratioSpinner->setObjectName(QString::fromUtf8("xratioSpinner"));
93  xratioSpinner->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
94  xratioSpinner->setMaximum(1.000000000000000);
95  xratioSpinner->setSingleStep(0.100000000000000);
96 
97  horizontalLayout_8->addWidget(xratioSpinner);
98 
99  horizontalSpacer_10 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
100 
101  horizontalLayout_8->addItem(horizontalSpacer_10);
102 
103 
104  verticalLayout_9->addLayout(horizontalLayout_8);
105 
106 
107  horizontalLayout_7->addWidget(groupBox_4);
108 
109  groupBox_5 = new QGroupBox(LissajousWidget);
110  groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
111  verticalLayout_10 = new QVBoxLayout(groupBox_5);
112  verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
113  yratioDial = new QDial(groupBox_5);
114  yratioDial->setObjectName(QString::fromUtf8("yratioDial"));
115  yratioDial->setMaximum(100);
116  yratioDial->setNotchesVisible(true);
117 
118  verticalLayout_10->addWidget(yratioDial);
119 
120  horizontalLayout_9 = new QHBoxLayout();
121  horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
122  horizontalSpacer_11 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
123 
124  horizontalLayout_9->addItem(horizontalSpacer_11);
125 
126  yratioSpinner = new QDoubleSpinBox(groupBox_5);
127  yratioSpinner->setObjectName(QString::fromUtf8("yratioSpinner"));
128  yratioSpinner->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
129  yratioSpinner->setMaximum(1.000000000000000);
130  yratioSpinner->setSingleStep(0.100000000000000);
131 
132  horizontalLayout_9->addWidget(yratioSpinner);
133 
134  horizontalSpacer_12 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
135 
136  horizontalLayout_9->addItem(horizontalSpacer_12);
137 
138 
139  verticalLayout_10->addLayout(horizontalLayout_9);
140 
141 
142  horizontalLayout_7->addWidget(groupBox_5);
143 
144 
145  verticalLayout->addLayout(horizontalLayout_7);
146 
147  verticalSpacer_4 = new QSpacerItem(20, 101, QSizePolicy::Minimum, QSizePolicy::Expanding);
148 
149  verticalLayout->addItem(verticalSpacer_4);
150 
151 
152  retranslateUi(LissajousWidget);
153 
154  QMetaObject::connectSlotsByName(LissajousWidget);
155  } // setupUi
156 
157  void retranslateUi(QWidget *LissajousWidget)
158  {
159  LissajousWidget->setWindowTitle(QCoreApplication::translate("LissajousWidget", "Form", nullptr));
160  nameLabel->setText(QCoreApplication::translate("LissajousWidget", "Lissajous", nullptr));
161  groupBox_4->setTitle(QCoreApplication::translate("LissajousWidget", "X Ratio", nullptr));
162  groupBox_5->setTitle(QCoreApplication::translate("LissajousWidget", "Y Ratio", nullptr));
163  } // retranslateUi
164 
165 };
166 
167 namespace Ui {
168  class LissajousWidget: public Ui_LissajousWidget {};
169 } // namespace Ui
170 
171 QT_END_NAMESPACE
172 
173 #endif // UI_LISSAJOUSWIDGET_H