Various changes made to comply with altered implementation of accelerometer class
[speedfreak] / Client / ui_carmainwindow.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'carmainwindow.ui'
3 **
4 ** Created: Thu Mar 18 13:34:56 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_CARMAINWINDOW_H
11 #define UI_CARMAINWINDOW_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QCheckBox>
18 #include <QtGui/QComboBox>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QLineEdit>
22 #include <QtGui/QListView>
23 #include <QtGui/QMainWindow>
24 #include <QtGui/QMenuBar>
25 #include <QtGui/QPushButton>
26 #include <QtGui/QStatusBar>
27 #include <QtGui/QTabWidget>
28 #include <QtGui/QToolBar>
29 #include <QtGui/QVBoxLayout>
30 #include <QtGui/QWidget>
31
32 QT_BEGIN_NAMESPACE
33
34 class Ui_CarMainWindow
35 {
36 public:
37     QWidget *centralWidget;
38     QTabWidget *tabWidget;
39     QWidget *tabTop;
40     QPushButton *buttonTopRefresh;
41     QListView *listViewTopList;
42     QWidget *layoutWidget;
43     QVBoxLayout *verticalLayout_3;
44     QLabel *labelCategory;
45     QComboBox *comboBoxTopCategory;
46     QLabel *labelTopList;
47     QWidget *StartTab;
48     QListView *listViewStartTabAccelerationCategories;
49     QWidget *layoutWidget1;
50     QVBoxLayout *verticalLayout_2;
51     QLabel *startLabel;
52     QLineEdit *lineEditStartTabMin;
53     QLabel *stopLabel;
54     QLineEdit *lineEditStartTabMax;
55     QLabel *unitLabel;
56     QComboBox *comboBoxStartTabUnits;
57     QPushButton *autoStartButton;
58     QPushButton *manualStartButton;
59     QWidget *settingsTab;
60     QLabel *userNameLabel;
61     QPushButton *setUserPushButton;
62     QWidget *tabMeasureResult;
63     QPushButton *pushButtonMeasureTabAbort;
64     QLabel *labelMeasureTabHeader;
65     QLabel *labelMeasureTabResultHeader;
66     QPushButton *pushButtonSendResult;
67     QLabel *labelMeasureTabTimeHeader;
68     QLabel *labelMeasureTabTime;
69     QLabel *labelMeasureTabSpeedHeader;
70     QLabel *labelMeasureTabSpeed;
71     QLabel *labelMeasureTabResultHeader_2;
72     QLabel *labelMeasureTabResult;
73     QPushButton *pushButtonShowResultDialog;
74     QWidget *tab;
75     QCheckBox *gpsOnCheckBox;
76     QPushButton *startRecPushButton;
77     QPushButton *stopRecPushButton;
78     QPushButton *drawRoutePushButton;
79     QWidget *widget;
80     QVBoxLayout *verticalLayout;
81     QLabel *labelRouteTabGPSStatus;
82     QLabel *labelRouteTabLatitude;
83     QLabel *labelRouteTabLongitude;
84     QPushButton *registratePushButton;
85     QMenuBar *menuBar;
86     QToolBar *mainToolBar;
87     QStatusBar *statusBar;
88
89     void setupUi(QMainWindow *CarMainWindow)
90     {
91         if (CarMainWindow->objectName().isEmpty())
92             CarMainWindow->setObjectName(QString::fromUtf8("CarMainWindow"));
93         CarMainWindow->resize(800, 480);
94         centralWidget = new QWidget(CarMainWindow);
95         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
96         tabWidget = new QTabWidget(centralWidget);
97         tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
98         tabWidget->setGeometry(QRect(0, 0, 781, 361));
99         tabTop = new QWidget();
100         tabTop->setObjectName(QString::fromUtf8("tabTop"));
101         buttonTopRefresh = new QPushButton(tabTop);
102         buttonTopRefresh->setObjectName(QString::fromUtf8("buttonTopRefresh"));
103         buttonTopRefresh->setGeometry(QRect(10, 210, 221, 71));
104         QFont font;
105         font.setFamily(QString::fromUtf8("Bitstream Charter"));
106         font.setPointSize(16);
107         font.setBold(true);
108         font.setWeight(75);
109         buttonTopRefresh->setFont(font);
110         listViewTopList = new QListView(tabTop);
111         listViewTopList->setObjectName(QString::fromUtf8("listViewTopList"));
112         listViewTopList->setGeometry(QRect(360, 10, 411, 311));
113         QFont font1;
114         font1.setFamily(QString::fromUtf8("Bitstream Charter"));
115         font1.setPointSize(10);
116         listViewTopList->setFont(font1);
117         listViewTopList->setFlow(QListView::LeftToRight);
118         layoutWidget = new QWidget(tabTop);
119         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
120         layoutWidget->setGeometry(QRect(10, 10, 341, 141));
121         verticalLayout_3 = new QVBoxLayout(layoutWidget);
122         verticalLayout_3->setSpacing(6);
123         verticalLayout_3->setMargin(11);
124         verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
125         verticalLayout_3->setContentsMargins(0, 0, 0, 0);
126         labelCategory = new QLabel(layoutWidget);
127         labelCategory->setObjectName(QString::fromUtf8("labelCategory"));
128         QFont font2;
129         font2.setFamily(QString::fromUtf8("Bitstream Charter"));
130         font2.setPointSize(16);
131         labelCategory->setFont(font2);
132
133         verticalLayout_3->addWidget(labelCategory);
134
135         comboBoxTopCategory = new QComboBox(layoutWidget);
136         comboBoxTopCategory->setObjectName(QString::fromUtf8("comboBoxTopCategory"));
137
138         verticalLayout_3->addWidget(comboBoxTopCategory);
139
140         labelTopList = new QLabel(tabTop);
141         labelTopList->setObjectName(QString::fromUtf8("labelTopList"));
142         labelTopList->setGeometry(QRect(380, 10, 371, 311));
143         QFont font3;
144         font3.setPointSize(9);
145         labelTopList->setFont(font3);
146         labelTopList->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
147         tabWidget->addTab(tabTop, QString());
148         StartTab = new QWidget();
149         StartTab->setObjectName(QString::fromUtf8("StartTab"));
150         listViewStartTabAccelerationCategories = new QListView(StartTab);
151         listViewStartTabAccelerationCategories->setObjectName(QString::fromUtf8("listViewStartTabAccelerationCategories"));
152         listViewStartTabAccelerationCategories->setGeometry(QRect(0, 10, 151, 301));
153         layoutWidget1 = new QWidget(StartTab);
154         layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
155         layoutWidget1->setGeometry(QRect(160, 10, 311, 301));
156         verticalLayout_2 = new QVBoxLayout(layoutWidget1);
157         verticalLayout_2->setSpacing(6);
158         verticalLayout_2->setMargin(11);
159         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
160         verticalLayout_2->setContentsMargins(0, 0, 0, 0);
161         startLabel = new QLabel(layoutWidget1);
162         startLabel->setObjectName(QString::fromUtf8("startLabel"));
163
164         verticalLayout_2->addWidget(startLabel);
165
166         lineEditStartTabMin = new QLineEdit(layoutWidget1);
167         lineEditStartTabMin->setObjectName(QString::fromUtf8("lineEditStartTabMin"));
168
169         verticalLayout_2->addWidget(lineEditStartTabMin);
170
171         stopLabel = new QLabel(layoutWidget1);
172         stopLabel->setObjectName(QString::fromUtf8("stopLabel"));
173
174         verticalLayout_2->addWidget(stopLabel);
175
176         lineEditStartTabMax = new QLineEdit(layoutWidget1);
177         lineEditStartTabMax->setObjectName(QString::fromUtf8("lineEditStartTabMax"));
178
179         verticalLayout_2->addWidget(lineEditStartTabMax);
180
181         unitLabel = new QLabel(layoutWidget1);
182         unitLabel->setObjectName(QString::fromUtf8("unitLabel"));
183
184         verticalLayout_2->addWidget(unitLabel);
185
186         comboBoxStartTabUnits = new QComboBox(layoutWidget1);
187         comboBoxStartTabUnits->setObjectName(QString::fromUtf8("comboBoxStartTabUnits"));
188
189         verticalLayout_2->addWidget(comboBoxStartTabUnits);
190
191         autoStartButton = new QPushButton(StartTab);
192         autoStartButton->setObjectName(QString::fromUtf8("autoStartButton"));
193         autoStartButton->setGeometry(QRect(520, 40, 201, 71));
194         autoStartButton->setFont(font);
195         manualStartButton = new QPushButton(StartTab);
196         manualStartButton->setObjectName(QString::fromUtf8("manualStartButton"));
197         manualStartButton->setGeometry(QRect(520, 180, 201, 71));
198         manualStartButton->setFont(font);
199         tabWidget->addTab(StartTab, QString());
200         settingsTab = new QWidget();
201         settingsTab->setObjectName(QString::fromUtf8("settingsTab"));
202         userNameLabel = new QLabel(settingsTab);
203         userNameLabel->setObjectName(QString::fromUtf8("userNameLabel"));
204         userNameLabel->setGeometry(QRect(20, 30, 531, 71));
205         setUserPushButton = new QPushButton(settingsTab);
206         setUserPushButton->setObjectName(QString::fromUtf8("setUserPushButton"));
207         setUserPushButton->setGeometry(QRect(20, 140, 201, 71));
208         tabWidget->addTab(settingsTab, QString());
209         tabMeasureResult = new QWidget();
210         tabMeasureResult->setObjectName(QString::fromUtf8("tabMeasureResult"));
211         pushButtonMeasureTabAbort = new QPushButton(tabMeasureResult);
212         pushButtonMeasureTabAbort->setObjectName(QString::fromUtf8("pushButtonMeasureTabAbort"));
213         pushButtonMeasureTabAbort->setGeometry(QRect(20, 230, 160, 71));
214         labelMeasureTabHeader = new QLabel(tabMeasureResult);
215         labelMeasureTabHeader->setObjectName(QString::fromUtf8("labelMeasureTabHeader"));
216         labelMeasureTabHeader->setGeometry(QRect(40, 10, 261, 41));
217         QFont font4;
218         font4.setFamily(QString::fromUtf8("Bitstream Charter"));
219         font4.setBold(true);
220         font4.setWeight(75);
221         labelMeasureTabHeader->setFont(font4);
222         labelMeasureTabResultHeader = new QLabel(tabMeasureResult);
223         labelMeasureTabResultHeader->setObjectName(QString::fromUtf8("labelMeasureTabResultHeader"));
224         labelMeasureTabResultHeader->setGeometry(QRect(470, 10, 101, 41));
225         labelMeasureTabResultHeader->setFont(font4);
226         pushButtonSendResult = new QPushButton(tabMeasureResult);
227         pushButtonSendResult->setObjectName(QString::fromUtf8("pushButtonSendResult"));
228         pushButtonSendResult->setEnabled(false);
229         pushButtonSendResult->setGeometry(QRect(470, 230, 160, 71));
230         pushButtonSendResult->setCheckable(false);
231         labelMeasureTabTimeHeader = new QLabel(tabMeasureResult);
232         labelMeasureTabTimeHeader->setObjectName(QString::fromUtf8("labelMeasureTabTimeHeader"));
233         labelMeasureTabTimeHeader->setGeometry(QRect(25, 70, 60, 41));
234         QFont font5;
235         font5.setFamily(QString::fromUtf8("Bitstream Charter"));
236         font5.setPointSize(14);
237         labelMeasureTabTimeHeader->setFont(font5);
238         labelMeasureTabTime = new QLabel(tabMeasureResult);
239         labelMeasureTabTime->setObjectName(QString::fromUtf8("labelMeasureTabTime"));
240         labelMeasureTabTime->setGeometry(QRect(129, 60, 71, 61));
241         QFont font6;
242         font6.setFamily(QString::fromUtf8("Bitstream Charter"));
243         font6.setPointSize(24);
244         font6.setBold(true);
245         font6.setWeight(75);
246         labelMeasureTabTime->setFont(font6);
247         labelMeasureTabSpeedHeader = new QLabel(tabMeasureResult);
248         labelMeasureTabSpeedHeader->setObjectName(QString::fromUtf8("labelMeasureTabSpeedHeader"));
249         labelMeasureTabSpeedHeader->setGeometry(QRect(25, 160, 81, 41));
250         labelMeasureTabSpeedHeader->setFont(font5);
251         labelMeasureTabSpeed = new QLabel(tabMeasureResult);
252         labelMeasureTabSpeed->setObjectName(QString::fromUtf8("labelMeasureTabSpeed"));
253         labelMeasureTabSpeed->setGeometry(QRect(129, 160, 51, 41));
254         labelMeasureTabSpeed->setFont(font6);
255         labelMeasureTabResultHeader_2 = new QLabel(tabMeasureResult);
256         labelMeasureTabResultHeader_2->setObjectName(QString::fromUtf8("labelMeasureTabResultHeader_2"));
257         labelMeasureTabResultHeader_2->setGeometry(QRect(470, 60, 71, 61));
258         labelMeasureTabResultHeader_2->setFont(font5);
259         labelMeasureTabResult = new QLabel(tabMeasureResult);
260         labelMeasureTabResult->setObjectName(QString::fromUtf8("labelMeasureTabResult"));
261         labelMeasureTabResult->setGeometry(QRect(570, 60, 61, 61));
262         labelMeasureTabResult->setFont(font6);
263         pushButtonShowResultDialog = new QPushButton(tabMeasureResult);
264         pushButtonShowResultDialog->setObjectName(QString::fromUtf8("pushButtonShowResultDialog"));
265         pushButtonShowResultDialog->setGeometry(QRect(470, 140, 161, 71));
266         tabWidget->addTab(tabMeasureResult, QString());
267         tab = new QWidget();
268         tab->setObjectName(QString::fromUtf8("tab"));
269         gpsOnCheckBox = new QCheckBox(tab);
270         gpsOnCheckBox->setObjectName(QString::fromUtf8("gpsOnCheckBox"));
271         gpsOnCheckBox->setGeometry(QRect(20, 20, 94, 22));
272         startRecPushButton = new QPushButton(tab);
273         startRecPushButton->setObjectName(QString::fromUtf8("startRecPushButton"));
274         startRecPushButton->setGeometry(QRect(30, 76, 151, 51));
275         stopRecPushButton = new QPushButton(tab);
276         stopRecPushButton->setObjectName(QString::fromUtf8("stopRecPushButton"));
277         stopRecPushButton->setGeometry(QRect(30, 150, 151, 51));
278         drawRoutePushButton = new QPushButton(tab);
279         drawRoutePushButton->setObjectName(QString::fromUtf8("drawRoutePushButton"));
280         drawRoutePushButton->setGeometry(QRect(30, 220, 151, 51));
281         widget = new QWidget(tab);
282         widget->setObjectName(QString::fromUtf8("widget"));
283         widget->setGeometry(QRect(310, 16, 221, 211));
284         verticalLayout = new QVBoxLayout(widget);
285         verticalLayout->setSpacing(6);
286         verticalLayout->setMargin(11);
287         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
288         verticalLayout->setContentsMargins(0, 0, 0, 0);
289         labelRouteTabGPSStatus = new QLabel(widget);
290         labelRouteTabGPSStatus->setObjectName(QString::fromUtf8("labelRouteTabGPSStatus"));
291
292         verticalLayout->addWidget(labelRouteTabGPSStatus);
293
294         labelRouteTabLatitude = new QLabel(widget);
295         labelRouteTabLatitude->setObjectName(QString::fromUtf8("labelRouteTabLatitude"));
296
297         verticalLayout->addWidget(labelRouteTabLatitude);
298
299         labelRouteTabLongitude = new QLabel(widget);
300         labelRouteTabLongitude->setObjectName(QString::fromUtf8("labelRouteTabLongitude"));
301
302         verticalLayout->addWidget(labelRouteTabLongitude);
303
304         tabWidget->addTab(tab, QString());
305         registratePushButton = new QPushButton(centralWidget);
306         registratePushButton->setObjectName(QString::fromUtf8("registratePushButton"));
307         registratePushButton->setGeometry(QRect(520, 370, 231, 41));
308         CarMainWindow->setCentralWidget(centralWidget);
309         menuBar = new QMenuBar(CarMainWindow);
310         menuBar->setObjectName(QString::fromUtf8("menuBar"));
311         menuBar->setGeometry(QRect(0, 0, 800, 25));
312         CarMainWindow->setMenuBar(menuBar);
313         mainToolBar = new QToolBar(CarMainWindow);
314         mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
315         CarMainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
316         statusBar = new QStatusBar(CarMainWindow);
317         statusBar->setObjectName(QString::fromUtf8("statusBar"));
318         CarMainWindow->setStatusBar(statusBar);
319
320         retranslateUi(CarMainWindow);
321
322         tabWidget->setCurrentIndex(4);
323
324
325         QMetaObject::connectSlotsByName(CarMainWindow);
326     } // setupUi
327
328     void retranslateUi(QMainWindow *CarMainWindow)
329     {
330         CarMainWindow->setWindowTitle(QApplication::translate("CarMainWindow", "Speed freak", 0, QApplication::UnicodeUTF8));
331         buttonTopRefresh->setText(QApplication::translate("CarMainWindow", "Refresh list", 0, QApplication::UnicodeUTF8));
332         labelCategory->setText(QApplication::translate("CarMainWindow", "Category:", 0, QApplication::UnicodeUTF8));
333         labelTopList->setText(QApplication::translate("CarMainWindow", "TopList", 0, QApplication::UnicodeUTF8));
334         tabWidget->setTabText(tabWidget->indexOf(tabTop), QApplication::translate("CarMainWindow", "Top", 0, QApplication::UnicodeUTF8));
335         startLabel->setText(QApplication::translate("CarMainWindow", "Start:", 0, QApplication::UnicodeUTF8));
336         stopLabel->setText(QApplication::translate("CarMainWindow", "Stop:", 0, QApplication::UnicodeUTF8));
337         unitLabel->setText(QApplication::translate("CarMainWindow", "Unit:", 0, QApplication::UnicodeUTF8));
338         autoStartButton->setText(QApplication::translate("CarMainWindow", "Auto start", 0, QApplication::UnicodeUTF8));
339         manualStartButton->setText(QApplication::translate("CarMainWindow", "Manual start", 0, QApplication::UnicodeUTF8));
340         tabWidget->setTabText(tabWidget->indexOf(StartTab), QApplication::translate("CarMainWindow", "Start", 0, QApplication::UnicodeUTF8));
341         userNameLabel->setText(QApplication::translate("CarMainWindow", "User:", 0, QApplication::UnicodeUTF8));
342         setUserPushButton->setText(QApplication::translate("CarMainWindow", "Set User", 0, QApplication::UnicodeUTF8));
343         tabWidget->setTabText(tabWidget->indexOf(settingsTab), QApplication::translate("CarMainWindow", "Settings", 0, QApplication::UnicodeUTF8));
344         pushButtonMeasureTabAbort->setText(QApplication::translate("CarMainWindow", "Abort", 0, QApplication::UnicodeUTF8));
345         labelMeasureTabHeader->setText(QApplication::translate("CarMainWindow", "Accelerate to 40 km/h", 0, QApplication::UnicodeUTF8));
346         labelMeasureTabResultHeader->setText(QApplication::translate("CarMainWindow", "Results:", 0, QApplication::UnicodeUTF8));
347         pushButtonSendResult->setText(QApplication::translate("CarMainWindow", "Send result", 0, QApplication::UnicodeUTF8));
348         labelMeasureTabTimeHeader->setText(QApplication::translate("CarMainWindow", "Time:", 0, QApplication::UnicodeUTF8));
349         labelMeasureTabTime->setText(QApplication::translate("CarMainWindow", "0", 0, QApplication::UnicodeUTF8));
350         labelMeasureTabSpeedHeader->setText(QApplication::translate("CarMainWindow", "Speed:", 0, QApplication::UnicodeUTF8));
351         labelMeasureTabSpeed->setText(QApplication::translate("CarMainWindow", "0", 0, QApplication::UnicodeUTF8));
352         labelMeasureTabResultHeader_2->setText(QApplication::translate("CarMainWindow", "Time:", 0, QApplication::UnicodeUTF8));
353         labelMeasureTabResult->setText(QApplication::translate("CarMainWindow", "0", 0, QApplication::UnicodeUTF8));
354         pushButtonShowResultDialog->setText(QApplication::translate("CarMainWindow", "Show diagram", 0, QApplication::UnicodeUTF8));
355         tabWidget->setTabText(tabWidget->indexOf(tabMeasureResult), QApplication::translate("CarMainWindow", "Measure", 0, QApplication::UnicodeUTF8));
356         gpsOnCheckBox->setText(QApplication::translate("CarMainWindow", "GPS on", 0, QApplication::UnicodeUTF8));
357         startRecPushButton->setText(QApplication::translate("CarMainWindow", "Start recording", 0, QApplication::UnicodeUTF8));
358         stopRecPushButton->setText(QApplication::translate("CarMainWindow", "Stop recording", 0, QApplication::UnicodeUTF8));
359         drawRoutePushButton->setText(QApplication::translate("CarMainWindow", "Draw route", 0, QApplication::UnicodeUTF8));
360         labelRouteTabGPSStatus->setText(QApplication::translate("CarMainWindow", "Label GPS Status", 0, QApplication::UnicodeUTF8));
361         labelRouteTabLatitude->setText(QApplication::translate("CarMainWindow", "Label Latitude", 0, QApplication::UnicodeUTF8));
362         labelRouteTabLongitude->setText(QApplication::translate("CarMainWindow", "Label Longitude", 0, QApplication::UnicodeUTF8));
363         tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("CarMainWindow", "Route", 0, QApplication::UnicodeUTF8));
364         registratePushButton->setText(QApplication::translate("CarMainWindow", "Registrate", 0, QApplication::UnicodeUTF8));
365         Q_UNUSED(CarMainWindow);
366     } // retranslateUi
367
368 };
369
370 namespace Ui {
371     class CarMainWindow: public Ui_CarMainWindow {};
372 } // namespace Ui
373
374 QT_END_NAMESPACE
375
376 #endif // UI_CARMAINWINDOW_H