Skip to content

Commit

Permalink
Added compiled SEXTANTE ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jan 27, 2013
1 parent b290272 commit b231795
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 0 deletions.
53 changes: 53 additions & 0 deletions python/plugins/sextante/ui/ui_DlgConfig.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'DlgConfig.ui'
#
# Created: Tue Dec 04 00:31:47 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_DlgConfig(object):
def setupUi(self, DlgConfig):
DlgConfig.setObjectName(_fromUtf8("DlgConfig"))
DlgConfig.resize(640, 450)
self.verticalLayout = QtGui.QVBoxLayout(DlgConfig)
self.verticalLayout.setSpacing(2)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))

try:
from qgis.gui import QgsFilterLineEdit
self.searchBox = QgsFilterLineEdit(DlgConfig)
except ImportError:
self.searchBox = QtGui.QLineEdit(DlgConfig)
self.searchBox.setObjectName(_fromUtf8("searchBox"))
self.verticalLayout.addWidget(self.searchBox)
self.tree = QtGui.QTreeWidget(DlgConfig)
self.tree.setAlternatingRowColors(True)
self.tree.setObjectName(_fromUtf8("tree"))
self.verticalLayout.addWidget(self.tree)
self.buttonBox = QtGui.QDialogButtonBox(DlgConfig)
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
self.verticalLayout.addWidget(self.buttonBox)

self.retranslateUi(DlgConfig)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DlgConfig.accept)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DlgConfig.reject)
QtCore.QMetaObject.connectSlotsByName(DlgConfig)

def retranslateUi(self, DlgConfig):
DlgConfig.setWindowTitle(QtGui.QApplication.translate("DlgConfig", "SEXTANTE options", None, QtGui.QApplication.UnicodeUTF8))
self.searchBox.setToolTip(QtGui.QApplication.translate("DlgConfig", "Enter setting name to filter list", None, QtGui.QApplication.UnicodeUTF8))
self.tree.headerItem().setText(0, QtGui.QApplication.translate("DlgConfig", "Setting", None, QtGui.QApplication.UnicodeUTF8))
self.tree.headerItem().setText(1, QtGui.QApplication.translate("DlgConfig", "Value", None, QtGui.QApplication.UnicodeUTF8))

80 changes: 80 additions & 0 deletions python/plugins/sextante/ui/ui_DlgHelpEdition.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'DlgHelpEdition.ui'
#
# Created: Tue Dec 04 00:32:07 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_DlgHelpEdition(object):
def setupUi(self, DlgHelpEdition):
DlgHelpEdition.setObjectName(_fromUtf8("DlgHelpEdition"))
DlgHelpEdition.resize(600, 460)
self.verticalLayout_3 = QtGui.QVBoxLayout(DlgHelpEdition)
self.verticalLayout_3.setSpacing(2)
self.verticalLayout_3.setMargin(0)
self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3"))
self.splitter_2 = QtGui.QSplitter(DlgHelpEdition)
self.splitter_2.setOrientation(QtCore.Qt.Vertical)
self.splitter_2.setObjectName(_fromUtf8("splitter_2"))
self.webView = QtWebKit.QWebView(self.splitter_2)
self.webView.setUrl(QtCore.QUrl(_fromUtf8("about:blank")))
self.webView.setObjectName(_fromUtf8("webView"))
self.splitter = QtGui.QSplitter(self.splitter_2)
self.splitter.setOrientation(QtCore.Qt.Horizontal)
self.splitter.setObjectName(_fromUtf8("splitter"))
self.widget = QtGui.QWidget(self.splitter)
self.widget.setObjectName(_fromUtf8("widget"))
self.verticalLayout = QtGui.QVBoxLayout(self.widget)
self.verticalLayout.setSpacing(2)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.label = QtGui.QLabel(self.widget)
self.label.setObjectName(_fromUtf8("label"))
self.verticalLayout.addWidget(self.label)
self.tree = QtGui.QTreeWidget(self.widget)
self.tree.setMinimumSize(QtCore.QSize(0, 200))
self.tree.setAlternatingRowColors(True)
self.tree.setObjectName(_fromUtf8("tree"))
self.tree.headerItem().setText(0, _fromUtf8("1"))
self.tree.header().setVisible(False)
self.verticalLayout.addWidget(self.tree)
self.widget1 = QtGui.QWidget(self.splitter)
self.widget1.setObjectName(_fromUtf8("widget1"))
self.verticalLayout_2 = QtGui.QVBoxLayout(self.widget1)
self.verticalLayout_2.setSpacing(2)
self.verticalLayout_2.setMargin(0)
self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
self.lblDescription = QtGui.QLabel(self.widget1)
self.lblDescription.setObjectName(_fromUtf8("lblDescription"))
self.verticalLayout_2.addWidget(self.lblDescription)
self.text = QtGui.QTextEdit(self.widget1)
self.text.setMinimumSize(QtCore.QSize(0, 200))
self.text.setObjectName(_fromUtf8("text"))
self.verticalLayout_2.addWidget(self.text)
self.verticalLayout_3.addWidget(self.splitter_2)
self.buttonBox = QtGui.QDialogButtonBox(DlgHelpEdition)
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
self.verticalLayout_3.addWidget(self.buttonBox)

