Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py

branch
Py2 comp.
changeset 3056
9986ec0e559a
parent 2525
8b507a9a2d40
parent 2893
150de635fa29
child 3142
55030c09e142
--- a/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py	Sun Sep 08 19:04:07 2013 +0200
+++ b/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py	Tue Oct 15 22:03:54 2013 +0200
@@ -42,8 +42,8 @@
         self.eDoubleTo.setValidator(
             QDoubleValidator(-2147483647, 2147483647, 99, self.eDoubleTo))
         
-        self.bTest = \
-            self.buttonBox.addButton(self.trUtf8("Test"), QDialogButtonBox.ActionRole)
+        self.bTest = self.buttonBox.addButton(
+            self.trUtf8("Test"), QDialogButtonBox.ActionRole)
         
     @pyqtSlot(bool)
     def on_rItem_toggled(self, checked):
@@ -183,7 +183,8 @@
                 self.eCaption.text(), os.linesep, istring)
             code += 'self.trUtf8("{0}"),{1}{2}'.format(
                 self.eLabel.text(), os.linesep, istring)
-            code += '{0},{1}{2}'.format(self.eVariable.text(), os.linesep, istring)
+            code += '{0},{1}{2}'.format(
+                self.eVariable.text(), os.linesep, istring)
             code += '{0:d}, {1}){2}'.format(
                 self.sCurrentItem.value(), self.cEditable.isChecked(), estring)
             

eric ide

mercurial