Skip to content

Commit 4029cbc

Browse files
committed
[sextante] regenerate ui and resources
1 parent 49e8003 commit 4029cbc

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

python/plugins/processing/resources_rc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

python/plugins/processing/ui/ui_DlgConfig.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

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

python/plugins/processing/ui/ui_DlgHelpEdition.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

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

python/plugins/processing/ui/ui_DlgHistory.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

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

python/plugins/processing/ui/ui_DlgModeler.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

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

python/plugins/processing/ui/ui_DlgResults.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

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

python/plugins/processing/ui/ui_ProcessingToolbox.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

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

@@ -42,7 +42,7 @@ def setupUi(self, ProcessingToolbox):
4242
QtCore.QMetaObject.connectSlotsByName(ProcessingToolbox)
4343

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

4848
from qgis.gui import QgsFilterLineEdit

0 commit comments

Comments
 (0)