diff -r 0a02c433f52d -r 5883ce99ee12 Preferences/ConfigurationPages/QtPage.py --- a/Preferences/ConfigurationPages/QtPage.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Preferences/ConfigurationPages/QtPage.py Sun Nov 03 15:58:22 2013 +0100 @@ -67,7 +67,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()))