self.retranslateUi(DlgHelpEdition)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DlgHelpEdition.accept)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DlgHelpEdition.reject)
QtCore.QMetaObject.connectSlotsByName(DlgHelpEdition)

def retranslateUi(self, DlgHelpEdition):
DlgHelpEdition.setWindowTitle(QtGui.QApplication.translate("DlgHelpEdition", "Help editor", None, QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("DlgHelpEdition", "Select element to edit", None, QtGui.QApplication.UnicodeUTF8))
self.lblDescription.setText(QtGui.QApplication.translate("DlgHelpEdition", "Element description", None, QtGui.QApplication.UnicodeUTF8))

from PyQt4 import QtWebKit
49 changes: 49 additions & 0 deletions python/plugins/sextante/ui/ui_DlgHistory.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'DlgHistory.ui'
#
# Created: Tue Dec 04 00:32:20 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_DlgHistory(object):
def setupUi(self, DlgHistory):
DlgHistory.setObjectName(_fromUtf8("DlgHistory"))
DlgHistory.resize(532, 377)
self.verticalLayout = QtGui.QVBoxLayout(DlgHistory)
self.verticalLayout.setSpacing(2)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.splitter = QtGui.QSplitter(DlgHistory)
self.splitter.setOrientation(QtCore.Qt.Vertical)
self.splitter.setObjectName(_fromUtf8("splitter"))
self.tree = QtGui.QTreeWidget(self.splitter)
self.tree.setObjectName(_fromUtf8("tree"))
self.tree.headerItem().setText(0, _fromUtf8("1"))
self.tree.header().setVisible(False)
self.text = QtGui.QTextEdit(self.splitter)
self.text.setReadOnly(True)
self.text.setObjectName(_fromUtf8("text"))
self.verticalLayout.addWidget(self.splitter)
self.buttonBox = QtGui.QDialogButtonBox(DlgHistory)
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Close)
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
self.verticalLayout.addWidget(self.buttonBox)

self.retranslateUi(DlgHistory)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DlgHistory.accept)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DlgHistory.reject)
QtCore.QMetaObject.connectSlotsByName(DlgHistory)

def retranslateUi(self, DlgHistory):
DlgHistory.setWindowTitle(QtGui.QApplication.translate("DlgHistory", "History and log", None, QtGui.QApplication.UnicodeUTF8))

