1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
| # -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'C:\Python25\Lib\site-packages\PyQt4\MR-MyUis\ui_MyList.ui'
#
# Created: Mon Mar 16 18:08:18 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
class Ui_dialog(object):
def setupUi(self, dialog):
dialog.setObjectName("dialog")
dialog.resize(444, 457)
self.groupBox = QtGui.QGroupBox(dialog)
self.groupBox.setGeometry(QtCore.QRect(20, 10, 221, 80))
self.groupBox.setObjectName("groupBox")
self.label_6 = QtGui.QLabel(self.groupBox)
self.label_6.setGeometry(QtCore.QRect(10, 20, 181, 17))
self.label_6.setObjectName("label_6")
self.bt_inputFile = QtGui.QPushButton(self.groupBox)
self.bt_inputFile.setGeometry(QtCore.QRect(180, 20, 21, 16))
self.bt_inputFile.setBaseSize(QtCore.QSize(20, 20))
self.bt_inputFile.setObjectName("bt_inputFile")
self.label_7 = QtGui.QLabel(self.groupBox)
self.label_7.setGeometry(QtCore.QRect(10, 50, 191, 17))
self.label_7.setObjectName("label_7")
self.bt_outputFile = QtGui.QPushButton(self.groupBox)
self.bt_outputFile.setGeometry(QtCore.QRect(180, 50, 21, 16))
self.bt_outputFile.setObjectName("bt_outputFile")
self.groupBox_3 = QtGui.QGroupBox(dialog)
self.groupBox_3.setGeometry(QtCore.QRect(10, 140, 421, 261))
self.groupBox_3.setObjectName("groupBox_3")
self.treeWidget = QtGui.QTreeWidget(self.groupBox_3)
self.treeWidget.setGeometry(QtCore.QRect(30, 30, 219, 211))
self.treeWidget.setAutoScroll(False)
self.treeWidget.setObjectName("treeWidget")
self.txt_color = QtGui.QTextEdit(self.groupBox_3)
self.txt_color.setGeometry(QtCore.QRect(290, 50, 71, 21))
self.txt_color.setObjectName("txt_color")
self.label_4 = QtGui.QLabel(self.groupBox_3)
self.label_4.setGeometry(QtCore.QRect(290, 30, 99, 16))
self.label_4.setObjectName("label_4")
self.comboBox_3 = QtGui.QComboBox(self.groupBox_3)
self.comboBox_3.setGeometry(QtCore.QRect(290, 100, 99, 20))
self.comboBox_3.setObjectName("comboBox_3")
self.comboBox_3.addItem(QtCore.QString())
self.comboBox_3.addItem(QtCore.QString())
self.label_5 = QtGui.QLabel(self.groupBox_3)
self.label_5.setGeometry(QtCore.QRect(290, 80, 99, 16))
self.label_5.setObjectName("label_5")
self.bt_ChooseColor = QtGui.QPushButton(self.groupBox_3)
self.bt_ChooseColor.setGeometry(QtCore.QRect(370, 50, 21, 20))
self.bt_ChooseColor.setObjectName("bt_ChooseColor")
self.bt_applycolor = QtGui.QPushButton(self.groupBox_3)
self.bt_applycolor.setGeometry(QtCore.QRect(300, 150, 75, 23))
self.bt_applycolor.setObjectName("bt_applycolor")
self.pushButton_3 = QtGui.QPushButton(dialog)
self.pushButton_3.setGeometry(QtCore.QRect(150, 420, 141, 23))
self.pushButton_3.setObjectName("pushButton_3")
self.groupBox_2 = QtGui.QGroupBox(dialog)
self.groupBox_2.setGeometry(QtCore.QRect(251, 10, 181, 121))
self.groupBox_2.setObjectName("groupBox_2")
self.label = QtGui.QLabel(self.groupBox_2)
self.label.setGeometry(QtCore.QRect(10, 20, 158, 16))
self.label.setObjectName("label")
self.comboBox_2 = QtGui.QComboBox(self.groupBox_2)
self.comboBox_2.setGeometry(QtCore.QRect(10, 40, 158, 20))
self.comboBox_2.setObjectName("comboBox_2")
self.label_2 = QtGui.QLabel(self.groupBox_2)
self.label_2.setGeometry(QtCore.QRect(10, 70, 158, 16))
self.label_2.setObjectName("label_2")
self.splitter = QtGui.QSplitter(self.groupBox_2)
self.splitter.setGeometry(QtCore.QRect(10, 90, 158, 20))
self.splitter.setOrientation(QtCore.Qt.Horizontal)
self.splitter.setObjectName("splitter")
self.comboBox = QtGui.QComboBox(self.splitter)
self.comboBox.setObjectName("comboBox")
self.comboBox.addItem(QtCore.QString())
self.comboBox.addItem(QtCore.QString())
self.spinBox = QtGui.QSpinBox(self.splitter)
self.spinBox.setObjectName("spinBox")
self.retranslateUi(dialog)
QtCore.QMetaObject.connectSlotsByName(dialog)
def retranslateUi(self, dialog):
dialog.setWindowTitle(QtGui.QApplication.translate("dialog", "myListofValues", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox.setTitle(QtGui.QApplication.translate("dialog", "Files", None, QtGui.QApplication.UnicodeUTF8))
self.label_6.setText(QtGui.QApplication.translate("dialog", "Input ShapeFile", None, QtGui.QApplication.UnicodeUTF8))
self.bt_inputFile.setText(QtGui.QApplication.translate("dialog", "...", None, QtGui.QApplication.UnicodeUTF8))
self.label_7.setText(QtGui.QApplication.translate("dialog", "OutPut KML File", None, QtGui.QApplication.UnicodeUTF8))
self.bt_outputFile.setText(QtGui.QApplication.translate("dialog", "...", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox_3.setTitle(QtGui.QApplication.translate("dialog", "Styles", None, QtGui.QApplication.UnicodeUTF8))
self.treeWidget.headerItem().setText(0, QtGui.QApplication.translate("dialog", "valeur", None, QtGui.QApplication.UnicodeUTF8))
self.treeWidget.headerItem().setText(1, QtGui.QApplication.translate("dialog", "color", None, QtGui.QApplication.UnicodeUTF8))
self.treeWidget.headerItem().setText(2, QtGui.QApplication.translate("dialog", "color mode", None, QtGui.QApplication.UnicodeUTF8))
self.label_4.setText(QtGui.QApplication.translate("dialog", "Color", None, QtGui.QApplication.UnicodeUTF8))
self.comboBox_3.setItemText(0, QtGui.QApplication.translate("dialog", "normal", None, QtGui.QApplication.UnicodeUTF8))
self.comboBox_3.setItemText(1, QtGui.QApplication.translate("dialog", "random", None, QtGui.QApplication.UnicodeUTF8))
self.label_5.setText(QtGui.QApplication.translate("dialog", "Color Mode", None, QtGui.QApplication.UnicodeUTF8))
self.bt_ChooseColor.setText(QtGui.QApplication.translate("dialog", "...", None, QtGui.QApplication.UnicodeUTF8))
self.bt_applycolor.setText(QtGui.QApplication.translate("dialog", "Appliquer", None, QtGui.QApplication.UnicodeUTF8))
self.pushButton_3.setText(QtGui.QApplication.translate("dialog", "Generate my KML File", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox_2.setTitle(QtGui.QApplication.translate("dialog", "Classification", None, QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("dialog", "Classification Field", None, QtGui.QApplication.UnicodeUTF8))
self.label_2.setText(QtGui.QApplication.translate("dialog", "Classification Type", None, QtGui.QApplication.UnicodeUTF8))
self.comboBox.setItemText(0, QtGui.QApplication.translate("dialog", "Unique Value", None, QtGui.QApplication.UnicodeUTF8))
self.comboBox.setItemText(1, QtGui.QApplication.translate("dialog", "Interval", None, QtGui.QApplication.UnicodeUTF8)) |
Partager