| 67 |
- |
1 |
/********************************************************************************
|
|
|
2 |
** Form generated from reading ui file 'team_break_entry.ui'
|
|
|
3 |
**
|
|
|
4 |
** Created: Fri 14. Nov 16:57:47 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_TEAM_BREAK_ENTRY_H
|
|
|
11 |
#define UI_TEAM_BREAK_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_TeamBreakEntry
|
|
|
25 |
{
|
|
|
26 |
public:
|
|
|
27 |
QWidget *horizontalLayoutWidget;
|
|
|
28 |
QHBoxLayout *horizontalLayout;
|
|
|
29 |
QLabel *label;
|
|
|
30 |
QLineEdit *lineEdit_2;
|
|
|
31 |
QLineEdit *lineEdit;
|
|
|
32 |
|
|
|
33 |
void setupUi(QWidget *TeamBreakEntry)
|
|
|
34 |
{
|
|
|
35 |
if (TeamBreakEntry->objectName().isEmpty())
|
|
|
36 |
TeamBreakEntry->setObjectName(QString::fromUtf8("TeamBreakEntry"));
|
|
|
37 |
TeamBreakEntry->resize(168, 19);
|
|
|
38 |
TeamBreakEntry->setMinimumSize(QSize(168, 19));
|
|
|
39 |
horizontalLayoutWidget = new QWidget(TeamBreakEntry);
|
|
|
40 |
horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
|
|
|
41 |
horizontalLayoutWidget->setGeometry(QRect(0, 0, 161, 21));
|
|
|
42 |
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
|
|
|
43 |
horizontalLayout->setSpacing(0);
|
|
|
44 |
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
|
45 |
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
46 |
label = new QLabel(horizontalLayoutWidget);
|
|
|
47 |
label->setObjectName(QString::fromUtf8("label"));
|
|
|
48 |
label->setMinimumSize(QSize(26, 19));
|
|
|
49 |
label->setMaximumSize(QSize(26, 19));
|
|
|
50 |
|
|
|
51 |
horizontalLayout->addWidget(label);
|
|
|
52 |
|
|
|
53 |
lineEdit_2 = new QLineEdit(horizontalLayoutWidget);
|
|
|
54 |
lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
|
|
|
55 |
lineEdit_2->setMinimumSize(QSize(50, 19));
|
|
|
56 |
lineEdit_2->setMaximumSize(QSize(50, 19));
|
|
|
57 |
lineEdit_2->setMaxLength(3);
|
|
|
58 |
|
|
|
59 |
horizontalLayout->addWidget(lineEdit_2);
|
|
|
60 |
|
|
|
61 |
lineEdit = new QLineEdit(horizontalLayoutWidget);
|
|
|
62 |
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
|
|
|
63 |
lineEdit->setMinimumSize(QSize(50, 19));
|
|
|
64 |
lineEdit->setMaximumSize(QSize(50, 19));
|
|
|
65 |
lineEdit->setMaxLength(3);
|
|
|
66 |
|
|
|
67 |
horizontalLayout->addWidget(lineEdit);
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
retranslateUi(TeamBreakEntry);
|
|
|
71 |
|
|
|
72 |
QMetaObject::connectSlotsByName(TeamBreakEntry);
|
|
|
73 |
} // setupUi
|
|
|
74 |
|
|
|
75 |
void retranslateUi(QWidget *TeamBreakEntry)
|
|
|
76 |
{
|
|
|
77 |
TeamBreakEntry->setWindowTitle(QApplication::translate("TeamBreakEntry", "Form", 0, QApplication::UnicodeUTF8));
|
|
|
78 |
label->setText(QApplication::translate("TeamBreakEntry", "Teams", 0, QApplication::UnicodeUTF8));
|
|
|
79 |
lineEdit_2->setInputMask(QApplication::translate("TeamBreakEntry", "999; ", 0, QApplication::UnicodeUTF8));
|
|
|
80 |
lineEdit_2->setText(QApplication::translate("TeamBreakEntry", "9", 0, QApplication::UnicodeUTF8));
|
|
|
81 |
lineEdit->setInputMask(QApplication::translate("TeamBreakEntry", "999; ", 0, QApplication::UnicodeUTF8));
|
|
|
82 |
lineEdit->setText(QApplication::translate("TeamBreakEntry", "9", 0, QApplication::UnicodeUTF8));
|
|
|
83 |
Q_UNUSED(TeamBreakEntry);
|
|
|
84 |
} // retranslateUi
|
|
|
85 |
|
|
|
86 |
};
|
|
|
87 |
|
|
|
88 |
namespace Ui {
|
|
|
89 |
class TeamBreakEntry: public Ui_TeamBreakEntry {};
|
|
|
90 |
} // namespace Ui
|
|
|
91 |
|
|
|
92 |
QT_END_NAMESPACE
|
|
|
93 |
|
|
|
94 |
#endif // UI_TEAM_BREAK_ENTRY_H
|