| 94 |
- |
1 |
/********************************************************************************
|
|
|
2 |
** Form generated from reading UI file 'qmconfigure.ui'
|
|
|
3 |
**
|
|
|
4 |
** Created: Sun 20. Jun 18:05:05 2010
|
|
|
5 |
** by: Qt User Interface Compiler version 4.6.3
|
|
|
6 |
**
|
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
8 |
********************************************************************************/
|
|
|
9 |
|
|
|
10 |
#ifndef UI_QMCONFIGURE_H
|
|
|
11 |
#define UI_QMCONFIGURE_H
|
|
|
12 |
|
|
|
13 |
#include <QtCore/QVariant>
|
|
|
14 |
#include <QtGui/QAction>
|
|
|
15 |
#include <QtGui/QApplication>
|
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
|
17 |
#include <QtGui/QDialogButtonBox>
|
|
|
18 |
#include <QtGui/QGroupBox>
|
|
|
19 |
#include <QtGui/QHeaderView>
|
|
|
20 |
#include <QtGui/QLineEdit>
|
|
|
21 |
#include <QtGui/QSpinBox>
|
|
|
22 |
#include <QtGui/QVBoxLayout>
|
|
|
23 |
#include <QtGui/QWidget>
|
|
|
24 |
|
|
|
25 |
QT_BEGIN_NAMESPACE
|
|
|
26 |
|
|
|
27 |
class Ui_QmConfigure
|
|
|
28 |
{
|
|
|
29 |
public:
|
|
|
30 |
QLineEdit *eventName;
|
|
|
31 |
QDialogButtonBox *buttonBox;
|
|
|
32 |
QGroupBox *groupBox;
|
|
|
33 |
QWidget *verticalLayoutWidget;
|
|
|
34 |
QVBoxLayout *verticalLayout;
|
|
|
35 |
QLineEdit *legName1;
|
|
|
36 |
QLineEdit *legName2;
|
|
|
37 |
QLineEdit *legName3;
|
|
|
38 |
QLineEdit *legName4;
|
|
|
39 |
QLineEdit *legName5;
|
|
|
40 |
QSpinBox *spinBox;
|
|
|
41 |
QSpinBox *spinBox_2;
|
|
|
42 |
QSpinBox *spinBox_3;
|
|
|
43 |
QSpinBox *spinBox_4;
|
|
|
44 |
QSpinBox *spinBox_5;
|
|
|
45 |
QSpinBox *spinBox_6;
|
|
|
46 |
QSpinBox *spinBox_7;
|
|
|
47 |
QSpinBox *spinBox_8;
|
|
|
48 |
QSpinBox *spinBox_9;
|
|
|
49 |
QSpinBox *spinBox_10;
|
|
|
50 |
QSpinBox *spinBox_11;
|
|
|
51 |
QSpinBox *spinBox_12;
|
|
|
52 |
QSpinBox *spinBox_13;
|
|
|
53 |
QSpinBox *spinBox_14;
|
|
|
54 |
QSpinBox *spinBox_15;
|
|
|
55 |
QSpinBox *spinBox_16;
|
|
|
56 |
|
|
|
57 |
void setupUi(QWidget *QmConfigure)
|
|
|
58 |
{
|
|
|
59 |
if (QmConfigure->objectName().isEmpty())
|
|
|
60 |
QmConfigure->setObjectName(QString::fromUtf8("QmConfigure"));
|
|
|
61 |
QmConfigure->resize(415, 300);
|
|
|
62 |
eventName = new QLineEdit(QmConfigure);
|
|
|
63 |
eventName->setObjectName(QString::fromUtf8("eventName"));
|
|
|
64 |
eventName->setGeometry(QRect(10, 10, 331, 20));
|
|
|
65 |
buttonBox = new QDialogButtonBox(QmConfigure);
|
|
|
66 |
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
|
|
67 |
buttonBox->setGeometry(QRect(200, 270, 156, 23));
|
|
|
68 |
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
|
69 |
groupBox = new QGroupBox(QmConfigure);
|
|
|
70 |
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
|
71 |
groupBox->setGeometry(QRect(10, 40, 171, 161));
|
|
|
72 |
verticalLayoutWidget = new QWidget(groupBox);
|
|
|
73 |
verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
|
|
|
74 |
verticalLayoutWidget->setGeometry(QRect(9, 14, 151, 141));
|
|
|
75 |
verticalLayout = new QVBoxLayout(verticalLayoutWidget);
|
|
|
76 |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
|
77 |
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
78 |
legName1 = new QLineEdit(verticalLayoutWidget);
|
|
|
79 |
legName1->setObjectName(QString::fromUtf8("legName1"));
|
|
|
80 |
|
|
|
81 |
verticalLayout->addWidget(legName1);
|
|
|
82 |
|
|
|
83 |
legName2 = new QLineEdit(verticalLayoutWidget);
|
|
|
84 |
legName2->setObjectName(QString::fromUtf8("legName2"));
|
|
|
85 |
|
|
|
86 |
verticalLayout->addWidget(legName2);
|
|
|
87 |
|
|
|
88 |
legName3 = new QLineEdit(verticalLayoutWidget);
|
|
|
89 |
legName3->setObjectName(QString::fromUtf8("legName3"));
|
|
|
90 |
|
|
|
91 |
verticalLayout->addWidget(legName3);
|
|
|
92 |
|
|
|
93 |
legName4 = new QLineEdit(verticalLayoutWidget);
|
|
|
94 |
legName4->setObjectName(QString::fromUtf8("legName4"));
|
|
|
95 |
|
|
|
96 |
verticalLayout->addWidget(legName4);
|
|
|
97 |
|
|
|
98 |
legName5 = new QLineEdit(verticalLayoutWidget);
|
|
|
99 |
legName5->setObjectName(QString::fromUtf8("legName5"));
|
|
|
100 |
|
|
|
101 |
verticalLayout->addWidget(legName5);
|
|
|
102 |
|
|
|
103 |
verticalLayoutWidget->raise();
|
|
|
104 |
legName5->raise();
|
|
|
105 |
legName1->raise();
|
|
|
106 |
legName3->raise();
|
|
|
107 |
legName2->raise();
|
|
|
108 |
legName4->raise();
|
|
|
109 |
spinBox = new QSpinBox(QmConfigure);
|
|
|
110 |
spinBox->setObjectName(QString::fromUtf8("spinBox"));
|
|
|
111 |
spinBox->setGeometry(QRect(10, 210, 46, 22));
|
|
|
112 |
spinBox_2 = new QSpinBox(QmConfigure);
|
|
|
113 |
spinBox_2->setObjectName(QString::fromUtf8("spinBox_2"));
|
|
|
114 |
spinBox_2->setGeometry(QRect(60, 210, 46, 22));
|
|
|
115 |
spinBox_3 = new QSpinBox(QmConfigure);
|
|
|
116 |
spinBox_3->setObjectName(QString::fromUtf8("spinBox_3"));
|
|
|
117 |
spinBox_3->setGeometry(QRect(110, 210, 46, 22));
|
|
|
118 |
spinBox_4 = new QSpinBox(QmConfigure);
|
|
|
119 |
spinBox_4->setObjectName(QString::fromUtf8("spinBox_4"));
|
|
|
120 |
spinBox_4->setGeometry(QRect(160, 210, 46, 22));
|
|
|
121 |
spinBox_5 = new QSpinBox(QmConfigure);
|
|
|
122 |
spinBox_5->setObjectName(QString::fromUtf8("spinBox_5"));
|
|
|
123 |
spinBox_5->setGeometry(QRect(210, 210, 46, 22));
|
|
|
124 |
spinBox_6 = new QSpinBox(QmConfigure);
|
|
|
125 |
spinBox_6->setObjectName(QString::fromUtf8("spinBox_6"));
|
|
|
126 |
spinBox_6->setGeometry(QRect(260, 210, 46, 22));
|
|
|
127 |
spinBox_7 = new QSpinBox(QmConfigure);
|
|
|
128 |
spinBox_7->setObjectName(QString::fromUtf8("spinBox_7"));
|
|
|
129 |
spinBox_7->setGeometry(QRect(10, 240, 46, 22));
|
|
|
130 |
spinBox_8 = new QSpinBox(QmConfigure);
|
|
|
131 |
spinBox_8->setObjectName(QString::fromUtf8("spinBox_8"));
|
|
|
132 |
spinBox_8->setGeometry(QRect(60, 240, 46, 22));
|
|
|
133 |
spinBox_9 = new QSpinBox(QmConfigure);
|
|
|
134 |
spinBox_9->setObjectName(QString::fromUtf8("spinBox_9"));
|
|
|
135 |
spinBox_9->setGeometry(QRect(210, 240, 46, 22));
|
|
|
136 |
spinBox_10 = new QSpinBox(QmConfigure);
|
|
|
137 |
spinBox_10->setObjectName(QString::fromUtf8("spinBox_10"));
|
|
|
138 |
spinBox_10->setGeometry(QRect(160, 240, 46, 22));
|
|
|
139 |
spinBox_11 = new QSpinBox(QmConfigure);
|
|
|
140 |
spinBox_11->setObjectName(QString::fromUtf8("spinBox_11"));
|
|
|
141 |
spinBox_11->setGeometry(QRect(260, 240, 46, 22));
|
|
|
142 |
spinBox_12 = new QSpinBox(QmConfigure);
|
|
|
143 |
spinBox_12->setObjectName(QString::fromUtf8("spinBox_12"));
|
|
|
144 |
spinBox_12->setGeometry(QRect(110, 240, 46, 22));
|
|
|
145 |
spinBox_13 = new QSpinBox(QmConfigure);
|
|
|
146 |
spinBox_13->setObjectName(QString::fromUtf8("spinBox_13"));
|
|
|
147 |
spinBox_13->setGeometry(QRect(310, 210, 46, 22));
|
|
|
148 |
spinBox_14 = new QSpinBox(QmConfigure);
|
|
|
149 |
spinBox_14->setObjectName(QString::fromUtf8("spinBox_14"));
|
|
|
150 |
spinBox_14->setGeometry(QRect(310, 240, 46, 22));
|
|
|
151 |
spinBox_15 = new QSpinBox(QmConfigure);
|
|
|
152 |
spinBox_15->setObjectName(QString::fromUtf8("spinBox_15"));
|
|
|
153 |
spinBox_15->setGeometry(QRect(360, 240, 46, 22));
|
|
|
154 |
spinBox_16 = new QSpinBox(QmConfigure);
|
|
|
155 |
spinBox_16->setObjectName(QString::fromUtf8("spinBox_16"));
|
|
|
156 |
spinBox_16->setGeometry(QRect(360, 210, 46, 22));
|
|
|
157 |
|
|
|
158 |
retranslateUi(QmConfigure);
|
|
|
159 |
|
|
|
160 |
QMetaObject::connectSlotsByName(QmConfigure);
|
|
|
161 |
} // setupUi
|
|
|
162 |
|
|
|
163 |
void retranslateUi(QWidget *QmConfigure)
|
|
|
164 |
{
|
|
|
165 |
QmConfigure->setWindowTitle(QApplication::translate("QmConfigure", "Form", 0, QApplication::UnicodeUTF8));
|
|
|
166 |
groupBox->setTitle(QApplication::translate("QmConfigure", "Leg Names", 0, QApplication::UnicodeUTF8));
|
|
|
167 |
} // retranslateUi
|
|
|
168 |
|
|
|
169 |
};
|
|
|
170 |
|
|
|
171 |
namespace Ui {
|
|
|
172 |
class QmConfigure: public Ui_QmConfigure {};
|
|
|
173 |
} // namespace Ui
|
|
|
174 |
|
|
|
175 |
QT_END_NAMESPACE
|
|
|
176 |
|
|
|
177 |
#endif // UI_QMCONFIGURE_H
|