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): |