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

branch
eric7
changeset 10849
78d338b6d89f
parent 10479
856476537696
equal deleted inserted replaced
10848:328c9a177c64 10849:78d338b6d89f
73 </table> 73 </table>
74 74
75 75
76 <a NAME="EditorOutlineSizesDialog.__init__" ID="EditorOutlineSizesDialog.__init__"></a> 76 <a NAME="EditorOutlineSizesDialog.__init__" ID="EditorOutlineSizesDialog.__init__"></a>
77 <h4>EditorOutlineSizesDialog (Constructor)</h4> 77 <h4>EditorOutlineSizesDialog (Constructor)</h4>
78 <b>EditorOutlineSizesDialog</b>(<i>currentWidth, defaultWidth, defaultStepSize, parent=None</i>) 78 <b>EditorOutlineSizesDialog</b>(<i>currentWidth, defaultWidth, parent=None</i>)
79 <p> 79 <p>
80 Constructor 80 Constructor
81 </p> 81 </p>
82 82
83 <dl> 83 <dl>
87 value of the current width 87 value of the current width
88 </dd> 88 </dd>
89 <dt><i>defaultWidth</i> (int)</dt> 89 <dt><i>defaultWidth</i> (int)</dt>
90 <dd> 90 <dd>
91 value of the default width 91 value of the default width
92 </dd>
93 <dt><i>defaultStepSize</i> (int)</dt>
94 <dd>
95 value of the step size
96 </dd> 92 </dd>
97 <dt><i>parent</i> (QWidget (optional))</dt> 93 <dt><i>parent</i> (QWidget (optional))</dt>
98 <dd> 94 <dd>
99 reference to the parent widget (defaults to None) 95 reference to the parent widget (defaults to None)
100 </dd> 96 </dd>
107 </p> 103 </p>
108 104
109 <dl> 105 <dl>
110 <dt>Return:</dt> 106 <dt>Return:</dt>
111 <dd> 107 <dd>
112 tuple containing the values of the default width and step size 108 new default width value
113 </dd> 109 </dd>
114 </dl> 110 </dl>
115 <dl> 111 <dl>
116 <dt>Return Type:</dt> 112 <dt>Return Type:</dt>
117 <dd> 113 <dd>
118 tuple of (int, int) 114 int
119 </dd> 115 </dd>
120 </dl> 116 </dl>
121 <a NAME="EditorOutlineSizesDialog.on_buttonBox_clicked" ID="EditorOutlineSizesDialog.on_buttonBox_clicked"></a> 117 <a NAME="EditorOutlineSizesDialog.on_buttonBox_clicked" ID="EditorOutlineSizesDialog.on_buttonBox_clicked"></a>
122 <h4>EditorOutlineSizesDialog.on_buttonBox_clicked</h4> 118 <h4>EditorOutlineSizesDialog.on_buttonBox_clicked</h4>
123 <b>on_buttonBox_clicked</b>(<i>button</i>) 119 <b>on_buttonBox_clicked</b>(<i>button</i>)

eric ide

mercurial