97 changes: 97 additions & 0 deletions python/plugins/sextante/ui/ui_DlgModeler.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'DlgModeler.ui'
#
# Created: Thu Dec 13 18:41:08 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_DlgModeler(object):
def setupUi(self, DlgModeler):
DlgModeler.setObjectName(_fromUtf8("DlgModeler"))
DlgModeler.resize(1000, 600)
self.verticalLayout = QtGui.QVBoxLayout(DlgModeler)
self.verticalLayout.setSpacing(2)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.splitter = QtGui.QSplitter(DlgModeler)
self.splitter.setOrientation(QtCore.Qt.Horizontal)
self.splitter.setObjectName(_fromUtf8("splitter"))
self.tabWidget = QtGui.QTabWidget(self.splitter)
self.tabWidget.setObjectName(_fromUtf8("tabWidget"))
self.tab = QtGui.QWidget()
self.tab.setObjectName(_fromUtf8("tab"))
self.verticalLayout_2 = QtGui.QVBoxLayout(self.tab)
self.verticalLayout_2.setSpacing(2)
self.verticalLayout_2.setMargin(0)
self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
self.inputsTree = QtGui.QTreeWidget(self.tab)
self.inputsTree.setAlternatingRowColors(True)
self.inputsTree.setObjectName(_fromUtf8("inputsTree"))
self.inputsTree.header().setVisible(False)
self.verticalLayout_2.addWidget(self.inputsTree)
self.tabWidget.addTab(self.tab, _fromUtf8(""))
self.tab_2 = QtGui.QWidget()
self.tab_2.setObjectName(_fromUtf8("tab_2"))
self.verticalLayout_3 = QtGui.QVBoxLayout(self.tab_2)
self.verticalLayout_3.setSpacing(2)
self.verticalLayout_3.setMargin(0)
self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3"))
try:
from qgis.gui import QgsFilterLineEdit
self.searchBox = QgsFilterLineEdit(self.tab_2)
except ImportError:
self.searchBox = QtGui.QLineEdit(self.tab_2)
self.searchBox.setObjectName(_fromUtf8("searchBox"))
self.verticalLayout_3.addWidget(self.searchBox)
self.algorithmTree = QtGui.QTreeWidget(self.tab_2)
self.algorithmTree.setAlternatingRowColors(True)
self.algorithmTree.setObjectName(_fromUtf8("algorithmTree"))
self.algorithmTree.header().setVisible(False)
self.verticalLayout_3.addWidget(self.algorithmTree)
self.tabWidget.addTab(self.tab_2, _fromUtf8(""))
self.widget = QtGui.QWidget(self.splitter)
self.widget.setObjectName(_fromUtf8("widget"))
self.gridLayout = QtGui.QGridLayout(self.widget)
self.gridLayout.setSpacing(2)
self.gridLayout.setMargin(0)
self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
self.textName = QtGui.QLineEdit(self.widget)
self.textName.setObjectName(_fromUtf8("textName"))
self.gridLayout.addWidget(self.textName, 0, 0, 1, 1)
self.textGroup = QtGui.QLineEdit(self.widget)
self.textGroup.setObjectName(_fromUtf8("textGroup"))
self.gridLayout.addWidget(self.textGroup, 0, 1, 1, 1)
self.view = QtGui.QGraphicsView(self.widget)
self.view.setObjectName(_fromUtf8("view"))
self.gridLayout.addWidget(self.view, 1, 0, 1, 2)
self.verticalLayout.addWidget(self.splitter)
self.buttonBox = QtGui.QDialogButtonBox(DlgModeler)
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Close)
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
self.verticalLayout.addWidget(self.buttonBox)

self.retranslateUi(DlgModeler)
self.tabWidget.setCurrentIndex(0)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DlgModeler.accept)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DlgModeler.reject)
QtCore.QMetaObject.connectSlotsByName(DlgModeler)

def retranslateUi(self, DlgModeler):
DlgModeler.setWindowTitle(QtGui.QApplication.translate("DlgModeler", "SEXTANTE modeler", None, QtGui.QApplication.UnicodeUTF8))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QtGui.QApplication.translate("DlgModeler", "Inputs", None, QtGui.QApplication.UnicodeUTF8))
self.searchBox.setToolTip(QtGui.QApplication.translate("DlgModeler", "Enter algorithm name to filter list", None, QtGui.QApplication.UnicodeUTF8))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QtGui.QApplication.translate("DlgModeler", "Algorithms", None, QtGui.QApplication.UnicodeUTF8))
self.textName.setToolTip(QtGui.QApplication.translate("DlgModeler", "Enter model name here", None, QtGui.QApplication.UnicodeUTF8))
self.textGroup.setToolTip(QtGui.QApplication.translate("DlgModeler", "Enter group name here", None, QtGui.QApplication.UnicodeUTF8))


