1 /********************************************************************************
2 ** Form generated from reading UI file 'mainwindow.ui'
4 ** Created: Sat 16. Oct 22:04:12 2010
5 ** by: Qt User Interface Compiler version 4.6.3
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
10 #ifndef UI_MAINWINDOW_H
11 #define UI_MAINWINDOW_H
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/QDoubleSpinBox>
20 #include <QtGui/QGroupBox>
21 #include <QtGui/QHBoxLayout>
22 #include <QtGui/QHeaderView>
23 #include <QtGui/QLabel>
24 #include <QtGui/QLineEdit>
25 #include <QtGui/QMainWindow>
26 #include <QtGui/QMenuBar>
27 #include <QtGui/QPushButton>
28 #include <QtGui/QStatusBar>
29 #include <QtGui/QToolBar>
30 #include <QtGui/QVBoxLayout>
31 #include <QtGui/QWidget>
37 QWidget
*centralWidget
;
39 QVBoxLayout
*verticalLayout_4
;
40 QVBoxLayout
*verticalLayout_3
;
41 QGroupBox
*groupBox_5
;
42 QVBoxLayout
*verticalLayout_8
;
45 QPushButton
*pushButton_2
;
47 QVBoxLayout
*verticalLayout_6
;
48 QVBoxLayout
*verticalLayout_5
;
50 QPushButton
*pushButtonGO
;
52 QGroupBox
*groupBox_2
;
53 QHBoxLayout
*horizontalLayout
;
54 QPushButton
*pushButtonRL
;
55 QPushButton
*pushButtonRC
;
56 QPushButton
*pushButtonRR
;
57 QGroupBox
*groupBox_3
;
58 QVBoxLayout
*verticalLayout
;
59 QHBoxLayout
*horizontalLayout_3
;
60 QPushButton
*pushButtonZoomP
;
61 QPushButton
*pushButtonZoomM
;
62 QVBoxLayout
*verticalLayout_2
;
64 QDoubleSpinBox
*doubleSpinBox
;
66 QGroupBox
*groupBox_4
;
67 QVBoxLayout
*verticalLayout_7
;
69 QCheckBox
*checkBox_2
;
70 QPushButton
*pushButton
;
72 QToolBar
*mainToolBar
;
73 QStatusBar
*statusBar
;
75 void setupUi(QMainWindow
*MainWindow
)
77 if (MainWindow
->objectName().isEmpty()) {
78 MainWindow
->setObjectName(QString::fromUtf8("MainWindow"));
80 MainWindow
->resize(524, 551);
81 centralWidget
= new QWidget(MainWindow
);
82 centralWidget
->setObjectName(QString::fromUtf8("centralWidget"));
83 widget
= new QWidget(centralWidget
);
84 widget
->setObjectName(QString::fromUtf8("widget"));
85 widget
->setGeometry(QRect(110, 15, 181, 421));
86 QSizePolicy
sizePolicy(QSizePolicy::Preferred
, QSizePolicy::Preferred
);
87 sizePolicy
.setHorizontalStretch(10);
88 sizePolicy
.setVerticalStretch(0);
89 sizePolicy
.setHeightForWidth(widget
->sizePolicy().hasHeightForWidth());
90 widget
->setSizePolicy(sizePolicy
);
91 widget
->setMaximumSize(QSize(181, 16777215));
92 verticalLayout_4
= new QVBoxLayout(widget
);
93 verticalLayout_4
->setSpacing(0);
94 verticalLayout_4
->setContentsMargins(0, 0, 0, 0);
95 verticalLayout_4
->setObjectName(QString::fromUtf8("verticalLayout_4"));
96 verticalLayout_3
= new QVBoxLayout();
97 verticalLayout_3
->setSpacing(6);
98 verticalLayout_3
->setObjectName(QString::fromUtf8("verticalLayout_3"));
99 groupBox_5
= new QGroupBox(widget
);
100 groupBox_5
->setObjectName(QString::fromUtf8("groupBox_5"));
101 verticalLayout_8
= new QVBoxLayout(groupBox_5
);
102 verticalLayout_8
->setSpacing(6);
103 verticalLayout_8
->setContentsMargins(11, 11, 11, 11);
104 verticalLayout_8
->setObjectName(QString::fromUtf8("verticalLayout_8"));
105 label_2
= new QLabel(groupBox_5
);
106 label_2
->setObjectName(QString::fromUtf8("label_2"));
108 verticalLayout_8
->addWidget(label_2
);
110 comboBox
= new QComboBox(groupBox_5
);
111 comboBox
->setObjectName(QString::fromUtf8("comboBox"));
113 verticalLayout_8
->addWidget(comboBox
);
115 pushButton_2
= new QPushButton(groupBox_5
);
116 pushButton_2
->setObjectName(QString::fromUtf8("pushButton_2"));
118 verticalLayout_8
->addWidget(pushButton_2
);
121 verticalLayout_3
->addWidget(groupBox_5
);
123 groupBox
= new QGroupBox(widget
);
124 groupBox
->setObjectName(QString::fromUtf8("groupBox"));
125 verticalLayout_6
= new QVBoxLayout(groupBox
);
126 verticalLayout_6
->setSpacing(6);
127 verticalLayout_6
->setContentsMargins(11, 11, 11, 11);
128 verticalLayout_6
->setObjectName(QString::fromUtf8("verticalLayout_6"));
129 verticalLayout_5
= new QVBoxLayout();
130 verticalLayout_5
->setSpacing(6);
131 verticalLayout_5
->setObjectName(QString::fromUtf8("verticalLayout_5"));
132 lineEdit
= new QLineEdit(groupBox
);
133 lineEdit
->setObjectName(QString::fromUtf8("lineEdit"));
135 verticalLayout_5
->addWidget(lineEdit
);
137 pushButtonGO
= new QPushButton(groupBox
);
138 pushButtonGO
->setObjectName(QString::fromUtf8("pushButtonGO"));
140 verticalLayout_5
->addWidget(pushButtonGO
);
143 verticalLayout_6
->addLayout(verticalLayout_5
);
145 label
= new QLabel(groupBox
);
146 label
->setObjectName(QString::fromUtf8("label"));
148 verticalLayout_6
->addWidget(label
);
151 verticalLayout_3
->addWidget(groupBox
);
153 groupBox_2
= new QGroupBox(widget
);
154 groupBox_2
->setObjectName(QString::fromUtf8("groupBox_2"));
155 horizontalLayout
= new QHBoxLayout(groupBox_2
);
156 horizontalLayout
->setSpacing(6);
157 horizontalLayout
->setContentsMargins(11, 11, 11, 11);
158 horizontalLayout
->setObjectName(QString::fromUtf8("horizontalLayout"));
159 pushButtonRL
= new QPushButton(groupBox_2
);
160 pushButtonRL
->setObjectName(QString::fromUtf8("pushButtonRL"));
162 horizontalLayout
->addWidget(pushButtonRL
);
164 pushButtonRC
= new QPushButton(groupBox_2
);
165 pushButtonRC
->setObjectName(QString::fromUtf8("pushButtonRC"));
167 horizontalLayout
->addWidget(pushButtonRC
);
169 pushButtonRR
= new QPushButton(groupBox_2
);
170 pushButtonRR
->setObjectName(QString::fromUtf8("pushButtonRR"));
172 horizontalLayout
->addWidget(pushButtonRR
);
175 verticalLayout_3
->addWidget(groupBox_2
);
177 groupBox_3
= new QGroupBox(widget
);
178 groupBox_3
->setObjectName(QString::fromUtf8("groupBox_3"));
179 verticalLayout
= new QVBoxLayout(groupBox_3
);
180 verticalLayout
->setSpacing(6);
181 verticalLayout
->setContentsMargins(11, 11, 11, 11);
182 verticalLayout
->setObjectName(QString::fromUtf8("verticalLayout"));
183 horizontalLayout_3
= new QHBoxLayout();
184 horizontalLayout_3
->setSpacing(6);
185 horizontalLayout_3
->setObjectName(QString::fromUtf8("horizontalLayout_3"));
186 pushButtonZoomP
= new QPushButton(groupBox_3
);
187 pushButtonZoomP
->setObjectName(QString::fromUtf8("pushButtonZoomP"));
189 horizontalLayout_3
->addWidget(pushButtonZoomP
);
191 pushButtonZoomM
= new QPushButton(groupBox_3
);
192 pushButtonZoomM
->setObjectName(QString::fromUtf8("pushButtonZoomM"));
194 horizontalLayout_3
->addWidget(pushButtonZoomM
);
197 verticalLayout
->addLayout(horizontalLayout_3
);
199 verticalLayout_2
= new QVBoxLayout();
200 verticalLayout_2
->setSpacing(6);
201 verticalLayout_2
->setObjectName(QString::fromUtf8("verticalLayout_2"));
202 label_4
= new QLabel(groupBox_3
);
203 label_4
->setObjectName(QString::fromUtf8("label_4"));
204 label_4
->setAlignment(Qt::AlignCenter
);
206 verticalLayout_2
->addWidget(label_4
);
209 verticalLayout
->addLayout(verticalLayout_2
);
211 doubleSpinBox
= new QDoubleSpinBox(groupBox_3
);
212 doubleSpinBox
->setObjectName(QString::fromUtf8("doubleSpinBox"));
213 doubleSpinBox
->setSingleStep(0.1);
214 doubleSpinBox
->setValue(1);
216 verticalLayout
->addWidget(doubleSpinBox
);
218 label_5
= new QLabel(groupBox_3
);
219 label_5
->setObjectName(QString::fromUtf8("label_5"));
220 label_5
->setAlignment(Qt::AlignCenter
);
222 verticalLayout
->addWidget(label_5
);
224 groupBox_4
= new QGroupBox(groupBox_3
);
225 groupBox_4
->setObjectName(QString::fromUtf8("groupBox_4"));
226 verticalLayout_7
= new QVBoxLayout(groupBox_4
);
227 verticalLayout_7
->setSpacing(6);
228 verticalLayout_7
->setContentsMargins(11, 11, 11, 11);
229 verticalLayout_7
->setObjectName(QString::fromUtf8("verticalLayout_7"));
230 checkBox
= new QCheckBox(groupBox_4
);
231 checkBox
->setObjectName(QString::fromUtf8("checkBox"));
232 checkBox
->setChecked(true);
234 verticalLayout_7
->addWidget(checkBox
);
236 checkBox_2
= new QCheckBox(groupBox_4
);
237 checkBox_2
->setObjectName(QString::fromUtf8("checkBox_2"));
239 verticalLayout_7
->addWidget(checkBox_2
);
241 pushButton
= new QPushButton(groupBox_4
);
242 pushButton
->setObjectName(QString::fromUtf8("pushButton"));
244 verticalLayout_7
->addWidget(pushButton
);
247 verticalLayout
->addWidget(groupBox_4
);
250 verticalLayout_3
->addWidget(groupBox_3
);
253 verticalLayout_4
->addLayout(verticalLayout_3
);
255 MainWindow
->setCentralWidget(centralWidget
);
256 menuBar
= new QMenuBar(MainWindow
);
257 menuBar
->setObjectName(QString::fromUtf8("menuBar"));
258 menuBar
->setGeometry(QRect(0, 0, 524, 21));
259 MainWindow
->setMenuBar(menuBar
);
260 mainToolBar
= new QToolBar(MainWindow
);
261 mainToolBar
->setObjectName(QString::fromUtf8("mainToolBar"));
262 MainWindow
->addToolBar(Qt::TopToolBarArea
, mainToolBar
);
263 statusBar
= new QStatusBar(MainWindow
);
264 statusBar
->setObjectName(QString::fromUtf8("statusBar"));
265 MainWindow
->setStatusBar(statusBar
);
267 retranslateUi(MainWindow
);
269 QMetaObject::connectSlotsByName(MainWindow
);
272 void retranslateUi(QMainWindow
*MainWindow
)
274 MainWindow
->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8
));
275 groupBox_5
->setTitle(QApplication::translate("MainWindow", "MapType", 0, QApplication::UnicodeUTF8
));
276 label_2
->setText(QApplication::translate("MainWindow", "TextLabel", 0, QApplication::UnicodeUTF8
));
277 pushButton_2
->setText(QApplication::translate("MainWindow", "PushButton", 0, QApplication::UnicodeUTF8
));
278 groupBox
->setTitle(QApplication::translate("MainWindow", "Goto Place", 0, QApplication::UnicodeUTF8
));
279 pushButtonGO
->setText(QApplication::translate("MainWindow", "GO", 0, QApplication::UnicodeUTF8
));
280 label
->setText(QApplication::translate("MainWindow", "GeoCoderStatusCode", 0, QApplication::UnicodeUTF8
));
281 groupBox_2
->setTitle(QApplication::translate("MainWindow", "Rotate", 0, QApplication::UnicodeUTF8
));
282 pushButtonRL
->setText(QApplication::translate("MainWindow", "Left", 0, QApplication::UnicodeUTF8
));
283 pushButtonRC
->setText(QApplication::translate("MainWindow", "Center", 0, QApplication::UnicodeUTF8
));
284 pushButtonRR
->setText(QApplication::translate("MainWindow", "Right", 0, QApplication::UnicodeUTF8
));
285 groupBox_3
->setTitle(QApplication::translate("MainWindow", "Zoom", 0, QApplication::UnicodeUTF8
));
286 pushButtonZoomP
->setText(QApplication::translate("MainWindow", "+", 0, QApplication::UnicodeUTF8
));
287 pushButtonZoomM
->setText(QApplication::translate("MainWindow", "-", 0, QApplication::UnicodeUTF8
));
288 label_4
->setText(QApplication::translate("MainWindow", "ZoomIncrement", 0, QApplication::UnicodeUTF8
));
289 label_5
->setText(QApplication::translate("MainWindow", "CurrentZoom=", 0, QApplication::UnicodeUTF8
));
290 groupBox_4
->setTitle(QApplication::translate("MainWindow", "Misc", 0, QApplication::UnicodeUTF8
));
291 checkBox
->setText(QApplication::translate("MainWindow", "ShowGridLines", 0, QApplication::UnicodeUTF8
));
292 checkBox_2
->setText(QApplication::translate("MainWindow", "UseOpenGL", 0, QApplication::UnicodeUTF8
));
293 pushButton
->setText(QApplication::translate("MainWindow", "ReloadMap", 0, QApplication::UnicodeUTF8
));
298 class MainWindow
: public Ui_MainWindow
{};
303 #endif // UI_MAINWINDOW_H