diff -r 58fe260e7469 -r 7ce719013078 Preferences/ConfigurationPages/QtPage.py --- a/Preferences/ConfigurationPages/QtPage.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Preferences/ConfigurationPages/QtPage.py Sat Oct 19 13:03:39 2013 +0200 @@ -65,7 +65,7 @@ """ Private slot to update the Qt4 tools sample label. """ - self.qt4SampleLabel.setText("Sample: {0}designer{1}"\ + self.qt4SampleLabel.setText("Sample: {0}designer{1}" .format(self.qt4PrefixEdit.text(), self.qt4PostfixEdit.text()))