| 67 |
- |
1 |
/********************************************************************************
|
|
|
2 |
** Form generated from reading ui file 'leg_entry.ui'
|
|
|
3 |
**
|
|
|
4 |
** Created: Fri 14. Nov 16:37:08 2008
|
|
|
5 |
** by: Qt User Interface Compiler version 4.4.3
|
|
|
6 |
**
|
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling ui file!
|
|
|
8 |
********************************************************************************/
|
|
|
9 |
|
|
|
10 |
#ifndef UI_LEG_ENTRY_H
|
|
|
11 |
#define UI_LEG_ENTRY_H
|
|
|
12 |
|
|
|
13 |
#include <QtCore/QVariant>
|
|
|
14 |
#include <QtGui/QAction>
|
|
|
15 |
#include <QtGui/QApplication>
|
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
|
17 |
#include <QtGui/QHBoxLayout>
|
|
|
18 |
#include <QtGui/QLabel>
|
|
|
19 |
#include <QtGui/QLineEdit>
|
|
|
20 |
#include <QtGui/QWidget>
|
|
|
21 |
|
|
|
22 |
QT_BEGIN_NAMESPACE
|
|
|
23 |
|
|
|
24 |
class Ui_LegEntry
|
|
|
25 |
{
|
|
|
26 |
public:
|
|
|
27 |
QWidget *horizontalLayoutWidget;
|
|
|
28 |
QHBoxLayout *horizontalLayout;
|
|
|
29 |
QLabel *label;
|
|
|
30 |
QLineEdit *lineEdit;
|
|
|
31 |
|
|
|
32 |
void setupUi(QWidget *LegEntry)
|
|
|
33 |
{
|
|
|
34 |
if (LegEntry->objectName().isEmpty())
|
|
|
35 |
LegEntry->setObjectName(QString::fromUtf8("LegEntry"));
|
|
|
36 |
LegEntry->resize(168, 19);
|
|
|
37 |
LegEntry->setMinimumSize(QSize(168, 19));
|
|
|
38 |
horizontalLayoutWidget = new QWidget(LegEntry);
|
|
|
39 |
horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
|
|
|
40 |
horizontalLayoutWidget->setGeometry(QRect(0, 0, 160, 21));
|
|
|
41 |
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
|
|
|
42 |
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
|
43 |
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
44 |
label = new QLabel(horizontalLayoutWidget);
|
|
|
45 |
label->setObjectName(QString::fromUtf8("label"));
|
|
|
46 |
label->setMinimumSize(QSize(26, 19));
|
|
|
47 |
label->setMaximumSize(QSize(26, 19));
|
|
|
48 |
|
|
|
49 |
horizontalLayout->addWidget(label);
|
|
|
50 |
|
|
|
51 |
lineEdit = new QLineEdit(horizontalLayoutWidget);
|
|
|
52 |
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
|
|
|
53 |
lineEdit->setMinimumSize(QSize(126, 19));
|
|
|
54 |
lineEdit->setMaximumSize(QSize(126, 19));
|
|
|
55 |
|
|
|
56 |
horizontalLayout->addWidget(lineEdit);
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
retranslateUi(LegEntry);
|
|
|
60 |
|
|
|
61 |
QMetaObject::connectSlotsByName(LegEntry);
|
|
|
62 |
} // setupUi
|
|
|
63 |
|
|
|
64 |
void retranslateUi(QWidget *LegEntry)
|
|
|
65 |
{
|
|
|
66 |
LegEntry->setWindowTitle(QApplication::translate("LegEntry", "Form", 0, QApplication::UnicodeUTF8));
|
|
|
67 |
label->setText(QApplication::translate("LegEntry", "Leg x", 0, QApplication::UnicodeUTF8));
|
|
|
68 |
Q_UNUSED(LegEntry);
|
|
|
69 |
} // retranslateUi
|
|
|
70 |
|
|
|
71 |
};
|
|
|
72 |
|
|
|
73 |
namespace Ui {
|
|
|
74 |
class LegEntry: public Ui_LegEntry {};
|
|
|
75 |
} // namespace Ui
|
|
|
76 |
|
|
|
77 |
QT_END_NAMESPACE
|
|
|
78 |
|
|
|
79 |
#endif // UI_LEG_ENTRY_H
|