Subversion Repositories svn1-original

Rev

Blame | Last modification | View Log | RSS feed

/********************************************************************************
** Form generated from reading ui file 'leg_entry.ui'
**
** Created: Fri 14. Nov 16:37:08 2008
**      by: Qt User Interface Compiler version 4.4.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_LEG_ENTRY_H
#define UI_LEG_ENTRY_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_LegEntry
{
public:
    QWidget *horizontalLayoutWidget;
    QHBoxLayout *horizontalLayout;
    QLabel *label;
    QLineEdit *lineEdit;

    void setupUi(QWidget *LegEntry)
    {
    if (LegEntry->objectName().isEmpty())
        LegEntry->setObjectName(QString::fromUtf8("LegEntry"));
    LegEntry->resize(168, 19);
    LegEntry->setMinimumSize(QSize(168, 19));
    horizontalLayoutWidget = new QWidget(LegEntry);
    horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
    horizontalLayoutWidget->setGeometry(QRect(0, 0, 160, 21));
    horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
    horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
    horizontalLayout->setContentsMargins(0, 0, 0, 0);
    label = new QLabel(horizontalLayoutWidget);
    label->setObjectName(QString::fromUtf8("label"));
    label->setMinimumSize(QSize(26, 19));
    label->setMaximumSize(QSize(26, 19));

    horizontalLayout->addWidget(label);

    lineEdit = new QLineEdit(horizontalLayoutWidget);
    lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
    lineEdit->setMinimumSize(QSize(126, 19));
    lineEdit->setMaximumSize(QSize(126, 19));

    horizontalLayout->addWidget(lineEdit);


    retranslateUi(LegEntry);

    QMetaObject::connectSlotsByName(LegEntry);
    } // setupUi

    void retranslateUi(QWidget *LegEntry)
    {
    LegEntry->setWindowTitle(QApplication::translate("LegEntry", "Form", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("LegEntry", "Leg x", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(LegEntry);
    } // retranslateUi

};

namespace Ui {
    class LegEntry: public Ui_LegEntry {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_LEG_ENTRY_H