00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_STATVIEW_H
00011 #define UI_STATVIEW_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QGridLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QTextBrowser>
00021 #include <QtGui/QWidget>
00022
00023 QT_BEGIN_NAMESPACE
00024
00025 class Ui_StatView
00026 {
00027 public:
00028 QGridLayout *gridLayout_3;
00029 QLabel *label_8;
00030 QLabel *label_9;
00031 QLabel *label;
00032 QTextBrowser *textBrowser;
00033 QLabel *label_5;
00034 QTextBrowser *textBrowser_7;
00035 QLabel *label_2;
00036 QTextBrowser *speed_textBrowser;
00037 QLabel *label_12;
00038 QTextBrowser *textBrowser_8;
00039 QLabel *label_3;
00040 QTextBrowser *textBrowser_3;
00041 QLabel *label_10;
00042 QTextBrowser *textBrowser_9;
00043 QLabel *label_7;
00044 QTextBrowser *textBrowser_6;
00045 QLabel *label_4;
00046 QTextBrowser *textBrowser_10;
00047
00048 void setupUi(QWidget *StatView)
00049 {
00050 if (StatView->objectName().isEmpty())
00051 StatView->setObjectName(QString::fromUtf8("StatView"));
00052 StatView->resize(420, 210);
00053 gridLayout_3 = new QGridLayout(StatView);
00054 gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
00055 label_8 = new QLabel(StatView);
00056 label_8->setObjectName(QString::fromUtf8("label_8"));
00057
00058 gridLayout_3->addWidget(label_8, 0, 1, 1, 1);
00059
00060 label_9 = new QLabel(StatView);
00061 label_9->setObjectName(QString::fromUtf8("label_9"));
00062
00063 gridLayout_3->addWidget(label_9, 0, 3, 1, 1);
00064
00065 label = new QLabel(StatView);
00066 label->setObjectName(QString::fromUtf8("label"));
00067
00068 gridLayout_3->addWidget(label, 1, 0, 1, 1);
00069
00070 textBrowser = new QTextBrowser(StatView);
00071 textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
00072
00073 gridLayout_3->addWidget(textBrowser, 1, 1, 1, 1);
00074
00075 label_5 = new QLabel(StatView);
00076 label_5->setObjectName(QString::fromUtf8("label_5"));
00077
00078 gridLayout_3->addWidget(label_5, 1, 2, 1, 1);
00079
00080 textBrowser_7 = new QTextBrowser(StatView);
00081 textBrowser_7->setObjectName(QString::fromUtf8("textBrowser_7"));
00082
00083 gridLayout_3->addWidget(textBrowser_7, 1, 3, 1, 1);
00084
00085 label_2 = new QLabel(StatView);
00086 label_2->setObjectName(QString::fromUtf8("label_2"));
00087
00088 gridLayout_3->addWidget(label_2, 2, 0, 1, 1);
00089
00090 speed_textBrowser = new QTextBrowser(StatView);
00091 speed_textBrowser->setObjectName(QString::fromUtf8("speed_textBrowser"));
00092
00093 gridLayout_3->addWidget(speed_textBrowser, 2, 1, 1, 1);
00094
00095 label_12 = new QLabel(StatView);
00096 label_12->setObjectName(QString::fromUtf8("label_12"));
00097
00098 gridLayout_3->addWidget(label_12, 2, 2, 1, 1);
00099
00100 textBrowser_8 = new QTextBrowser(StatView);
00101 textBrowser_8->setObjectName(QString::fromUtf8("textBrowser_8"));
00102
00103 gridLayout_3->addWidget(textBrowser_8, 2, 3, 1, 1);
00104
00105 label_3 = new QLabel(StatView);
00106 label_3->setObjectName(QString::fromUtf8("label_3"));
00107
00108 gridLayout_3->addWidget(label_3, 3, 0, 1, 1);
00109
00110 textBrowser_3 = new QTextBrowser(StatView);
00111 textBrowser_3->setObjectName(QString::fromUtf8("textBrowser_3"));
00112
00113 gridLayout_3->addWidget(textBrowser_3, 3, 1, 1, 1);
00114
00115 label_10 = new QLabel(StatView);
00116 label_10->setObjectName(QString::fromUtf8("label_10"));
00117
00118 gridLayout_3->addWidget(label_10, 3, 2, 1, 1);
00119
00120 textBrowser_9 = new QTextBrowser(StatView);
00121 textBrowser_9->setObjectName(QString::fromUtf8("textBrowser_9"));
00122
00123 gridLayout_3->addWidget(textBrowser_9, 3, 3, 1, 1);
00124
00125 label_7 = new QLabel(StatView);
00126 label_7->setObjectName(QString::fromUtf8("label_7"));
00127
00128 gridLayout_3->addWidget(label_7, 4, 0, 1, 1);
00129
00130 textBrowser_6 = new QTextBrowser(StatView);
00131 textBrowser_6->setObjectName(QString::fromUtf8("textBrowser_6"));
00132
00133 gridLayout_3->addWidget(textBrowser_6, 4, 1, 1, 1);
00134
00135 label_4 = new QLabel(StatView);
00136 label_4->setObjectName(QString::fromUtf8("label_4"));
00137
00138 gridLayout_3->addWidget(label_4, 4, 2, 1, 1);
00139
00140 textBrowser_10 = new QTextBrowser(StatView);
00141 textBrowser_10->setObjectName(QString::fromUtf8("textBrowser_10"));
00142
00143 gridLayout_3->addWidget(textBrowser_10, 4, 3, 1, 1);
00144
00145
00146 retranslateUi(StatView);
00147
00148 QMetaObject::connectSlotsByName(StatView);
00149 }
00150
00151 void retranslateUi(QWidget *StatView)
00152 {
00153 StatView->setWindowTitle(QApplication::translate("StatView", "Form", 0, QApplication::UnicodeUTF8));
00154 label_8->setText(QApplication::translate("StatView", "current", 0, QApplication::UnicodeUTF8));
00155 label_9->setText(QApplication::translate("StatView", "overall", 0, QApplication::UnicodeUTF8));
00156 label->setText(QApplication::translate("StatView", "consum", 0, QApplication::UnicodeUTF8));
00157 label_5->setText(QApplication::translate("StatView", "consum", 0, QApplication::UnicodeUTF8));
00158 label_2->setText(QApplication::translate("StatView", "speed", 0, QApplication::UnicodeUTF8));
00159 label_12->setText(QApplication::translate("StatView", "distance", 0, QApplication::UnicodeUTF8));
00160 label_3->setText(QApplication::translate("StatView", "rpm", 0, QApplication::UnicodeUTF8));
00161 label_10->setText(QApplication::translate("StatView", "time", 0, QApplication::UnicodeUTF8));
00162 label_7->setText(QApplication::translate("StatView", "hp", 0, QApplication::UnicodeUTF8));
00163 label_4->setText(QApplication::translate("StatView", "warnings", 0, QApplication::UnicodeUTF8));
00164 }
00165
00166 };
00167
00168 namespace Ui {
00169 class StatView: public Ui_StatView {};
00170 }
00171
00172 QT_END_NAMESPACE
00173
00174 #endif // UI_STATVIEW_H