Preferences/ConfigurationPages/QtPage.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
65 65
66 def __updateQt4Sample(self): 66 def __updateQt4Sample(self):
67 """ 67 """
68 Private slot to update the Qt4 tools sample label. 68 Private slot to update the Qt4 tools sample label.
69 """ 69 """
70 self.qt4SampleLabel.setText("Sample: {0}designer{1}"\ 70 self.qt4SampleLabel.setText("Sample: {0}designer{1}"
71 .format(self.qt4PrefixEdit.text(), 71 .format(self.qt4PrefixEdit.text(),
72 self.qt4PostfixEdit.text())) 72 self.qt4PostfixEdit.text()))
73 73
74 @pyqtSlot(str) 74 @pyqtSlot(str)
75 def on_qt4PrefixEdit_textChanged(self, txt): 75 def on_qt4PrefixEdit_textChanged(self, txt):

eric ide

mercurial