Bug fixed in resultdialog.cpp
[speedfreak] / Client / ui_resultdialog.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'resultdialog.ui'
3 **
4 ** Created: Thu Mar 18 09:17:23 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_RESULTDIALOG_H
11 #define UI_RESULTDIALOG_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/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QPushButton>
21
22 QT_BEGIN_NAMESPACE
23
24 class Ui_ResultDialog
25 {
26 public:
27     QLabel *labelResult10kmh;
28     QLabel *labelResult40kmh;
29     QLabel *labelResult20kmh;
30     QLabel *labelResult30kmh;
31     QPushButton *pushButtonSend;
32     QLabel *labelResult80kmh;
33     QLabel *labelResult70kmh;
34     QLabel *labelResult60kmh;
35     QLabel *labelResult50kmh;
36     QLabel *labelResult90kmh;
37     QLabel *labelResult100kmh;
38
39     void setupUi(QDialog *ResultDialog)
40     {
41         if (ResultDialog->objectName().isEmpty())
42             ResultDialog->setObjectName(QString::fromUtf8("ResultDialog"));
43         ResultDialog->resize(800, 480);
44         labelResult10kmh = new QLabel(ResultDialog);
45         labelResult10kmh->setObjectName(QString::fromUtf8("labelResult10kmh"));
46         labelResult10kmh->setGeometry(QRect(550, 180, 191, 31));
47         labelResult40kmh = new QLabel(ResultDialog);
48         labelResult40kmh->setObjectName(QString::fromUtf8("labelResult40kmh"));
49         labelResult40kmh->setGeometry(QRect(550, 120, 191, 31));
50         labelResult20kmh = new QLabel(ResultDialog);
51         labelResult20kmh->setObjectName(QString::fromUtf8("labelResult20kmh"));
52         labelResult20kmh->setGeometry(QRect(550, 160, 191, 31));
53         labelResult30kmh = new QLabel(ResultDialog);
54         labelResult30kmh->setObjectName(QString::fromUtf8("labelResult30kmh"));
55         labelResult30kmh->setGeometry(QRect(550, 140, 191, 31));
56         pushButtonSend = new QPushButton(ResultDialog);
57         pushButtonSend->setObjectName(QString::fromUtf8("pushButtonSend"));
58         pushButtonSend->setGeometry(QRect(550, 260, 101, 27));
59         labelResult80kmh = new QLabel(ResultDialog);
60         labelResult80kmh->setObjectName(QString::fromUtf8("labelResult80kmh"));
61         labelResult80kmh->setGeometry(QRect(550, 40, 191, 31));
62         labelResult70kmh = new QLabel(ResultDialog);
63         labelResult70kmh->setObjectName(QString::fromUtf8("labelResult70kmh"));
64         labelResult70kmh->setGeometry(QRect(550, 60, 191, 31));
65         labelResult60kmh = new QLabel(ResultDialog);
66         labelResult60kmh->setObjectName(QString::fromUtf8("labelResult60kmh"));
67         labelResult60kmh->setGeometry(QRect(550, 80, 191, 31));
68         labelResult50kmh = new QLabel(ResultDialog);
69         labelResult50kmh->setObjectName(QString::fromUtf8("labelResult50kmh"));
70         labelResult50kmh->setGeometry(QRect(550, 100, 191, 31));
71         labelResult90kmh = new QLabel(ResultDialog);
72         labelResult90kmh->setObjectName(QString::fromUtf8("labelResult90kmh"));
73         labelResult90kmh->setGeometry(QRect(550, 20, 191, 31));
74         labelResult100kmh = new QLabel(ResultDialog);
75         labelResult100kmh->setObjectName(QString::fromUtf8("labelResult100kmh"));
76         labelResult100kmh->setGeometry(QRect(550, 0, 191, 31));
77
78         retranslateUi(ResultDialog);
79
80         QMetaObject::connectSlotsByName(ResultDialog);
81     } // setupUi
82
83     void retranslateUi(QDialog *ResultDialog)
84     {
85         ResultDialog->setWindowTitle(QApplication::translate("ResultDialog", "Dialog", 0, QApplication::UnicodeUTF8));
86         labelResult10kmh->setText(QApplication::translate("ResultDialog", "0 - 10 km/h: 5,6 s", 0, QApplication::UnicodeUTF8));
87         labelResult40kmh->setText(QApplication::translate("ResultDialog", "0 - 40 km/h: 9,8 s", 0, QApplication::UnicodeUTF8));
88         labelResult20kmh->setText(QApplication::translate("ResultDialog", "0 - 20 km/h: 6,9 s", 0, QApplication::UnicodeUTF8));
89         labelResult30kmh->setText(QApplication::translate("ResultDialog", "0 - 30 km/h: 8,6 s", 0, QApplication::UnicodeUTF8));
90         pushButtonSend->setText(QApplication::translate("ResultDialog", "Send results", 0, QApplication::UnicodeUTF8));
91         labelResult80kmh->setText(QApplication::translate("ResultDialog", "0 - 80 km/h: 9,8 s", 0, QApplication::UnicodeUTF8));
92         labelResult70kmh->setText(QApplication::translate("ResultDialog", "0 - 70 km/h: 8,6 s", 0, QApplication::UnicodeUTF8));
93         labelResult60kmh->setText(QApplication::translate("ResultDialog", "0 - 60 km/h: 6,9 s", 0, QApplication::UnicodeUTF8));
94         labelResult50kmh->setText(QApplication::translate("ResultDialog", "0 - 50 km/h: 5,6 s", 0, QApplication::UnicodeUTF8));
95         labelResult90kmh->setText(QApplication::translate("ResultDialog", "0 - 90 km/h: 8,6 s", 0, QApplication::UnicodeUTF8));
96         labelResult100kmh->setText(QApplication::translate("ResultDialog", "0 - 100 km/h: 9,8 s", 0, QApplication::UnicodeUTF8));
97         Q_UNUSED(ResultDialog);
98     } // retranslateUi
99
100 };
101
102 namespace Ui {
103     class ResultDialog: public Ui_ResultDialog {};
104 } // namespace Ui
105
106 QT_END_NAMESPACE
107
108 #endif // UI_RESULTDIALOG_H