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