60cdefb30ea3f80b539874c1c9ea12959a9f6634
[speedfreak] / UI / ui_measuredialog.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'measuredialog.ui'
3 **
4 ** Created: Fri Feb 26 11:59:25 2010
5 **      by: Qt User Interface Compiler version 4.5.3
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef UI_MEASUREDIALOG_H
11 #define UI_MEASUREDIALOG_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDialog>
18 #include <QtGui/QHBoxLayout>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QPushButton>
22 #include <QtGui/QVBoxLayout>
23 #include <QtGui/QWidget>
24
25 QT_BEGIN_NAMESPACE
26
27 class Ui_MeasureDialog
28 {
29 public:
30     QLabel *label_7;
31     QWidget *layoutWidget;
32     QHBoxLayout *horizontalLayout;
33     QVBoxLayout *verticalLayout;
34     QLabel *label;
35     QLabel *label_2;
36     QLabel *label_3;
37     QVBoxLayout *verticalLayout_2;
38     QLabel *label_6;
39     QLabel *label_4;
40     QLabel *label_5;
41     QPushButton *pushButtonAbort;
42
43     void setupUi(QDialog *MeasureDialog)
44     {
45         if (MeasureDialog->objectName().isEmpty())
46             MeasureDialog->setObjectName(QString::fromUtf8("MeasureDialog"));
47         MeasureDialog->resize(800, 480);
48         label_7 = new QLabel(MeasureDialog);
49         label_7->setObjectName(QString::fromUtf8("label_7"));
50         label_7->setGeometry(QRect(130, 40, 361, 51));
51         layoutWidget = new QWidget(MeasureDialog);
52         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
53         layoutWidget->setGeometry(QRect(110, 120, 271, 151));
54         horizontalLayout = new QHBoxLayout(layoutWidget);
55         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
56         horizontalLayout->setContentsMargins(0, 0, 0, 0);
57         verticalLayout = new QVBoxLayout();
58         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
59         label = new QLabel(layoutWidget);
60         label->setObjectName(QString::fromUtf8("label"));
61
62         verticalLayout->addWidget(label);
63
64         label_2 = new QLabel(layoutWidget);
65         label_2->setObjectName(QString::fromUtf8("label_2"));
66
67         verticalLayout->addWidget(label_2);
68
69         label_3 = new QLabel(layoutWidget);
70         label_3->setObjectName(QString::fromUtf8("label_3"));
71
72         verticalLayout->addWidget(label_3);
73
74
75         horizontalLayout->addLayout(verticalLayout);
76
77         verticalLayout_2 = new QVBoxLayout();
78         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
79         label_6 = new QLabel(layoutWidget);
80         label_6->setObjectName(QString::fromUtf8("label_6"));
81
82         verticalLayout_2->addWidget(label_6);
83
84         label_4 = new QLabel(layoutWidget);
85         label_4->setObjectName(QString::fromUtf8("label_4"));
86
87         verticalLayout_2->addWidget(label_4);
88
89         label_5 = new QLabel(layoutWidget);
90         label_5->setObjectName(QString::fromUtf8("label_5"));
91
92         verticalLayout_2->addWidget(label_5);
93
94
95         horizontalLayout->addLayout(verticalLayout_2);
96
97         pushButtonAbort = new QPushButton(MeasureDialog);
98         pushButtonAbort->setObjectName(QString::fromUtf8("pushButtonAbort"));
99         pushButtonAbort->setGeometry(QRect(200, 300, 93, 27));
100
101         retranslateUi(MeasureDialog);
102
103         QMetaObject::connectSlotsByName(MeasureDialog);
104     } // setupUi
105
106     void retranslateUi(QDialog *MeasureDialog)
107     {
108         MeasureDialog->setWindowTitle(QApplication::translate("MeasureDialog", "Dialog", 0, QApplication::UnicodeUTF8));
109         label_7->setText(QApplication::translate("MeasureDialog", "Selected measurement: 0 - 100 km/h", 0, QApplication::UnicodeUTF8));
110         label->setText(QApplication::translate("MeasureDialog", "Time:", 0, QApplication::UnicodeUTF8));
111         label_2->setText(QApplication::translate("MeasureDialog", "Speed:", 0, QApplication::UnicodeUTF8));
112         label_3->setText(QApplication::translate("MeasureDialog", "Distance:", 0, QApplication::UnicodeUTF8));
113         label_6->setText(QApplication::translate("MeasureDialog", "14 s", 0, QApplication::UnicodeUTF8));
114         label_4->setText(QApplication::translate("MeasureDialog", "86 km/h", 0, QApplication::UnicodeUTF8));
115         label_5->setText(QApplication::translate("MeasureDialog", "120 m", 0, QApplication::UnicodeUTF8));
116         pushButtonAbort->setText(QApplication::translate("MeasureDialog", "Abort", 0, QApplication::UnicodeUTF8));
117         Q_UNUSED(MeasureDialog);
118     } // retranslateUi
119
120 };
121
122 namespace Ui {
123     class MeasureDialog: public Ui_MeasureDialog {};
124 } // namespace Ui
125
126 QT_END_NAMESPACE
127
128 #endif // UI_MEASUREDIALOG_H