Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
from PyQt4 import QtCore, QtGui
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from sextante.parameters.Parameter import Parameter
from sextante.parameters.ParameterBoolean import ParameterBoolean
from sextante.parameters.ParameterRaster import ParameterRaster
from sextante.parameters.ParameterTable import ParameterTable
from sextante.parameters.ParameterVector import ParameterVector
from sextante.parameters.ParameterMultipleInput import ParameterMultipleInput
from sextante.parameters.ParameterNumber import ParameterNumber
from sextante.parameters.ParameterString import ParameterString
from sextante.parameters.ParameterTableField import ParameterTableField
from sextante.parameters.ParameterExtent import ParameterExtent
from processing.parameters.Parameter import Parameter
from processing.parameters.ParameterBoolean import ParameterBoolean
from processing.parameters.ParameterRaster import ParameterRaster
from processing.parameters.ParameterTable import ParameterTable
from processing.parameters.ParameterVector import ParameterVector
from processing.parameters.ParameterMultipleInput import ParameterMultipleInput
from processing.parameters.ParameterNumber import ParameterNumber
from processing.parameters.ParameterString import ParameterString
from processing.parameters.ParameterTableField import ParameterTableField
from processing.parameters.ParameterExtent import ParameterExtent


class ModelerParameterDefinitionDialog(QtGui.QDialog):
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/processing/resources_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Resource object code
#
# Created: mar 13. ago 20:38:21 2013
# by: The Resource Compiler for PyQt (Qt v4.8.4)
# Created: ?? ???. 20 11:01:03 2013
# by: The Resource Compiler for PyQt (Qt v4.8.1)
#
# WARNING! All changes made in this file will be lost!

Expand Down
6 changes: 3 additions & 3 deletions python/plugins/processing/ui/ui_DlgConfig.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'D:/src/qgis/python/plugins/sextante/ui/DlgConfig.ui'
# Form implementation generated from reading ui file 'DlgConfig.ui'
#
# Created: Tue Jul 16 01:17:49 2013
# by: PyQt4 UI code generator 4.8.3
# Created: Tue Aug 20 11:01:25 2013
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
6 changes: 3 additions & 3 deletions python/plugins/processing/ui/ui_DlgHelpEdition.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'D:/src/qgis/python/plugins/sextante/ui/DlgHelpEdition.ui'
# Form implementation generated from reading ui file 'DlgHelpEdition.ui'
#
# Created: Tue Jul 16 01:17:49 2013
# by: PyQt4 UI code generator 4.8.3
# Created: Tue Aug 20 11:01:39 2013
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
6 changes: 3 additions & 3 deletions python/plugins/processing/ui/ui_DlgHistory.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'D:/src/qgis/python/plugins/sextante/ui/DlgHistory.ui'
# Form implementation generated from reading ui file 'DlgHistory.ui'
#
# Created: Tue Jul 16 01:17:48 2013
# by: PyQt4 UI code generator 4.8.3
# Created: Tue Aug 20 11:01:50 2013
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
6 changes: 3 additions & 3 deletions python/plugins/processing/ui/ui_DlgModeler.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'D:/src/qgis/python/plugins/sextante/ui/DlgModeler.ui'
# Form implementation generated from reading ui file 'DlgModeler.ui'
#
# Created: Tue Jul 16 01:17:48 2013
# by: PyQt4 UI code generator 4.8.3
# Created: Tue Aug 20 11:02:00 2013
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
6 changes: 3 additions & 3 deletions python/plugins/processing/ui/ui_DlgResults.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'D:/src/qgis/python/plugins/sextante/ui/DlgResults.ui'
# Form implementation generated from reading ui file 'DlgResults.ui'
#
# Created: Tue Jul 16 01:17:48 2013
# by: PyQt4 UI code generator 4.8.3
# Created: Tue Aug 20 11:02:11 2013
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
8 changes: 4 additions & 4 deletions python/plugins/processing/ui/ui_ProcessingToolbox.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'D:/src/qgis/python/plugins/sextante/ui/ProcessingToolbox.ui'
# Form implementation generated from reading ui file 'ProcessingToolbox.ui'
#
# Created: Tue Jul 16 01:17:48 2013
# by: PyQt4 UI code generator 4.8.3
# Created: Tue Aug 20 11:02:22 2013
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

Expand Down Expand Up @@ -42,7 +42,7 @@ def setupUi(self, ProcessingToolbox):
QtCore.QMetaObject.connectSlotsByName(ProcessingToolbox)

def retranslateUi(self, ProcessingToolbox):
ProcessingToolbox.setWindowTitle(QtGui.QApplication.translate("ProcessingToolbox", "Toolbox", None, QtGui.QApplication.UnicodeUTF8))
ProcessingToolbox.setWindowTitle(QtGui.QApplication.translate("ProcessingToolbox", "Processing Toolbox", None, QtGui.QApplication.UnicodeUTF8))
self.searchBox.setToolTip(QtGui.QApplication.translate("ProcessingToolbox", "Enter algorithm name to filter list", None, QtGui.QApplication.UnicodeUTF8))

from qgis.gui import QgsFilterLineEdit