X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Fui_carmainwindow.h;h=0921db90322e2007bede17ed3ac6b685bdf20e04;hb=f5bf351ec3c6e20820c363d97307537036044b7e;hp=ec4b824b45fae71dd414d684725f4db5e2be4ffb;hpb=02000dfe5ae73748692027765c501313d1945dc1;p=speedfreak diff --git a/Client/ui_carmainwindow.h b/Client/ui_carmainwindow.h index ec4b824..0921db9 100644 --- a/Client/ui_carmainwindow.h +++ b/Client/ui_carmainwindow.h @@ -1,10 +1,10 @@ /******************************************************************************** -** Form generated from reading UI file 'carmainwindow.ui' +** Form generated from reading ui file 'carmainwindow.ui' ** -** Created: Wed Mar 17 10:18:14 2010 -** by: Qt User Interface Compiler version 4.6.1 +** Created: Thu Mar 18 09:17:23 2010 +** by: Qt User Interface Compiler version 4.5.3 ** -** WARNING! All changes made in this file will be lost when recompiling UI file! +** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_CARMAINWINDOW_H @@ -36,9 +36,17 @@ class Ui_CarMainWindow public: QWidget *centralWidget; QTabWidget *tabWidget; + QWidget *tabTop; + QPushButton *buttonTopRefresh; + QListView *listViewTopList; + QWidget *layoutWidget; + QVBoxLayout *verticalLayout_3; + QLabel *labelCategory; + QComboBox *comboBoxTopCategory; + QLabel *labelTopList; QWidget *StartTab; QListView *listViewStartTabAccelerationCategories; - QWidget *layoutWidget; + QWidget *layoutWidget1; QVBoxLayout *verticalLayout_2; QLabel *startLabel; QLineEdit *lineEditStartTabMin; @@ -48,14 +56,6 @@ public: QComboBox *comboBoxStartTabUnits; QPushButton *autoStartButton; QPushButton *manualStartButton; - QWidget *tabTop; - QPushButton *buttonTopRefresh; - QListView *listViewTopList; - QWidget *layoutWidget1; - QVBoxLayout *verticalLayout_3; - QLabel *labelCategory; - QComboBox *comboBoxTopCategory; - QLabel *labelTopList; QWidget *settingsTab; QLabel *userNameLabel; QPushButton *setUserPushButton; @@ -70,6 +70,7 @@ public: QLabel *labelMeasureTabSpeed; QLabel *labelMeasureTabResultHeader_2; QLabel *labelMeasureTabResult; + QPushButton *pushButtonShowResultDialog; QWidget *tab; QCheckBox *gpsOnCheckBox; QPushButton *startRecPushButton; @@ -90,45 +91,94 @@ public: tabWidget = new QTabWidget(centralWidget); tabWidget->setObjectName(QString::fromUtf8("tabWidget")); tabWidget->setGeometry(QRect(0, 0, 781, 361)); + tabTop = new QWidget(); + tabTop->setObjectName(QString::fromUtf8("tabTop")); + buttonTopRefresh = new QPushButton(tabTop); + buttonTopRefresh->setObjectName(QString::fromUtf8("buttonTopRefresh")); + buttonTopRefresh->setGeometry(QRect(10, 210, 221, 71)); + QFont font; + font.setFamily(QString::fromUtf8("Bitstream Charter")); + font.setPointSize(16); + font.setBold(true); + font.setWeight(75); + buttonTopRefresh->setFont(font); + listViewTopList = new QListView(tabTop); + listViewTopList->setObjectName(QString::fromUtf8("listViewTopList")); + listViewTopList->setGeometry(QRect(360, 10, 411, 311)); + QFont font1; + font1.setFamily(QString::fromUtf8("Bitstream Charter")); + font1.setPointSize(10); + listViewTopList->setFont(font1); + listViewTopList->setFlow(QListView::LeftToRight); + layoutWidget = new QWidget(tabTop); + layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); + layoutWidget->setGeometry(QRect(10, 10, 341, 141)); + verticalLayout_3 = new QVBoxLayout(layoutWidget); + verticalLayout_3->setSpacing(6); + verticalLayout_3->setMargin(11); + verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); + verticalLayout_3->setContentsMargins(0, 0, 0, 0); + labelCategory = new QLabel(layoutWidget); + labelCategory->setObjectName(QString::fromUtf8("labelCategory")); + QFont font2; + font2.setFamily(QString::fromUtf8("Bitstream Charter")); + font2.setPointSize(16); + labelCategory->setFont(font2); + + verticalLayout_3->addWidget(labelCategory); + + comboBoxTopCategory = new QComboBox(layoutWidget); + comboBoxTopCategory->setObjectName(QString::fromUtf8("comboBoxTopCategory")); + + verticalLayout_3->addWidget(comboBoxTopCategory); + + labelTopList = new QLabel(tabTop); + labelTopList->setObjectName(QString::fromUtf8("labelTopList")); + labelTopList->setGeometry(QRect(380, 10, 371, 311)); + QFont font3; + font3.setPointSize(9); + labelTopList->setFont(font3); + labelTopList->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); + tabWidget->addTab(tabTop, QString()); StartTab = new QWidget(); StartTab->setObjectName(QString::fromUtf8("StartTab")); listViewStartTabAccelerationCategories = new QListView(StartTab); listViewStartTabAccelerationCategories->setObjectName(QString::fromUtf8("listViewStartTabAccelerationCategories")); listViewStartTabAccelerationCategories->setGeometry(QRect(0, 10, 151, 301)); - layoutWidget = new QWidget(StartTab); - layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); - layoutWidget->setGeometry(QRect(160, 10, 311, 301)); - verticalLayout_2 = new QVBoxLayout(layoutWidget); + layoutWidget1 = new QWidget(StartTab); + layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1")); + layoutWidget1->setGeometry(QRect(160, 10, 311, 301)); + verticalLayout_2 = new QVBoxLayout(layoutWidget1); verticalLayout_2->setSpacing(6); - verticalLayout_2->setContentsMargins(11, 11, 11, 11); + verticalLayout_2->setMargin(11); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(0, 0, 0, 0); - startLabel = new QLabel(layoutWidget); + startLabel = new QLabel(layoutWidget1); startLabel->setObjectName(QString::fromUtf8("startLabel")); verticalLayout_2->addWidget(startLabel); - lineEditStartTabMin = new QLineEdit(layoutWidget); + lineEditStartTabMin = new QLineEdit(layoutWidget1); lineEditStartTabMin->setObjectName(QString::fromUtf8("lineEditStartTabMin")); verticalLayout_2->addWidget(lineEditStartTabMin); - stopLabel = new QLabel(layoutWidget); + stopLabel = new QLabel(layoutWidget1); stopLabel->setObjectName(QString::fromUtf8("stopLabel")); verticalLayout_2->addWidget(stopLabel); - lineEditStartTabMax = new QLineEdit(layoutWidget); + lineEditStartTabMax = new QLineEdit(layoutWidget1); lineEditStartTabMax->setObjectName(QString::fromUtf8("lineEditStartTabMax")); verticalLayout_2->addWidget(lineEditStartTabMax); - unitLabel = new QLabel(layoutWidget); + unitLabel = new QLabel(layoutWidget1); unitLabel->setObjectName(QString::fromUtf8("unitLabel")); verticalLayout_2->addWidget(unitLabel); - comboBoxStartTabUnits = new QComboBox(layoutWidget); + comboBoxStartTabUnits = new QComboBox(layoutWidget1); comboBoxStartTabUnits->setObjectName(QString::fromUtf8("comboBoxStartTabUnits")); verticalLayout_2->addWidget(comboBoxStartTabUnits); @@ -136,61 +186,12 @@ public: autoStartButton = new QPushButton(StartTab); autoStartButton->setObjectName(QString::fromUtf8("autoStartButton")); autoStartButton->setGeometry(QRect(520, 40, 201, 71)); - QFont font; - font.setFamily(QString::fromUtf8("Bitstream Charter")); - font.setPointSize(16); - font.setBold(true); - font.setWeight(75); autoStartButton->setFont(font); manualStartButton = new QPushButton(StartTab); manualStartButton->setObjectName(QString::fromUtf8("manualStartButton")); manualStartButton->setGeometry(QRect(520, 180, 201, 71)); manualStartButton->setFont(font); tabWidget->addTab(StartTab, QString()); - tabTop = new QWidget(); - tabTop->setObjectName(QString::fromUtf8("tabTop")); - buttonTopRefresh = new QPushButton(tabTop); - buttonTopRefresh->setObjectName(QString::fromUtf8("buttonTopRefresh")); - buttonTopRefresh->setGeometry(QRect(10, 210, 221, 71)); - buttonTopRefresh->setFont(font); - listViewTopList = new QListView(tabTop); - listViewTopList->setObjectName(QString::fromUtf8("listViewTopList")); - listViewTopList->setGeometry(QRect(360, 10, 411, 311)); - QFont font1; - font1.setFamily(QString::fromUtf8("Bitstream Charter")); - font1.setPointSize(10); - listViewTopList->setFont(font1); - listViewTopList->setFlow(QListView::LeftToRight); - layoutWidget1 = new QWidget(tabTop); - layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1")); - layoutWidget1->setGeometry(QRect(10, 10, 341, 141)); - verticalLayout_3 = new QVBoxLayout(layoutWidget1); - verticalLayout_3->setSpacing(6); - verticalLayout_3->setContentsMargins(11, 11, 11, 11); - verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); - verticalLayout_3->setContentsMargins(0, 0, 0, 0); - labelCategory = new QLabel(layoutWidget1); - labelCategory->setObjectName(QString::fromUtf8("labelCategory")); - QFont font2; - font2.setFamily(QString::fromUtf8("Bitstream Charter")); - font2.setPointSize(16); - labelCategory->setFont(font2); - - verticalLayout_3->addWidget(labelCategory); - - comboBoxTopCategory = new QComboBox(layoutWidget1); - comboBoxTopCategory->setObjectName(QString::fromUtf8("comboBoxTopCategory")); - - verticalLayout_3->addWidget(comboBoxTopCategory); - - labelTopList = new QLabel(tabTop); - labelTopList->setObjectName(QString::fromUtf8("labelTopList")); - labelTopList->setGeometry(QRect(380, 10, 371, 311)); - QFont font3; - font3.setPointSize(9); - labelTopList->setFont(font3); - labelTopList->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); - tabWidget->addTab(tabTop, QString()); settingsTab = new QWidget(); settingsTab->setObjectName(QString::fromUtf8("settingsTab")); userNameLabel = new QLabel(settingsTab); @@ -254,6 +255,9 @@ public: labelMeasureTabResult->setObjectName(QString::fromUtf8("labelMeasureTabResult")); labelMeasureTabResult->setGeometry(QRect(570, 60, 61, 61)); labelMeasureTabResult->setFont(font6); + pushButtonShowResultDialog = new QPushButton(tabMeasureResult); + pushButtonShowResultDialog->setObjectName(QString::fromUtf8("pushButtonShowResultDialog")); + pushButtonShowResultDialog->setGeometry(QRect(470, 140, 161, 71)); tabWidget->addTab(tabMeasureResult, QString()); tab = new QWidget(); tab->setObjectName(QString::fromUtf8("tab")); @@ -296,16 +300,16 @@ public: void retranslateUi(QMainWindow *CarMainWindow) { CarMainWindow->setWindowTitle(QApplication::translate("CarMainWindow", "Speed freak", 0, QApplication::UnicodeUTF8)); + buttonTopRefresh->setText(QApplication::translate("CarMainWindow", "Refresh list", 0, QApplication::UnicodeUTF8)); + labelCategory->setText(QApplication::translate("CarMainWindow", "Category:", 0, QApplication::UnicodeUTF8)); + labelTopList->setText(QApplication::translate("CarMainWindow", "TopList", 0, QApplication::UnicodeUTF8)); + tabWidget->setTabText(tabWidget->indexOf(tabTop), QApplication::translate("CarMainWindow", "Top", 0, QApplication::UnicodeUTF8)); startLabel->setText(QApplication::translate("CarMainWindow", "Start:", 0, QApplication::UnicodeUTF8)); stopLabel->setText(QApplication::translate("CarMainWindow", "Stop:", 0, QApplication::UnicodeUTF8)); unitLabel->setText(QApplication::translate("CarMainWindow", "Unit:", 0, QApplication::UnicodeUTF8)); autoStartButton->setText(QApplication::translate("CarMainWindow", "Auto start", 0, QApplication::UnicodeUTF8)); manualStartButton->setText(QApplication::translate("CarMainWindow", "Manual start", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(StartTab), QApplication::translate("CarMainWindow", "Start", 0, QApplication::UnicodeUTF8)); - buttonTopRefresh->setText(QApplication::translate("CarMainWindow", "Refresh list", 0, QApplication::UnicodeUTF8)); - labelCategory->setText(QApplication::translate("CarMainWindow", "Category:", 0, QApplication::UnicodeUTF8)); - labelTopList->setText(QApplication::translate("CarMainWindow", "TopList", 0, QApplication::UnicodeUTF8)); - tabWidget->setTabText(tabWidget->indexOf(tabTop), QApplication::translate("CarMainWindow", "Top", 0, QApplication::UnicodeUTF8)); userNameLabel->setText(QApplication::translate("CarMainWindow", "User:", 0, QApplication::UnicodeUTF8)); setUserPushButton->setText(QApplication::translate("CarMainWindow", "Set User", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(settingsTab), QApplication::translate("CarMainWindow", "Settings", 0, QApplication::UnicodeUTF8)); @@ -319,6 +323,7 @@ public: labelMeasureTabSpeed->setText(QApplication::translate("CarMainWindow", "0", 0, QApplication::UnicodeUTF8)); labelMeasureTabResultHeader_2->setText(QApplication::translate("CarMainWindow", "Time:", 0, QApplication::UnicodeUTF8)); labelMeasureTabResult->setText(QApplication::translate("CarMainWindow", "0", 0, QApplication::UnicodeUTF8)); + pushButtonShowResultDialog->setText(QApplication::translate("CarMainWindow", "Show diagram", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tabMeasureResult), QApplication::translate("CarMainWindow", "Measure", 0, QApplication::UnicodeUTF8)); gpsOnCheckBox->setText(QApplication::translate("CarMainWindow", "GPS on", 0, QApplication::UnicodeUTF8)); startRecPushButton->setText(QApplication::translate("CarMainWindow", "Start recording", 0, QApplication::UnicodeUTF8)); @@ -326,6 +331,7 @@ public: drawRoutePushButton->setText(QApplication::translate("CarMainWindow", "Draw route", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("CarMainWindow", "Route", 0, QApplication::UnicodeUTF8)); registratePushButton->setText(QApplication::translate("CarMainWindow", "Registrate", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(CarMainWindow); } // retranslateUi };