0579133d890e3c077897d57018e997f9426e975d
[speedfreak] / UI / ui_carmainwindow.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'carmainwindow.ui'
3 **
4 ** Created: Fri Feb 26 11:59:25 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/QHBoxLayout>
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 *StartTab;
40     QWidget *layoutWidget;
41     QVBoxLayout *verticalLayout;
42     QPushButton *autoStartButton;
43     QPushButton *manualStartButton;
44     QListView *listView;
45     QWidget *widget;
46     QVBoxLayout *verticalLayout_2;
47     QLabel *startLabel;
48     QLineEdit *minLineEdit;
49     QLabel *stopLabel;
50     QLineEdit *maxLineEdit;
51     QLabel *unitLabel;
52     QComboBox *unitComboBox;
53     QWidget *settingsTab;
54     QWidget *widget1;
55     QHBoxLayout *horizontalLayout;
56     QPushButton *view1Button;
57     QPushButton *view2Button;
58     QPushButton *view3Button;
59     QPushButton *view4Button;
60     QMenuBar *menuBar;
61     QToolBar *mainToolBar;
62     QStatusBar *statusBar;
63
64     void setupUi(QMainWindow *CarMainWindow)
65     {
66         if (CarMainWindow->objectName().isEmpty())
67             CarMainWindow->setObjectName(QString::fromUtf8("CarMainWindow"));
68         CarMainWindow->resize(800, 480);
69         centralWidget = new QWidget(CarMainWindow);
70         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
71         tabWidget = new QTabWidget(centralWidget);
72         tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
73         tabWidget->setGeometry(QRect(10, 0, 781, 365));
74         StartTab = new QWidget();
75         StartTab->setObjectName(QString::fromUtf8("StartTab"));
76         layoutWidget = new QWidget(StartTab);
77         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
78         layoutWidget->setGeometry(QRect(590, 220, 171, 91));
79         verticalLayout = new QVBoxLayout(layoutWidget);
80         verticalLayout->setSpacing(6);
81         verticalLayout->setMargin(11);
82         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
83         verticalLayout->setContentsMargins(0, 0, 0, 0);
84         autoStartButton = new QPushButton(layoutWidget);
85         autoStartButton->setObjectName(QString::fromUtf8("autoStartButton"));
86         QFont font;
87         font.setFamily(QString::fromUtf8("Bitstream Charter"));
88         font.setPointSize(16);
89         font.setBold(true);
90         font.setWeight(75);
91         autoStartButton->setFont(font);
92
93         verticalLayout->addWidget(autoStartButton);
94
95         manualStartButton = new QPushButton(layoutWidget);
96         manualStartButton->setObjectName(QString::fromUtf8("manualStartButton"));
97         manualStartButton->setFont(font);
98
99         verticalLayout->addWidget(manualStartButton);
100
101         listView = new QListView(StartTab);
102         listView->setObjectName(QString::fromUtf8("listView"));
103         listView->setGeometry(QRect(0, 10, 261, 301));
104         widget = new QWidget(StartTab);
105         widget->setObjectName(QString::fromUtf8("widget"));
106         widget->setGeometry(QRect(270, 10, 311, 301));
107         verticalLayout_2 = new QVBoxLayout(widget);
108         verticalLayout_2->setSpacing(6);
109         verticalLayout_2->setMargin(11);
110         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
111         verticalLayout_2->setContentsMargins(0, 0, 0, 0);
112         startLabel = new QLabel(widget);
113         startLabel->setObjectName(QString::fromUtf8("startLabel"));
114
115         verticalLayout_2->addWidget(startLabel);
116
117         minLineEdit = new QLineEdit(widget);
118         minLineEdit->setObjectName(QString::fromUtf8("minLineEdit"));
119
120         verticalLayout_2->addWidget(minLineEdit);
121
122         stopLabel = new QLabel(widget);
123         stopLabel->setObjectName(QString::fromUtf8("stopLabel"));
124
125         verticalLayout_2->addWidget(stopLabel);
126
127         maxLineEdit = new QLineEdit(widget);
128         maxLineEdit->setObjectName(QString::fromUtf8("maxLineEdit"));
129
130         verticalLayout_2->addWidget(maxLineEdit);
131
132         unitLabel = new QLabel(widget);
133         unitLabel->setObjectName(QString::fromUtf8("unitLabel"));
134
135         verticalLayout_2->addWidget(unitLabel);
136
137         unitComboBox = new QComboBox(widget);
138         unitComboBox->setObjectName(QString::fromUtf8("unitComboBox"));
139
140         verticalLayout_2->addWidget(unitComboBox);
141
142         tabWidget->addTab(StartTab, QString());
143         settingsTab = new QWidget();
144         settingsTab->setObjectName(QString::fromUtf8("settingsTab"));
145         tabWidget->addTab(settingsTab, QString());
146         widget1 = new QWidget(centralWidget);
147         widget1->setObjectName(QString::fromUtf8("widget1"));
148         widget1->setGeometry(QRect(10, 370, 781, 41));
149         horizontalLayout = new QHBoxLayout(widget1);
150         horizontalLayout->setSpacing(6);
151         horizontalLayout->setMargin(11);
152         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
153         horizontalLayout->setContentsMargins(0, 0, 0, 0);
154         view1Button = new QPushButton(widget1);
155         view1Button->setObjectName(QString::fromUtf8("view1Button"));
156
157         horizontalLayout->addWidget(view1Button);
158
159         view2Button = new QPushButton(widget1);
160         view2Button->setObjectName(QString::fromUtf8("view2Button"));
161
162         horizontalLayout->addWidget(view2Button);
163
164         view3Button = new QPushButton(widget1);
165         view3Button->setObjectName(QString::fromUtf8("view3Button"));
166
167         horizontalLayout->addWidget(view3Button);
168
169         view4Button = new QPushButton(widget1);
170         view4Button->setObjectName(QString::fromUtf8("view4Button"));
171
172         horizontalLayout->addWidget(view4Button);
173
174         CarMainWindow->setCentralWidget(centralWidget);
175         menuBar = new QMenuBar(CarMainWindow);
176         menuBar->setObjectName(QString::fromUtf8("menuBar"));
177         menuBar->setGeometry(QRect(0, 0, 800, 27));
178         CarMainWindow->setMenuBar(menuBar);
179         mainToolBar = new QToolBar(CarMainWindow);
180         mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
181         CarMainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
182         statusBar = new QStatusBar(CarMainWindow);
183         statusBar->setObjectName(QString::fromUtf8("statusBar"));
184         CarMainWindow->setStatusBar(statusBar);
185
186         retranslateUi(CarMainWindow);
187
188         tabWidget->setCurrentIndex(0);
189
190
191         QMetaObject::connectSlotsByName(CarMainWindow);
192     } // setupUi
193
194     void retranslateUi(QMainWindow *CarMainWindow)
195     {
196         CarMainWindow->setWindowTitle(QApplication::translate("CarMainWindow", "CarMainWindow", 0, QApplication::UnicodeUTF8));
197         autoStartButton->setText(QApplication::translate("CarMainWindow", "Auto start", 0, QApplication::UnicodeUTF8));
198         manualStartButton->setText(QApplication::translate("CarMainWindow", "Manual start", 0, QApplication::UnicodeUTF8));
199         startLabel->setText(QApplication::translate("CarMainWindow", "Start:", 0, QApplication::UnicodeUTF8));
200         stopLabel->setText(QApplication::translate("CarMainWindow", "Stop:", 0, QApplication::UnicodeUTF8));
201         unitLabel->setText(QApplication::translate("CarMainWindow", "Unit:", 0, QApplication::UnicodeUTF8));
202         tabWidget->setTabText(tabWidget->indexOf(StartTab), QApplication::translate("CarMainWindow", "Start", 0, QApplication::UnicodeUTF8));
203         tabWidget->setTabText(tabWidget->indexOf(settingsTab), QApplication::translate("CarMainWindow", "Settings", 0, QApplication::UnicodeUTF8));
204         view1Button->setText(QApplication::translate("CarMainWindow", "View1", 0, QApplication::UnicodeUTF8));
205         view2Button->setText(QApplication::translate("CarMainWindow", "View2", 0, QApplication::UnicodeUTF8));
206         view3Button->setText(QApplication::translate("CarMainWindow", "View3", 0, QApplication::UnicodeUTF8));
207         view4Button->setText(QApplication::translate("CarMainWindow", "View4", 0, QApplication::UnicodeUTF8));
208         Q_UNUSED(CarMainWindow);
209     } // retranslateUi
210
211 };
212
213 namespace Ui {
214     class CarMainWindow: public Ui_CarMainWindow {};
215 } // namespace Ui
216
217 QT_END_NAMESPACE
218
219 #endif // UI_CARMAINWINDOW_H