# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file '/Users/Shared/Development/gsoc/OssimPlanetSasha/gui/preference_ui.ui'
#
# Created: Fri Jul 31 10:24:51 2009
#      by: PyQt4 UI code generator 4.5
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

class Ui_Form(object):
    def setupUi(self, Form):
        Form.setObjectName("Form")
        Form.resize(383, 423)
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap(":/icons/icons/epi.gif"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        Form.setWindowIcon(icon)
        self.verticalLayout = QtGui.QVBoxLayout(Form)
        self.verticalLayout.setObjectName("verticalLayout")
        self.toolBox = QtGui.QToolBox(Form)
        self.toolBox.setObjectName("toolBox")
        self.page_5 = QtGui.QWidget()
        self.page_5.setGeometry(QtCore.QRect(0, 0, 359, 224))
        self.page_5.setObjectName("page_5")
        self.verticalLayout_5 = QtGui.QVBoxLayout(self.page_5)
        self.verticalLayout_5.setObjectName("verticalLayout_5")
        self.groupBox_2 = QtGui.QGroupBox(self.page_5)
        self.groupBox_2.setObjectName("groupBox_2")
        self.verticalLayout_10 = QtGui.QVBoxLayout(self.groupBox_2)
        self.verticalLayout_10.setObjectName("verticalLayout_10")
        self.horizontalLayout_7 = QtGui.QHBoxLayout()
        self.horizontalLayout_7.setObjectName("horizontalLayout_7")
        self.label_6 = QtGui.QLabel(self.groupBox_2)
        self.label_6.setObjectName("label_6")
        self.horizontalLayout_7.addWidget(self.label_6)
        self.selectpref = QtGui.QToolButton(self.groupBox_2)
        icon1 = QtGui.QIcon()
        icon1.addPixmap(QtGui.QPixmap(":/icons/icons/page22_1.jpg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.selectpref.setIcon(icon1)
        self.selectpref.setObjectName("selectpref")
        self.horizontalLayout_7.addWidget(self.selectpref)
        self.ossimpreference = QtGui.QLineEdit(self.groupBox_2)
        self.ossimpreference.setObjectName("ossimpreference")
        self.horizontalLayout_7.addWidget(self.ossimpreference)
        self.verticalLayout_10.addLayout(self.horizontalLayout_7)
        spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.verticalLayout_10.addItem(spacerItem)
        self.verticalLayout_5.addWidget(self.groupBox_2)
        self.toolBox.addItem(self.page_5, icon, "")
        self.page_3 = QtGui.QWidget()
        self.page_3.setGeometry(QtCore.QRect(0, 0, 359, 224))
        self.page_3.setObjectName("page_3")
        self.verticalLayout_6 = QtGui.QVBoxLayout(self.page_3)
        self.verticalLayout_6.setObjectName("verticalLayout_6")
        self.groupBox_3 = QtGui.QGroupBox(self.page_3)
        self.groupBox_3.setObjectName("groupBox_3")
        self.verticalLayout_9 = QtGui.QVBoxLayout(self.groupBox_3)
        self.verticalLayout_9.setObjectName("verticalLayout_9")
        self.horizontalLayout_6 = QtGui.QHBoxLayout()
        self.horizontalLayout_6.setObjectName("horizontalLayout_6")
        self.label_5 = QtGui.QLabel(self.groupBox_3)
        self.label_5.setObjectName("label_5")
        self.horizontalLayout_6.addWidget(self.label_5)
        self.selectgpsdevice = QtGui.QToolButton(self.groupBox_3)
        icon2 = QtGui.QIcon()
        icon2.addPixmap(QtGui.QPixmap(":/icons/icons/satellite.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.selectgpsdevice.setIcon(icon2)
        self.selectgpsdevice.setObjectName("selectgpsdevice")
        self.horizontalLayout_6.addWidget(self.selectgpsdevice)
        self.gpsdevice = QtGui.QLineEdit(self.groupBox_3)
        self.gpsdevice.setObjectName("gpsdevice")
        self.horizontalLayout_6.addWidget(self.gpsdevice)
        self.verticalLayout_9.addLayout(self.horizontalLayout_6)
        spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.verticalLayout_9.addItem(spacerItem1)
        self.verticalLayout_6.addWidget(self.groupBox_3)
        self.toolBox.addItem(self.page_3, icon2, "")
        self.page_4 = QtGui.QWidget()
        self.page_4.setGeometry(QtCore.QRect(0, 0, 359, 224))
        self.page_4.setObjectName("page_4")
        self.verticalLayout_7 = QtGui.QVBoxLayout(self.page_4)
        self.verticalLayout_7.setObjectName("verticalLayout_7")
        self.groupBox_4 = QtGui.QGroupBox(self.page_4)
        self.groupBox_4.setObjectName("groupBox_4")
        self.verticalLayout_8 = QtGui.QVBoxLayout(self.groupBox_4)
        self.verticalLayout_8.setObjectName("verticalLayout_8")
        self.horizontalLayout_5 = QtGui.QHBoxLayout()
        self.horizontalLayout_5.setObjectName("horizontalLayout_5")
        self.label_4 = QtGui.QLabel(self.groupBox_4)
        self.label_4.setObjectName("label_4")
        self.horizontalLayout_5.addWidget(self.label_4)
        self.selectgeonamesdb = QtGui.QToolButton(self.groupBox_4)
        icon3 = QtGui.QIcon()
        icon3.addPixmap(QtGui.QPixmap(":/icons/icons/db.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.selectgeonamesdb.setIcon(icon3)
        self.selectgeonamesdb.setObjectName("selectgeonamesdb")
        self.horizontalLayout_5.addWidget(self.selectgeonamesdb)
        self.geonames = QtGui.QLineEdit(self.groupBox_4)
        self.geonames.setObjectName("geonames")
        self.horizontalLayout_5.addWidget(self.geonames)
        self.verticalLayout_8.addLayout(self.horizontalLayout_5)
        spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.verticalLayout_8.addItem(spacerItem2)
        self.verticalLayout_7.addWidget(self.groupBox_4)
        self.toolBox.addItem(self.page_4, icon3, "")
        self.page = QtGui.QWidget()
        self.page.setGeometry(QtCore.QRect(0, 0, 344, 292))
        self.page.setObjectName("page")
        self.verticalLayout_2 = QtGui.QVBoxLayout(self.page)
        self.verticalLayout_2.setObjectName("verticalLayout_2")
        self.ConnectionGroupBox = QtGui.QGroupBox(self.page)
        self.ConnectionGroupBox.setObjectName("ConnectionGroupBox")
        self.verticalLayout_21 = QtGui.QVBoxLayout(self.ConnectionGroupBox)
        self.verticalLayout_21.setObjectName("verticalLayout_21")
        self.Database = QtGui.QHBoxLayout()
        self.Database.setObjectName("Database")
        self.dbVerticalLayout = QtGui.QVBoxLayout()
        self.dbVerticalLayout.setObjectName("dbVerticalLayout")
        self.label_name = QtGui.QLabel(self.ConnectionGroupBox)
        self.label_name.setObjectName("label_name")
        self.dbVerticalLayout.addWidget(self.label_name)
        self.label_host = QtGui.QLabel(self.ConnectionGroupBox)
        self.label_host.setObjectName("label_host")
        self.dbVerticalLayout.addWidget(self.label_host)
        self.label_dbname = QtGui.QLabel(self.ConnectionGroupBox)
        self.label_dbname.setObjectName("label_dbname")
        self.dbVerticalLayout.addWidget(self.label_dbname)
        self.label_port = QtGui.QLabel(self.ConnectionGroupBox)
        self.label_port.setObjectName("label_port")
        self.dbVerticalLayout.addWidget(self.label_port)
        self.label_username = QtGui.QLabel(self.ConnectionGroupBox)
        self.label_username.setObjectName("label_username")
        self.dbVerticalLayout.addWidget(self.label_username)
        self.label_password = QtGui.QLabel(self.ConnectionGroupBox)
        self.label_password.setObjectName("label_password")
        self.dbVerticalLayout.addWidget(self.label_password)
        self.Database.addLayout(self.dbVerticalLayout)
        self.DBLayout = QtGui.QVBoxLayout()
        self.DBLayout.setObjectName("DBLayout")
        self.ConnectionName = QtGui.QLineEdit(self.ConnectionGroupBox)
        self.ConnectionName.setObjectName("ConnectionName")
        self.DBLayout.addWidget(self.ConnectionName)
        self.DbHost = QtGui.QLineEdit(self.ConnectionGroupBox)
        self.DbHost.setObjectName("DbHost")
        self.DBLayout.addWidget(self.DbHost)
        self.DbName = QtGui.QLineEdit(self.ConnectionGroupBox)
        self.DbName.setObjectName("DbName")
        self.DBLayout.addWidget(self.DbName)
        self.DbPort = QtGui.QLineEdit(self.ConnectionGroupBox)
        self.DbPort.setObjectName("DbPort")
        self.DBLayout.addWidget(self.DbPort)
        self.DbUser = QtGui.QLineEdit(self.ConnectionGroupBox)
        self.DbUser.setObjectName("DbUser")
        self.DBLayout.addWidget(self.DbUser)
        self.DbPassword = QtGui.QLineEdit(self.ConnectionGroupBox)
        self.DbPassword.setEchoMode(QtGui.QLineEdit.Password)
        self.DbPassword.setObjectName("DbPassword")
        self.DBLayout.addWidget(self.DbPassword)
        self.Database.addLayout(self.DBLayout)
        self.verticalLayout_21.addLayout(self.Database)
        self.ConnectionGroupBoxhorizontalLayout = QtGui.QHBoxLayout()
        self.ConnectionGroupBoxhorizontalLayout.setObjectName("ConnectionGroupBoxhorizontalLayout")
        spacerItem3 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.ConnectionGroupBoxhorizontalLayout.addItem(spacerItem3)
        self.SaveDbSettings = QtGui.QPushButton(self.ConnectionGroupBox)
        self.SaveDbSettings.setObjectName("SaveDbSettings")
        self.ConnectionGroupBoxhorizontalLayout.addWidget(self.SaveDbSettings)
        self.verticalLayout_21.addLayout(self.ConnectionGroupBoxhorizontalLayout)
        spacerItem4 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.verticalLayout_21.addItem(spacerItem4)
        self.verticalLayout_2.addWidget(self.ConnectionGroupBox)
        icon4 = QtGui.QIcon()
        icon4.addPixmap(QtGui.QPixmap(":/icons/icons/spit.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.toolBox.addItem(self.page, icon4, "")
        self.page_2 = QtGui.QWidget()
        self.page_2.setGeometry(QtCore.QRect(0, 0, 359, 224))
        self.page_2.setObjectName("page_2")
        self.verticalLayout_4 = QtGui.QVBoxLayout(self.page_2)
        self.verticalLayout_4.setObjectName("verticalLayout_4")
        self.groupBox = QtGui.QGroupBox(self.page_2)
        self.groupBox.setObjectName("groupBox")
        self.verticalLayout_3 = QtGui.QVBoxLayout(self.groupBox)
        self.verticalLayout_3.setObjectName("verticalLayout_3")
        self.horizontalLayout = QtGui.QHBoxLayout()
        self.horizontalLayout.setObjectName("horizontalLayout")
        self.label = QtGui.QLabel(self.groupBox)
        self.label.setObjectName("label")
        self.horizontalLayout.addWidget(self.label)
        spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout.addItem(spacerItem5)
        self.hostname = QtGui.QLineEdit(self.groupBox)
        self.hostname.setObjectName("hostname")
        self.horizontalLayout.addWidget(self.hostname)
        self.verticalLayout_3.addLayout(self.horizontalLayout)
        self.horizontalLayout_2 = QtGui.QHBoxLayout()
        self.horizontalLayout_2.setObjectName("horizontalLayout_2")
        self.label_2 = QtGui.QLabel(self.groupBox)
        self.label_2.setObjectName("label_2")
        self.horizontalLayout_2.addWidget(self.label_2)
        spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_2.addItem(spacerItem6)
        self.navport = QtGui.QLineEdit(self.groupBox)
        self.navport.setObjectName("navport")
        self.horizontalLayout_2.addWidget(self.navport)
        self.verticalLayout_3.addLayout(self.horizontalLayout_2)
        self.horizontalLayout_3 = QtGui.QHBoxLayout()
        self.horizontalLayout_3.setObjectName("horizontalLayout_3")
        self.label_3 = QtGui.QLabel(self.groupBox)
        self.label_3.setObjectName("label_3")
        self.horizontalLayout_3.addWidget(self.label_3)
        spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_3.addItem(spacerItem7)
        self.dataport = QtGui.QLineEdit(self.groupBox)
        self.dataport.setObjectName("dataport")
        self.horizontalLayout_3.addWidget(self.dataport)
        self.verticalLayout_3.addLayout(self.horizontalLayout_3)
        self.horizontalLayout_4 = QtGui.QHBoxLayout()
        self.horizontalLayout_4.setObjectName("horizontalLayout_4")
        spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_4.addItem(spacerItem8)
        self.SaveTCPSettings = QtGui.QPushButton(self.groupBox)
        self.SaveTCPSettings.setObjectName("SaveTCPSettings")
        self.horizontalLayout_4.addWidget(self.SaveTCPSettings)
        self.verticalLayout_3.addLayout(self.horizontalLayout_4)
        spacerItem9 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.verticalLayout_3.addItem(spacerItem9)
        self.verticalLayout_4.addWidget(self.groupBox)
        icon5 = QtGui.QIcon()
        icon5.addPixmap(QtGui.QPixmap(":/icons/icons/keyser-tux-wifi-logo-2300.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.toolBox.addItem(self.page_2, icon5, "")
        self.verticalLayout.addWidget(self.toolBox)

        self.retranslateUi(Form)
        self.toolBox.setCurrentIndex(4)
        QtCore.QMetaObject.connectSlotsByName(Form)

    def retranslateUi(self, Form):
        Form.setWindowTitle(QtGui.QApplication.translate("Form", "Preference", None, QtGui.QApplication.UnicodeUTF8))
        self.label_6.setText(QtGui.QApplication.translate("Form", "ossim_preference", None, QtGui.QApplication.UnicodeUTF8))
        self.toolBox.setItemText(self.toolBox.indexOf(self.page_5), QtGui.QApplication.translate("Form", "Preference", None, QtGui.QApplication.UnicodeUTF8))
        self.label_5.setText(QtGui.QApplication.translate("Form", "Device", None, QtGui.QApplication.UnicodeUTF8))
        self.toolBox.setItemText(self.toolBox.indexOf(self.page_3), QtGui.QApplication.translate("Form", "GPS", None, QtGui.QApplication.UnicodeUTF8))
        self.label_4.setText(QtGui.QApplication.translate("Form", "Geonames", None, QtGui.QApplication.UnicodeUTF8))
        self.toolBox.setItemText(self.toolBox.indexOf(self.page_4), QtGui.QApplication.translate("Form", "SqLite", None, QtGui.QApplication.UnicodeUTF8))
        self.label_name.setText(QtGui.QApplication.translate("Form", "Name", None, QtGui.QApplication.UnicodeUTF8))
        self.label_host.setText(QtGui.QApplication.translate("Form", "Host", None, QtGui.QApplication.UnicodeUTF8))
        self.label_dbname.setText(QtGui.QApplication.translate("Form", "Database", None, QtGui.QApplication.UnicodeUTF8))
        self.label_port.setText(QtGui.QApplication.translate("Form", "Port", None, QtGui.QApplication.UnicodeUTF8))
        self.label_username.setText(QtGui.QApplication.translate("Form", "Username", None, QtGui.QApplication.UnicodeUTF8))
        self.label_password.setText(QtGui.QApplication.translate("Form", "Password", None, QtGui.QApplication.UnicodeUTF8))
        self.DbHost.setText(QtGui.QApplication.translate("Form", "localhost", None, QtGui.QApplication.UnicodeUTF8))
        self.DbName.setText(QtGui.QApplication.translate("Form", "gps", None, QtGui.QApplication.UnicodeUTF8))
        self.DbPort.setText(QtGui.QApplication.translate("Form", "5432", None, QtGui.QApplication.UnicodeUTF8))
        self.SaveDbSettings.setText(QtGui.QApplication.translate("Form", "OK", None, QtGui.QApplication.UnicodeUTF8))
        self.toolBox.setItemText(self.toolBox.indexOf(self.page), QtGui.QApplication.translate("Form", "Postgis", None, QtGui.QApplication.UnicodeUTF8))
        self.label.setText(QtGui.QApplication.translate("Form", "Host", None, QtGui.QApplication.UnicodeUTF8))
        self.label_2.setText(QtGui.QApplication.translate("Form", "Nav-Port", None, QtGui.QApplication.UnicodeUTF8))
        self.label_3.setText(QtGui.QApplication.translate("Form", "Data-Port", None, QtGui.QApplication.UnicodeUTF8))
        self.SaveTCPSettings.setText(QtGui.QApplication.translate("Form", "OK", None, QtGui.QApplication.UnicodeUTF8))
        self.toolBox.setItemText(self.toolBox.indexOf(self.page_2), QtGui.QApplication.translate("Form", "TCP", None, QtGui.QApplication.UnicodeUTF8))

import images_rc
