1
1
# -*- coding: utf-8 -*-
2
2
3
- # Form implementation generated from reading ui file 'python/plugins/processing/ui/ widgetNumberInput.ui'
3
+ # Form implementation generated from reading ui file 'widgetNumberInput.ui'
4
4
#
5
- # Created: Wed Oct 9 19:20:54 2013
6
- # by: PyQt4 UI code generator 4.9.1
5
+ # Created: Thu May 15 14:48:14 2014
6
+ # by: PyQt4 UI code generator 4.9.6
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
9
9
12
12
try :
13
13
_fromUtf8 = QtCore .QString .fromUtf8
14
14
except AttributeError :
15
- _fromUtf8 = lambda s : s
15
+ def _fromUtf8 (s ):
16
+ return s
17
+
18
+ try :
19
+ _encoding = QtGui .QApplication .UnicodeUTF8
20
+ def _translate (context , text , disambig ):
21
+ return QtGui .QApplication .translate (context , text , disambig , _encoding )
22
+ except AttributeError :
23
+ def _translate (context , text , disambig ):
24
+ return QtGui .QApplication .translate (context , text , disambig )
16
25
17
26
class Ui_widgetNumberInput (object ):
18
27
def setupUi (self , widgetNumberInput ):
19
28
widgetNumberInput .setObjectName (_fromUtf8 ("widgetNumberInput" ))
20
- widgetNumberInput .resize (189 , 28 )
29
+ widgetNumberInput .resize (205 , 49 )
21
30
self .horizontalLayout_2 = QtGui .QHBoxLayout (widgetNumberInput )
22
- self .horizontalLayout_2 .setContentsMargins (0 , 0 , 0 , 2 )
31
+ self .horizontalLayout_2 .setSpacing (0 )
32
+ self .horizontalLayout_2 .setMargin (0 )
23
33
self .horizontalLayout_2 .setObjectName (_fromUtf8 ("horizontalLayout_2" ))
24
34
self .horizontalLayout = QtGui .QHBoxLayout ()
25
35
self .horizontalLayout .setSpacing (2 )
@@ -39,7 +49,7 @@ def setupUi(self, widgetNumberInput):
39
49
QtCore .QMetaObject .connectSlotsByName (widgetNumberInput )
40
50
41
51
def retranslateUi (self , widgetNumberInput ):
42
- widgetNumberInput .setWindowTitle (QtGui . QApplication . translate ("widgetNumberInput" , "Form" , None , QtGui . QApplication . UnicodeUTF8 ))
43
- self .btnCalc .setToolTip (QtGui . QApplication . translate ("widgetNumberInput" , "Open number input dialog" , None , QtGui . QApplication . UnicodeUTF8 ))
44
- self .btnCalc .setText (QtGui . QApplication . translate ("widgetNumberInput" , "..." , None , QtGui . QApplication . UnicodeUTF8 ))
52
+ widgetNumberInput .setWindowTitle (_translate ("widgetNumberInput" , "Form" , None ))
53
+ self .btnCalc .setToolTip (_translate ("widgetNumberInput" , "Open number input dialog" , None ))
54
+ self .btnCalc .setText (_translate ("widgetNumberInput" , "..." , None ))
45
55
0 commit comments