52 changes: 52 additions & 0 deletions python/plugins/sextante/ui/ui_DlgResults.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'DlgResults.ui'
#
# Created: Tue Dec 04 00:32:44 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_DlgResults(object):
def setupUi(self, DlgResults):
DlgResults.setObjectName(_fromUtf8("DlgResults"))
DlgResults.resize(623, 515)
self.verticalLayout = QtGui.QVBoxLayout(DlgResults)
self.verticalLayout.setSpacing(2)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.splitter = QtGui.QSplitter(DlgResults)
self.splitter.setOrientation(QtCore.Qt.Horizontal)
self.splitter.setObjectName(_fromUtf8("splitter"))
self.tree = QtGui.QTreeWidget(self.splitter)
self.tree.setMinimumSize(QtCore.QSize(0, 0))
self.tree.setObjectName(_fromUtf8("tree"))
self.tree.headerItem().setText(0, _fromUtf8("1"))
self.tree.header().setVisible(False)
self.webView = QtWebKit.QWebView(self.splitter)
self.webView.setMinimumSize(QtCore.QSize(0, 0))
self.webView.setUrl(QtCore.QUrl(_fromUtf8("about:blank")))
self.webView.setObjectName(_fromUtf8("webView"))
self.verticalLayout.addWidget(self.splitter)
self.buttonBox = QtGui.QDialogButtonBox(DlgResults)
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Close)
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
self.verticalLayout.addWidget(self.buttonBox)

self.retranslateUi(DlgResults)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DlgResults.accept)
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DlgResults.reject)
QtCore.QMetaObject.connectSlotsByName(DlgResults)

def retranslateUi(self, DlgResults):
DlgResults.setWindowTitle(QtGui.QApplication.translate("DlgResults", "Results", None, QtGui.QApplication.UnicodeUTF8))

from PyQt4 import QtWebKit
53 changes: 53 additions & 0 deletions python/plugins/sextante/ui/ui_SextanteToolbox.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'SextanteToolbox.ui'
#
# Created: Tue Dec 04 00:33:09 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_SextanteToolbox(object):
def setupUi(self, SextanteToolbox):
SextanteToolbox.setObjectName(_fromUtf8("SextanteToolbox"))
SextanteToolbox.resize(225, 444)
self.dockWidgetContents = QtGui.QWidget()
self.dockWidgetContents.setObjectName(_fromUtf8("dockWidgetContents"))
self.verticalLayout = QtGui.QVBoxLayout(self.dockWidgetContents)
self.verticalLayout.setSpacing(2)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.externalAppsButton = QtGui.QPushButton(self.dockWidgetContents)
self.externalAppsButton.setObjectName(_fromUtf8("externalAppsButton"))
self.verticalLayout.addWidget(self.externalAppsButton)
try:
from qgis.gui import QgsFilterLineEdit
self.searchBox = QgsFilterLineEdit(self.dockWidgetContents)
except ImportError:
self.searchBox = QtGui.QLineEdit(self.dockWidgetContents)
self.searchBox.setObjectName(_fromUtf8("searchBox"))
self.verticalLayout.addWidget(self.searchBox)
self.algorithmTree = QtGui.QTreeWidget(self.dockWidgetContents)
self.algorithmTree.setContextMenuPolicy(QtCore.Qt.CustomContextMenu)
self.algorithmTree.setHeaderHidden(True)
self.algorithmTree.setObjectName(_fromUtf8("algorithmTree"))
self.algorithmTree.headerItem().setText(0, _fromUtf8("1"))
self.verticalLayout.addWidget(self.algorithmTree)
SextanteToolbox.setWidget(self.dockWidgetContents)

self.retranslateUi(SextanteToolbox)
QtCore.QMetaObject.connectSlotsByName(SextanteToolbox)

def retranslateUi(self, SextanteToolbox):
SextanteToolbox.setWindowTitle(QtGui.QApplication.translate("SextanteToolbox", "SEXTANTE Toolbox", None, QtGui.QApplication.UnicodeUTF8))
self.externalAppsButton.setText(QtGui.QApplication.translate("SextanteToolbox", "Click here to configure\n"
"additional algorithm providers", None, QtGui.QApplication.UnicodeUTF8))
self.searchBox.setToolTip(QtGui.QApplication.translate("SextanteToolbox", "Enter algorithm name to filter list", None, QtGui.QApplication.UnicodeUTF8))

0 comments on commit b231795

Please sign in to comment.