# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'config.ui' # # Created: Sat Jan 31 15:48:42 2009 # by: PyQt4 UI code generator 4.4.4 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_RefMapConfigWindow(object): def setupUi(self, RefMapConfigWindow): RefMapConfigWindow.setObjectName("RefMapConfigWindow") RefMapConfigWindow.resize(738, 614) self.verticalLayout_3 = QtGui.QVBoxLayout(RefMapConfigWindow) self.verticalLayout_3.setObjectName("verticalLayout_3") self.tabWidget = QtGui.QTabWidget(RefMapConfigWindow) self.tabWidget.setEnabled(True) self.tabWidget.setObjectName("tabWidget") self.googleMapsTab = QtGui.QWidget() self.googleMapsTab.setObjectName("googleMapsTab") self.verticalLayout = QtGui.QVBoxLayout(self.googleMapsTab) self.verticalLayout.setObjectName("verticalLayout") self.widget = QtGui.QWidget(self.googleMapsTab) self.widget.setMaximumSize(QtCore.QSize(16777215, 60)) self.widget.setObjectName("widget") self.horizontalLayout_2 = QtGui.QHBoxLayout(self.widget) self.horizontalLayout_2.setObjectName("horizontalLayout_2") self.label = QtGui.QLabel(self.widget) self.label.setObjectName("label") self.horizontalLayout_2.addWidget(self.label) self.lineEdit = QtGui.QLineEdit(self.widget) self.lineEdit.setObjectName("lineEdit") self.horizontalLayout_2.addWidget(self.lineEdit) self.verticalLayout.addWidget(self.widget) self.groupBox = QtGui.QGroupBox(self.googleMapsTab) self.groupBox.setObjectName("groupBox") self.verticalLayout_2 = QtGui.QVBoxLayout(self.groupBox) self.verticalLayout_2.setObjectName("verticalLayout_2") self.checkBox = QtGui.QCheckBox(self.groupBox) self.checkBox.setChecked(True) self.checkBox.setObjectName("checkBox") self.verticalLayout_2.addWidget(self.checkBox) self.widget_2 = QtGui.QWidget(self.groupBox) self.widget_2.setObjectName("widget_2") self.horizontalLayout_3 = QtGui.QHBoxLayout(self.widget_2) self.horizontalLayout_3.setObjectName("horizontalLayout_3") self.label_2 = QtGui.QLabel(self.widget_2) self.label_2.setObjectName("label_2") self.horizontalLayout_3.addWidget(self.label_2) self.comboBox = QtGui.QComboBox(self.widget_2) self.comboBox.setObjectName("comboBox") self.comboBox.addItem(QtCore.QString()) self.comboBox.addItem(QtCore.QString()) self.comboBox.addItem(QtCore.QString()) self.comboBox.addItem(QtCore.QString()) self.horizontalLayout_3.addWidget(self.comboBox) spacerItem = QtGui.QSpacerItem(509, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) self.horizontalLayout_3.addItem(spacerItem) self.verticalLayout_2.addWidget(self.widget_2) spacerItem1 = QtGui.QSpacerItem(20, 343, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) self.verticalLayout_2.addItem(spacerItem1) self.verticalLayout.addWidget(self.groupBox) self.tabWidget.addTab(self.googleMapsTab, "") self.googleEarthTab = QtGui.QWidget() self.googleEarthTab.setEnabled(False) self.googleEarthTab.setObjectName("googleEarthTab") self.gridLayout = QtGui.QGridLayout(self.googleEarthTab) self.gridLayout.setObjectName("gridLayout") self.lineEdit_2 = QtGui.QLineEdit(self.googleEarthTab) self.lineEdit_2.setObjectName("lineEdit_2") self.gridLayout.addWidget(self.lineEdit_2, 0, 0, 1, 1) self.tabWidget.addTab(self.googleEarthTab, "") self.openLayersTab = QtGui.QWidget() self.openLayersTab.setObjectName("openLayersTab") self.verticalLayout_5 = QtGui.QVBoxLayout(self.openLayersTab) self.verticalLayout_5.setObjectName("verticalLayout_5") self.widget_3 = QtGui.QWidget(self.openLayersTab) self.widget_3.setMaximumSize(QtCore.QSize(16777215, 60)) self.widget_3.setObjectName("widget_3") self.horizontalLayout_4 = QtGui.QHBoxLayout(self.widget_3) self.horizontalLayout_4.setObjectName("horizontalLayout_4") self.label_3 = QtGui.QLabel(self.widget_3) self.label_3.setObjectName("label_3") self.horizontalLayout_4.addWidget(self.label_3) self.lineEdit_6 = QtGui.QLineEdit(self.widget_3) self.lineEdit_6.setObjectName("lineEdit_6") self.horizontalLayout_4.addWidget(self.lineEdit_6) self.verticalLayout_5.addWidget(self.widget_3) self.groupBox_2 = QtGui.QGroupBox(self.openLayersTab) self.groupBox_2.setObjectName("groupBox_2") self.verticalLayout_4 = QtGui.QVBoxLayout(self.groupBox_2) self.verticalLayout_4.setObjectName("verticalLayout_4") self.checkBox_2 = QtGui.QCheckBox(self.groupBox_2) self.checkBox_2.setChecked(True) self.checkBox_2.setObjectName("checkBox_2") self.verticalLayout_4.addWidget(self.checkBox_2) self.widget_4 = QtGui.QWidget(self.groupBox_2) self.widget_4.setObjectName("widget_4") self.horizontalLayout_5 = QtGui.QHBoxLayout(self.widget_4) self.horizontalLayout_5.setObjectName("horizontalLayout_5") self.label_4 = QtGui.QLabel(self.widget_4) self.label_4.setObjectName("label_4") self.horizontalLayout_5.addWidget(self.label_4) self.comboBox_2 = QtGui.QComboBox(self.widget_4) self.comboBox_2.setObjectName("comboBox_2") self.comboBox_2.addItem(QtCore.QString()) self.horizontalLayout_5.addWidget(self.comboBox_2) spacerItem2 = QtGui.QSpacerItem(507, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) self.horizontalLayout_5.addItem(spacerItem2) self.verticalLayout_4.addWidget(self.widget_4) spacerItem3 = QtGui.QSpacerItem(20, 328, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) self.verticalLayout_4.addItem(spacerItem3) self.verticalLayout_5.addWidget(self.groupBox_2) self.tabWidget.addTab(self.openLayersTab, "") self.virtualEarthTab = QtGui.QWidget() self.virtualEarthTab.setEnabled(False) self.virtualEarthTab.setObjectName("virtualEarthTab") self.gridLayout_2 = QtGui.QGridLayout(self.virtualEarthTab) self.gridLayout_2.setObjectName("gridLayout_2") self.lineEdit_3 = QtGui.QLineEdit(self.virtualEarthTab) self.lineEdit_3.setObjectName("lineEdit_3") self.gridLayout_2.addWidget(self.lineEdit_3, 0, 0, 1, 1) self.tabWidget.addTab(self.virtualEarthTab, "") self.yahooTab = QtGui.QWidget() self.yahooTab.setEnabled(False) self.yahooTab.setObjectName("yahooTab") self.gridLayout_3 = QtGui.QGridLayout(self.yahooTab) self.gridLayout_3.setObjectName("gridLayout_3") self.lineEdit_4 = QtGui.QLineEdit(self.yahooTab) self.lineEdit_4.setObjectName("lineEdit_4") self.gridLayout_3.addWidget(self.lineEdit_4, 0, 0, 1, 1) self.tabWidget.addTab(self.yahooTab, "") self.earthBrowserTab = QtGui.QWidget() self.earthBrowserTab.setEnabled(False) self.earthBrowserTab.setObjectName("earthBrowserTab") self.gridLayout_4 = QtGui.QGridLayout(self.earthBrowserTab) self.gridLayout_4.setObjectName("gridLayout_4") self.lineEdit_5 = QtGui.QLineEdit(self.earthBrowserTab) self.lineEdit_5.setObjectName("lineEdit_5") self.gridLayout_4.addWidget(self.lineEdit_5, 0, 0, 1, 1) self.tabWidget.addTab(self.earthBrowserTab, "") self.verticalLayout_3.addWidget(self.tabWidget) self.butonContainer = QtGui.QWidget(RefMapConfigWindow) self.butonContainer.setMaximumSize(QtCore.QSize(16777215, 60)) self.butonContainer.setObjectName("butonContainer") self.horizontalLayout = QtGui.QHBoxLayout(self.butonContainer) self.horizontalLayout.setObjectName("horizontalLayout") spacerItem4 = QtGui.QSpacerItem(130, 21, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) self.horizontalLayout.addItem(spacerItem4) self.btnOK = QtGui.QPushButton(self.butonContainer) self.btnOK.setEnabled(True) self.btnOK.setObjectName("btnOK") self.horizontalLayout.addWidget(self.btnOK) self.btnCancel = QtGui.QPushButton(self.butonContainer) self.btnCancel.setObjectName("btnCancel") self.horizontalLayout.addWidget(self.btnCancel) self.verticalLayout_3.addWidget(self.butonContainer) self.retranslateUi(RefMapConfigWindow) self.tabWidget.setCurrentIndex(0) QtCore.QMetaObject.connectSlotsByName(RefMapConfigWindow) def retranslateUi(self, RefMapConfigWindow): RefMapConfigWindow.setWindowTitle(QtGui.QApplication.translate("RefMapConfigWindow", "Reference Map Config", None, QtGui.QApplication.UnicodeUTF8)) self.label.setText(QtGui.QApplication.translate("RefMapConfigWindow", "URL::", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox.setTitle(QtGui.QApplication.translate("RefMapConfigWindow", "Options", None, QtGui.QApplication.UnicodeUTF8)) self.checkBox.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Track main map", None, QtGui.QApplication.UnicodeUTF8)) self.label_2.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Default layer", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox.setItemText(0, QtGui.QApplication.translate("RefMapConfigWindow", "Map", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox.setItemText(1, QtGui.QApplication.translate("RefMapConfigWindow", "Satellite", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox.setItemText(2, QtGui.QApplication.translate("RefMapConfigWindow", "Hybrid", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox.setItemText(3, QtGui.QApplication.translate("RefMapConfigWindow", "Terrain", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.googleMapsTab), QtGui.QApplication.translate("RefMapConfigWindow", "Google Maps", None, QtGui.QApplication.UnicodeUTF8)) self.lineEdit_2.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Not Implemented Yet", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.googleEarthTab), QtGui.QApplication.translate("RefMapConfigWindow", "Google Earth", None, QtGui.QApplication.UnicodeUTF8)) self.label_3.setText(QtGui.QApplication.translate("RefMapConfigWindow", "URL::", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox_2.setTitle(QtGui.QApplication.translate("RefMapConfigWindow", "Options", None, QtGui.QApplication.UnicodeUTF8)) self.checkBox_2.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Track main map", None, QtGui.QApplication.UnicodeUTF8)) self.label_4.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Default layer", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox_2.setItemText(0, QtGui.QApplication.translate("RefMapConfigWindow", "OSM", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.openLayersTab), QtGui.QApplication.translate("RefMapConfigWindow", "OpenLayers", None, QtGui.QApplication.UnicodeUTF8)) self.lineEdit_3.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Not Implemented Yet", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.virtualEarthTab), QtGui.QApplication.translate("RefMapConfigWindow", "Virtual Earth", None, QtGui.QApplication.UnicodeUTF8)) self.lineEdit_4.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Not Implemented Yet", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.yahooTab), QtGui.QApplication.translate("RefMapConfigWindow", "Yahoo", None, QtGui.QApplication.UnicodeUTF8)) self.lineEdit_5.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Not Implemented Yet", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.earthBrowserTab), QtGui.QApplication.translate("RefMapConfigWindow", "Earth Browser", None, QtGui.QApplication.UnicodeUTF8)) self.btnOK.setText(QtGui.QApplication.translate("RefMapConfigWindow", "OK", None, QtGui.QApplication.UnicodeUTF8)) self.btnCancel.setText(QtGui.QApplication.translate("RefMapConfigWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))