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

branch
eric7
changeset 8780
be7aabf2acef
child 8877
548d45c3f571
equal deleted inserted replaced
8779:376b8b84a493 8780:be7aabf2acef
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.QScintilla.EditorOutlineSizesDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.QScintilla.EditorOutlineSizesDialog</h1>
10
11 <p>
12 Module implementing a dialog to change the default size settings of the Source
13 Outline pane.
14 </p>
15 <h3>Global Attributes</h3>
16
17 <table>
18 <tr><td>None</td></tr>
19 </table>
20 <h3>Classes</h3>
21
22 <table>
23
24 <tr>
25 <td><a href="#EditorOutlineSizesDialog">EditorOutlineSizesDialog</a></td>
26 <td>Class documentation goes here.</td>
27 </tr>
28 </table>
29 <h3>Functions</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <hr />
35 <hr />
36 <a NAME="EditorOutlineSizesDialog" ID="EditorOutlineSizesDialog"></a>
37 <h2>EditorOutlineSizesDialog</h2>
38
39 <p>
40 Class documentation goes here.
41 </p>
42 <h3>Derived from</h3>
43 QDialog, Ui_EditorOutlineSizesDialog
44 <h3>Class Attributes</h3>
45
46 <table>
47 <tr><td>None</td></tr>
48 </table>
49 <h3>Class Methods</h3>
50
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Methods</h3>
55
56 <table>
57
58 <tr>
59 <td><a href="#EditorOutlineSizesDialog.__init__">EditorOutlineSizesDialog</a></td>
60 <td>Constructor</td>
61 </tr>
62 <tr>
63 <td><a href="#EditorOutlineSizesDialog.getSizes">getSizes</a></td>
64 <td>Public method to retrieve the entered values.</td>
65 </tr>
66 <tr>
67 <td><a href="#EditorOutlineSizesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
68 <td>Private slot to handle the selection of a dialog button.</td>
69 </tr>
70 </table>
71 <h3>Static Methods</h3>
72
73 <table>
74 <tr><td>None</td></tr>
75 </table>
76
77 <a NAME="EditorOutlineSizesDialog.__init__" ID="EditorOutlineSizesDialog.__init__"></a>
78 <h4>EditorOutlineSizesDialog (Constructor)</h4>
79 <b>EditorOutlineSizesDialog</b>(<i>currentWidth, defaultWidth, defaultStepSize, parent=None</i>)
80
81 <p>
82 Constructor
83 </p>
84 <dl>
85
86 <dt><i>currentWidth</i> (int)</dt>
87 <dd>
88 value of the current width
89 </dd>
90 <dt><i>defaultWidth</i> (int)</dt>
91 <dd>
92 value of the default width
93 </dd>
94 <dt><i>defaultStepSize</i> (int)</dt>
95 <dd>
96 value of the step size
97 </dd>
98 <dt><i>parent</i> (QWidget (optional))</dt>
99 <dd>
100 reference to the parent widget (defaults to None)
101 </dd>
102 </dl>
103 <a NAME="EditorOutlineSizesDialog.getSizes" ID="EditorOutlineSizesDialog.getSizes"></a>
104 <h4>EditorOutlineSizesDialog.getSizes</h4>
105 <b>getSizes</b>(<i></i>)
106
107 <p>
108 Public method to retrieve the entered values.
109 </p>
110 <dl>
111 <dt>Return:</dt>
112 <dd>
113 tuple containing the values of the default width and step size
114 </dd>
115 </dl>
116 <dl>
117 <dt>Return Type:</dt>
118 <dd>
119 tuple of (int, int)
120 </dd>
121 </dl>
122 <a NAME="EditorOutlineSizesDialog.on_buttonBox_clicked" ID="EditorOutlineSizesDialog.on_buttonBox_clicked"></a>
123 <h4>EditorOutlineSizesDialog.on_buttonBox_clicked</h4>
124 <b>on_buttonBox_clicked</b>(<i>button</i>)
125
126 <p>
127 Private slot to handle the selection of a dialog button.
128 </p>
129 <dl>
130
131 <dt><i>button</i> (QAbstractButton)</dt>
132 <dd>
133 reference to the clicked button
134 </dd>
135 </dl>
136 <div align="right"><a href="#top">Up</a></div>
137 <hr />
138 </body></html>

eric ide

mercurial