Skip to content

Commit

Permalink
[sextante] regenerate ui and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 20, 2013
1 parent 49e8003 commit 4029cbc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/resources_rc.py
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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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

0 comments on commit 4029cbc

Please sign in to comment.