src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineSizesDialog.html

branch
eric7
changeset 10849
78d338b6d89f
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineSizesDialog.html	Mon Jul 15 16:40:23 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineSizesDialog.html	Tue Jul 16 15:14:23 2024 +0200
@@ -75,7 +75,7 @@
 
 <a NAME="EditorOutlineSizesDialog.__init__" ID="EditorOutlineSizesDialog.__init__"></a>
 <h4>EditorOutlineSizesDialog (Constructor)</h4>
-<b>EditorOutlineSizesDialog</b>(<i>currentWidth, defaultWidth, defaultStepSize, parent=None</i>)
+<b>EditorOutlineSizesDialog</b>(<i>currentWidth, defaultWidth, parent=None</i>)
 <p>
         Constructor
 </p>
@@ -90,10 +90,6 @@
 <dd>
 value of the default width
 </dd>
-<dt><i>defaultStepSize</i> (int)</dt>
-<dd>
-value of the step size
-</dd>
 <dt><i>parent</i> (QWidget (optional))</dt>
 <dd>
 reference to the parent widget (defaults to None)
@@ -109,13 +105,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the values of the default width and step size
+new default width value
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (int, int)
+int
 </dd>
 </dl>
 <a NAME="EditorOutlineSizesDialog.on_buttonBox_clicked" ID="EditorOutlineSizesDialog.on_buttonBox_clicked"></a>

eric ide

mercurial