This repository was archived by the owner on May 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_SLDialog.h
More file actions
110 lines (86 loc) · 3.59 KB
/
ui_SLDialog.h
File metadata and controls
110 lines (86 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/********************************************************************************
** Form generated from reading UI file 'SLDialog.ui'
**
** Created by: Qt User Interface Compiler version 6.2.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_SLDIALOG_H
#define UI_SLDIALOG_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QAbstractButton>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
QT_BEGIN_NAMESPACE
class Ui_SLDialog
{
public:
QGridLayout *gridLayout_2;
QGroupBox *groupBox;
QGridLayout *gridLayout;
QLabel *label;
QComboBox *pitch;
QLabel *label_2;
QComboBox *sdb;
QDialogButtonBox *buttonBox;
void setupUi(QDialog *SLDialog)
{
if (SLDialog->objectName().isEmpty())
SLDialog->setObjectName(QString::fromUtf8("SLDialog"));
SLDialog->resize(400, 135);
QIcon icon;
icon.addFile(QString::fromUtf8(":/pic/icon/LOGO.png"), QSize(), QIcon::Normal, QIcon::Off);
SLDialog->setWindowIcon(icon);
gridLayout_2 = new QGridLayout(SLDialog);
gridLayout_2->setSpacing(6);
gridLayout_2->setContentsMargins(11, 11, 11, 11);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
groupBox = new QGroupBox(SLDialog);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
gridLayout = new QGridLayout(groupBox);
gridLayout->setSpacing(6);
gridLayout->setContentsMargins(11, 11, 11, 11);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
label = new QLabel(groupBox);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 0, 0, 1, 1);
pitch = new QComboBox(groupBox);
pitch->setObjectName(QString::fromUtf8("pitch"));
gridLayout->addWidget(pitch, 0, 1, 1, 1);
label_2 = new QLabel(groupBox);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 0, 2, 1, 1);
sdb = new QComboBox(groupBox);
sdb->setObjectName(QString::fromUtf8("sdb"));
gridLayout->addWidget(sdb, 0, 3, 1, 1);
gridLayout_2->addWidget(groupBox, 0, 0, 1, 1);
buttonBox = new QDialogButtonBox(SLDialog);
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
gridLayout_2->addWidget(buttonBox, 1, 0, 1, 1);
#if QT_CONFIG(shortcut)
label->setBuddy(pitch);
label_2->setBuddy(sdb);
#endif // QT_CONFIG(shortcut)
retranslateUi(SLDialog);
QMetaObject::connectSlotsByName(SLDialog);
} // setupUi
void retranslateUi(QDialog *SLDialog)
{
SLDialog->setWindowTitle(QCoreApplication::translate("SLDialog", "\346\230\240\345\260\204\347\274\226\350\276\221", nullptr));
groupBox->setTitle(QCoreApplication::translate("SLDialog", "\346\230\240\345\260\204\347\274\226\350\276\221", nullptr));
label->setText(QCoreApplication::translate("SLDialog", "\351\237\263\345\220\215", nullptr));
label_2->setText(QCoreApplication::translate("SLDialog", "\345\243\260\345\272\223\351\237\263\351\230\266", nullptr));
} // retranslateUi
};
namespace Ui {
class SLDialog: public Ui_SLDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SLDIALOG_H