# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'qgislitepy.ui' # # Created: Thu Feb 14 20:17:36 2008 # by: PyQt4 UI code generator 4.3.3 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_QGISLitePythonWin(object): def setupUi(self, QGISLitePythonWin): QGISLitePythonWin.setObjectName("QGISLitePythonWin") QGISLitePythonWin.resize(QtCore.QSize(QtCore.QRect(0,0,600,476).size()).expandedTo(QGISLitePythonWin.minimumSizeHint())) QGISLitePythonWin.setWindowIcon(QtGui.QIcon(":/images/qgis_lite_24x24.png")) self.vboxlayout = QtGui.QVBoxLayout(QGISLitePythonWin) self.vboxlayout.setObjectName("vboxlayout") self.textWidget = QtGui.QWidget(QGISLitePythonWin) self.textWidget.setObjectName("textWidget") self.gridlayout = QtGui.QGridLayout(self.textWidget) self.gridlayout.setObjectName("gridlayout") self.vboxlayout.addWidget(self.textWidget) self.commandWidget = QtGui.QWidget(QGISLitePythonWin) self.commandWidget.setMaximumSize(QtCore.QSize(16777215,40)) self.commandWidget.setObjectName("commandWidget") self.hboxlayout = QtGui.QHBoxLayout(self.commandWidget) self.hboxlayout.setObjectName("hboxlayout") self.pythonlabel = QtGui.QLabel(self.commandWidget) self.pythonlabel.setObjectName("pythonlabel") self.hboxlayout.addWidget(self.pythonlabel) self.vboxlayout.addWidget(self.commandWidget) self.retranslateUi(QGISLitePythonWin) QtCore.QMetaObject.connectSlotsByName(QGISLitePythonWin) def retranslateUi(self, QGISLitePythonWin): QGISLitePythonWin.setWindowTitle(QtGui.QApplication.translate("QGISLitePythonWin", "QGISLite - Python Console", None, QtGui.QApplication.UnicodeUTF8)) self.pythonlabel.setText(QtGui.QApplication.translate("QGISLitePythonWin", ">>>", None, QtGui.QApplication.UnicodeUTF8)) import qgislitepy_rc