Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py

changeset 2893
150de635fa29
parent 2302
f29e9405c851
child 3056
9986ec0e559a
child 3124
a01e410893ac
--- a/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py	Sat Sep 07 14:50:51 2013 +0200
+++ b/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py	Sat Sep 07 15:47:53 2013 +0200
@@ -31,8 +31,8 @@
         super().__init__(parent)
         self.setupUi(self)
         
-        self.bTest = \
-            self.buttonBox.addButton(self.trUtf8("Test"), QDialogButtonBox.ActionRole)
+        self.bTest = self.buttonBox.addButton(
+            self.trUtf8("Test"), QDialogButtonBox.ActionRole)
         
         self.font = None
         
@@ -69,8 +69,8 @@
     @pyqtSlot()
     def on_fontButton_clicked(self):
         """
-        Private slot to handle the button press to select a font via a font selection
-        dialog.
+        Private slot to handle the button press to select a font via a
+        font selection dialog.
         """
         if self.font is None:
             font, ok = QFontDialog.getFont()

eric ide

mercurial