-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_argnumericform.h
More file actions
74 lines (58 loc) · 2.54 KB
/
Copy pathui_argnumericform.h
File metadata and controls
74 lines (58 loc) · 2.54 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
/********************************************************************************
** Form generated from reading ui file 'argnumericform.ui'
**
** Created: Tue Jul 28 15:30:25 2009
** by: Qt User Interface Compiler version 4.5.1
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef UI_ARGNUMERICFORM_H
#define UI_ARGNUMERICFORM_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QSlider>
#include <QtGui/QSpinBox>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ArgNumericForm
{
public:
QVBoxLayout *verticalLayout;
QSlider *horizontalSlider;
QSpinBox *spinBox;
void setupUi(QWidget *ArgNumericForm)
{
if (ArgNumericForm->objectName().isEmpty())
ArgNumericForm->setObjectName(QString::fromUtf8("ArgNumericForm"));
ArgNumericForm->resize(400, 69);
verticalLayout = new QVBoxLayout(ArgNumericForm);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
horizontalSlider = new QSlider(ArgNumericForm);
horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
horizontalSlider->setOrientation(Qt::Horizontal);
verticalLayout->addWidget(horizontalSlider);
spinBox = new QSpinBox(ArgNumericForm);
spinBox->setObjectName(QString::fromUtf8("spinBox"));
verticalLayout->addWidget(spinBox);
retranslateUi(ArgNumericForm);
QObject::connect(horizontalSlider, SIGNAL(valueChanged(int)), ArgNumericForm, SLOT(SliderChanged(int)));
QObject::connect(spinBox, SIGNAL(valueChanged(int)), ArgNumericForm, SLOT(UpDownChanged(int)));
QObject::connect(horizontalSlider, SIGNAL(valueChanged(int)), ArgNumericForm, SLOT(ControlChanged()));
QObject::connect(spinBox, SIGNAL(valueChanged(int)), ArgNumericForm, SLOT(ControlChanged()));
QMetaObject::connectSlotsByName(ArgNumericForm);
} // setupUi
void retranslateUi(QWidget *ArgNumericForm)
{
ArgNumericForm->setWindowTitle(QApplication::translate("ArgNumericForm", "Form", 0, QApplication::UnicodeUTF8));
Q_UNUSED(ArgNumericForm);
} // retranslateUi
};
namespace Ui {
class ArgNumericForm: public Ui_ArgNumericForm {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ARGNUMERICFORM_H