eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html

changeset 7273
391d6b7b1eff
parent 7204
cbf6d88004ce
child 7960
e8fc383322f7
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</h1> 23 <h1>eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the Python re wizard dialog. 26 Module implementing the Python re wizard dialog.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#PyRegExpWizardDialog">PyRegExpWizardDialog</a></td> 38 <td><a href="#PyRegExpWizardDialog">PyRegExpWizardDialog</a></td>
34 <td>Class for the dialog variant.</td> 39 <td>Class for the dialog variant.</td>
35 </tr><tr> 40 </tr>
41 <tr>
36 <td><a href="#PyRegExpWizardWidget">PyRegExpWizardWidget</a></td> 42 <td><a href="#PyRegExpWizardWidget">PyRegExpWizardWidget</a></td>
37 <td>Class implementing the Python re wizard dialog.</td> 43 <td>Class implementing the Python re wizard dialog.</td>
38 </tr><tr> 44 </tr>
45 <tr>
39 <td><a href="#PyRegExpWizardWindow">PyRegExpWizardWindow</a></td> 46 <td><a href="#PyRegExpWizardWindow">PyRegExpWizardWindow</a></td>
40 <td>Main window class for the standalone dialog.</td> 47 <td>Main window class for the standalone dialog.</td>
41 </tr> 48 </tr>
42 </table> 49 </table>
43 <h3>Functions</h3> 50 <h3>Functions</h3>
44 <table> 51
45 <tr><td>None</td></tr> 52 <table>
46 </table> 53 <tr><td>None</td></tr>
47 <hr /><hr /> 54 </table>
55 <hr />
56 <hr />
48 <a NAME="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a> 57 <a NAME="PyRegExpWizardDialog" ID="PyRegExpWizardDialog"></a>
49 <h2>PyRegExpWizardDialog</h2> 58 <h2>PyRegExpWizardDialog</h2>
59
50 <p> 60 <p>
51 Class for the dialog variant. 61 Class for the dialog variant.
52 </p> 62 </p>
53 <h3>Derived from</h3> 63 <h3>Derived from</h3>
54 QDialog 64 QDialog
55 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
66
56 <table> 67 <table>
57 <tr><td>None</td></tr> 68 <tr><td>None</td></tr>
58 </table> 69 </table>
59 <h3>Class Methods</h3> 70 <h3>Class Methods</h3>
71
60 <table> 72 <table>
61 <tr><td>None</td></tr> 73 <tr><td>None</td></tr>
62 </table> 74 </table>
63 <h3>Methods</h3> 75 <h3>Methods</h3>
64 <table> 76
77 <table>
78
65 <tr> 79 <tr>
66 <td><a href="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td> 80 <td><a href="#PyRegExpWizardDialog.__init__">PyRegExpWizardDialog</a></td>
67 <td>Constructor</td> 81 <td>Constructor</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td> 84 <td><a href="#PyRegExpWizardDialog.getCode">getCode</a></td>
70 <td>Public method to get the source code.</td> 85 <td>Public method to get the source code.</td>
71 </tr> 86 </tr>
72 </table> 87 </table>
73 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
74 <table> 89
75 <tr><td>None</td></tr> 90 <table>
76 </table> 91 <tr><td>None</td></tr>
92 </table>
93
77 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a> 94 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a>
78 <h4>PyRegExpWizardDialog (Constructor)</h4> 95 <h4>PyRegExpWizardDialog (Constructor)</h4>
79 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>) 96 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>)
97
80 <p> 98 <p>
81 Constructor 99 Constructor
82 </p><dl> 100 </p>
101 <dl>
102
83 <dt><i>parent</i></dt> 103 <dt><i>parent</i></dt>
84 <dd> 104 <dd>
85 parent widget (QWidget) 105 parent widget (QWidget)
86 </dd><dt><i>fromEric</i></dt> 106 </dd>
107 <dt><i>fromEric</i></dt>
87 <dd> 108 <dd>
88 flag indicating a call from within eric6 109 flag indicating a call from within eric6
89 </dd> 110 </dd>
90 </dl><a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a> 111 </dl>
112 <a NAME="PyRegExpWizardDialog.getCode" ID="PyRegExpWizardDialog.getCode"></a>
91 <h4>PyRegExpWizardDialog.getCode</h4> 113 <h4>PyRegExpWizardDialog.getCode</h4>
92 <b>getCode</b>(<i>indLevel, indString</i>) 114 <b>getCode</b>(<i>indLevel, indString</i>)
115
93 <p> 116 <p>
94 Public method to get the source code. 117 Public method to get the source code.
95 </p><dl> 118 </p>
119 <dl>
120
96 <dt><i>indLevel</i></dt> 121 <dt><i>indLevel</i></dt>
97 <dd> 122 <dd>
98 indentation level (int) 123 indentation level (int)
99 </dd><dt><i>indString</i></dt> 124 </dd>
125 <dt><i>indString</i></dt>
100 <dd> 126 <dd>
101 string used for indentation (space or tab) (string) 127 string used for indentation (space or tab) (string)
102 </dd> 128 </dd>
103 </dl><dl> 129 </dl>
130 <dl>
104 <dt>Returns:</dt> 131 <dt>Returns:</dt>
105 <dd> 132 <dd>
106 generated code (string) 133 generated code (string)
107 </dd> 134 </dd>
108 </dl> 135 </dl>
109 <div align="right"><a href="#top">Up</a></div> 136 <div align="right"><a href="#top">Up</a></div>
110 <hr /><hr /> 137 <hr />
138 <hr />
111 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a> 139 <a NAME="PyRegExpWizardWidget" ID="PyRegExpWizardWidget"></a>
112 <h2>PyRegExpWizardWidget</h2> 140 <h2>PyRegExpWizardWidget</h2>
141
113 <p> 142 <p>
114 Class implementing the Python re wizard dialog. 143 Class implementing the Python re wizard dialog.
115 </p> 144 </p>
116 <h3>Derived from</h3> 145 <h3>Derived from</h3>
117 QWidget, Ui_PyRegExpWizardDialog 146 QWidget, Ui_PyRegExpWizardDialog
118 <h3>Class Attributes</h3> 147 <h3>Class Attributes</h3>
148
119 <table> 149 <table>
120 <tr><td>None</td></tr> 150 <tr><td>None</td></tr>
121 </table> 151 </table>
122 <h3>Class Methods</h3> 152 <h3>Class Methods</h3>
153
123 <table> 154 <table>
124 <tr><td>None</td></tr> 155 <tr><td>None</td></tr>
125 </table> 156 </table>
126 <h3>Methods</h3> 157 <h3>Methods</h3>
127 <table> 158
159 <table>
160
128 <tr> 161 <tr>
129 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td> 162 <td><a href="#PyRegExpWizardWidget.__init__">PyRegExpWizardWidget</a></td>
130 <td>Constructor</td> 163 <td>Constructor</td>
131 </tr><tr> 164 </tr>
165 <tr>
132 <td><a href="#PyRegExpWizardWidget.__insertString">__insertString</a></td> 166 <td><a href="#PyRegExpWizardWidget.__insertString">__insertString</a></td>
133 <td>Private method to insert a string into line edit and move cursor.</td> 167 <td>Private method to insert a string into line edit and move cursor.</td>
134 </tr><tr> 168 </tr>
169 <tr>
135 <td><a href="#PyRegExpWizardWidget.getCode">getCode</a></td> 170 <td><a href="#PyRegExpWizardWidget.getCode">getCode</a></td>
136 <td>Public method to get the source code.</td> 171 <td>Public method to get the source code.</td>
137 </tr><tr> 172 </tr>
173 <tr>
138 <td><a href="#PyRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td> 174 <td><a href="#PyRegExpWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td>
139 <td>Private slot to handle the alternatives toolbutton.</td> 175 <td>Private slot to handle the alternatives toolbutton.</td>
140 </tr><tr> 176 </tr>
177 <tr>
141 <td><a href="#PyRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td> 178 <td><a href="#PyRegExpWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td>
142 <td>Private slot to handle the any character toolbutton.</td> 179 <td>Private slot to handle the any character toolbutton.</td>
143 </tr><tr> 180 </tr>
181 <tr>
144 <td><a href="#PyRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td> 182 <td><a href="#PyRegExpWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td>
145 <td>Private slot to handle the begin line toolbutton.</td> 183 <td>Private slot to handle the begin line toolbutton.</td>
146 </tr><tr> 184 </tr>
185 <tr>
147 <td><a href="#PyRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 186 <td><a href="#PyRegExpWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
148 <td>Private slot called by a button of the button box clicked.</td> 187 <td>Private slot called by a button of the button box clicked.</td>
149 </tr><tr> 188 </tr>
189 <tr>
150 <td><a href="#PyRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td> 190 <td><a href="#PyRegExpWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td>
151 <td>Private slot to handle the characters toolbutton.</td> 191 <td>Private slot to handle the characters toolbutton.</td>
152 </tr><tr> 192 </tr>
193 <tr>
153 <td><a href="#PyRegExpWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td> 194 <td><a href="#PyRegExpWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td>
154 <td>Private slot to handle the comment toolbutton.</td> 195 <td>Private slot to handle the comment toolbutton.</td>
155 </tr><tr> 196 </tr>
197 <tr>
156 <td><a href="#PyRegExpWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td> 198 <td><a href="#PyRegExpWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td>
157 <td>Private slot to copy the regexp string into the clipboard.</td> 199 <td>Private slot to copy the regexp string into the clipboard.</td>
158 </tr><tr> 200 </tr>
201 <tr>
159 <td><a href="#PyRegExpWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td> 202 <td><a href="#PyRegExpWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td>
160 <td>Private slot to handle the end line toolbutton.</td> 203 <td>Private slot to handle the end line toolbutton.</td>
161 </tr><tr> 204 </tr>
205 <tr>
162 <td><a href="#PyRegExpWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td> 206 <td><a href="#PyRegExpWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td>
163 <td>Private slot to execute the entered regexp on the test text.</td> 207 <td>Private slot to execute the entered regexp on the test text.</td>
164 </tr><tr> 208 </tr>
209 <tr>
165 <td><a href="#PyRegExpWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td> 210 <td><a href="#PyRegExpWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td>
166 <td>Private slot to handle the group toolbutton.</td> 211 <td>Private slot to handle the group toolbutton.</td>
167 </tr><tr> 212 </tr>
213 <tr>
168 <td><a href="#PyRegExpWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td> 214 <td><a href="#PyRegExpWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td>
169 <td>Private slot to load a regexp from a file.</td> 215 <td>Private slot to load a regexp from a file.</td>
170 </tr><tr> 216 </tr>
217 <tr>
171 <td><a href="#PyRegExpWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td> 218 <td><a href="#PyRegExpWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td>
172 <td>Private slot to handle the named group toolbutton.</td> 219 <td>Private slot to handle the named group toolbutton.</td>
173 </tr><tr> 220 </tr>
221 <tr>
174 <td><a href="#PyRegExpWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td> 222 <td><a href="#PyRegExpWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td>
175 <td>Private slot to handle the named reference toolbutton.</td> 223 <td>Private slot to handle the named reference toolbutton.</td>
176 </tr><tr> 224 </tr>
225 <tr>
177 <td><a href="#PyRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td> 226 <td><a href="#PyRegExpWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td>
178 <td>Private slot to handle the negative lookahead toolbutton.</td> 227 <td>Private slot to handle the negative lookahead toolbutton.</td>
179 </tr><tr> 228 </tr>
229 <tr>
180 <td><a href="#PyRegExpWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td> 230 <td><a href="#PyRegExpWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td>
181 <td>Private slot to handle the negative lookbehind toolbutton.</td> 231 <td>Private slot to handle the negative lookbehind toolbutton.</td>
182 </tr><tr> 232 </tr>
233 <tr>
183 <td><a href="#PyRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td> 234 <td><a href="#PyRegExpWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td>
184 <td>Private slot to find the next match.</td> 235 <td>Private slot to find the next match.</td>
185 </tr><tr> 236 </tr>
237 <tr>
186 <td><a href="#PyRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td> 238 <td><a href="#PyRegExpWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td>
187 <td>Private slot to handle the non group toolbutton.</td> 239 <td>Private slot to handle the non group toolbutton.</td>
188 </tr><tr> 240 </tr>
241 <tr>
189 <td><a href="#PyRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td> 242 <td><a href="#PyRegExpWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td>
190 <td>Private slot to handle the non word boundary toolbutton.</td> 243 <td>Private slot to handle the non word boundary toolbutton.</td>
191 </tr><tr> 244 </tr>
245 <tr>
192 <td><a href="#PyRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td> 246 <td><a href="#PyRegExpWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td>
193 <td>Private slot to handle the positive lookahead toolbutton.</td> 247 <td>Private slot to handle the positive lookahead toolbutton.</td>
194 </tr><tr> 248 </tr>
249 <tr>
195 <td><a href="#PyRegExpWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td> 250 <td><a href="#PyRegExpWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td>
196 <td>Private slot to handle the positive lookbehind toolbutton.</td> 251 <td>Private slot to handle the positive lookbehind toolbutton.</td>
197 </tr><tr> 252 </tr>
253 <tr>
198 <td><a href="#PyRegExpWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td> 254 <td><a href="#PyRegExpWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td>
199 <td>Private slot to handle the redo action.</td> 255 <td>Private slot to handle the redo action.</td>
200 </tr><tr> 256 </tr>
257 <tr>
201 <td><a href="#PyRegExpWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td> 258 <td><a href="#PyRegExpWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td>
202 <td>Private slot called when the regexp changes.</td> 259 <td>Private slot called when the regexp changes.</td>
203 </tr><tr> 260 </tr>
261 <tr>
204 <td><a href="#PyRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td> 262 <td><a href="#PyRegExpWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td>
205 <td>Private slot to handle the repeat toolbutton.</td> 263 <td>Private slot to handle the repeat toolbutton.</td>
206 </tr><tr> 264 </tr>
265 <tr>
207 <td><a href="#PyRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td> 266 <td><a href="#PyRegExpWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
208 <td>Private slot to save the regexp to a file.</td> 267 <td>Private slot to save the regexp to a file.</td>
209 </tr><tr> 268 </tr>
269 <tr>
210 <td><a href="#PyRegExpWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td> 270 <td><a href="#PyRegExpWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td>
211 <td>Private slot to handle the undo action.</td> 271 <td>Private slot to handle the undo action.</td>
212 </tr><tr> 272 </tr>
273 <tr>
213 <td><a href="#PyRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td> 274 <td><a href="#PyRegExpWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td>
214 <td>Private slot to validate the entered regexp.</td> 275 <td>Private slot to validate the entered regexp.</td>
215 </tr><tr> 276 </tr>
277 <tr>
216 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td> 278 <td><a href="#PyRegExpWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
217 <td>Private slot to handle the word boundary toolbutton.</td> 279 <td>Private slot to handle the word boundary toolbutton.</td>
218 </tr> 280 </tr>
219 </table> 281 </table>
220 <h3>Static Methods</h3> 282 <h3>Static Methods</h3>
221 <table> 283
222 <tr><td>None</td></tr> 284 <table>
223 </table> 285 <tr><td>None</td></tr>
286 </table>
287
224 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a> 288 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a>
225 <h4>PyRegExpWizardWidget (Constructor)</h4> 289 <h4>PyRegExpWizardWidget (Constructor)</h4>
226 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>) 290 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>)
291
227 <p> 292 <p>
228 Constructor 293 Constructor
229 </p><dl> 294 </p>
295 <dl>
296
230 <dt><i>parent</i></dt> 297 <dt><i>parent</i></dt>
231 <dd> 298 <dd>
232 parent widget (QWidget) 299 parent widget (QWidget)
233 </dd><dt><i>fromEric</i></dt> 300 </dd>
301 <dt><i>fromEric</i></dt>
234 <dd> 302 <dd>
235 flag indicating a call from within eric6 303 flag indicating a call from within eric6
236 </dd> 304 </dd>
237 </dl><a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a> 305 </dl>
306 <a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a>
238 <h4>PyRegExpWizardWidget.__insertString</h4> 307 <h4>PyRegExpWizardWidget.__insertString</h4>
239 <b>__insertString</b>(<i>s, steps=0</i>) 308 <b>__insertString</b>(<i>s, steps=0</i>)
309
240 <p> 310 <p>
241 Private method to insert a string into line edit and move cursor. 311 Private method to insert a string into line edit and move cursor.
242 </p><dl> 312 </p>
313 <dl>
314
243 <dt><i>s</i></dt> 315 <dt><i>s</i></dt>
244 <dd> 316 <dd>
245 string to be inserted into the regexp line edit 317 string to be inserted into the regexp line edit
246 (string) 318 (string)
247 </dd><dt><i>steps</i></dt> 319 </dd>
320 <dt><i>steps</i></dt>
248 <dd> 321 <dd>
249 number of characters to move the cursor (integer). 322 number of characters to move the cursor (integer).
250 Negative steps moves cursor back, positives forward. 323 Negative steps moves cursor back, positives forward.
251 </dd> 324 </dd>
252 </dl><a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a> 325 </dl>
326 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a>
253 <h4>PyRegExpWizardWidget.getCode</h4> 327 <h4>PyRegExpWizardWidget.getCode</h4>
254 <b>getCode</b>(<i>indLevel, indString</i>) 328 <b>getCode</b>(<i>indLevel, indString</i>)
329
255 <p> 330 <p>
256 Public method to get the source code. 331 Public method to get the source code.
257 </p><dl> 332 </p>
333 <dl>
334
258 <dt><i>indLevel</i></dt> 335 <dt><i>indLevel</i></dt>
259 <dd> 336 <dd>
260 indentation level (int) 337 indentation level (int)
261 </dd><dt><i>indString</i></dt> 338 </dd>
339 <dt><i>indString</i></dt>
262 <dd> 340 <dd>
263 string used for indentation (space or tab) (string) 341 string used for indentation (space or tab) (string)
264 </dd> 342 </dd>
265 </dl><dl> 343 </dl>
344 <dl>
266 <dt>Returns:</dt> 345 <dt>Returns:</dt>
267 <dd> 346 <dd>
268 generated code (string) 347 generated code (string)
269 </dd> 348 </dd>
270 </dl><a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a> 349 </dl>
350 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a>
271 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4> 351 <h4>PyRegExpWizardWidget.on_altnButton_clicked</h4>
272 <b>on_altnButton_clicked</b>(<i></i>) 352 <b>on_altnButton_clicked</b>(<i></i>)
353
273 <p> 354 <p>
274 Private slot to handle the alternatives toolbutton. 355 Private slot to handle the alternatives toolbutton.
275 </p><a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a> 356 </p>
357 <a NAME="PyRegExpWizardWidget.on_anycharButton_clicked" ID="PyRegExpWizardWidget.on_anycharButton_clicked"></a>
276 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4> 358 <h4>PyRegExpWizardWidget.on_anycharButton_clicked</h4>
277 <b>on_anycharButton_clicked</b>(<i></i>) 359 <b>on_anycharButton_clicked</b>(<i></i>)
360
278 <p> 361 <p>
279 Private slot to handle the any character toolbutton. 362 Private slot to handle the any character toolbutton.
280 </p><a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a> 363 </p>
364 <a NAME="PyRegExpWizardWidget.on_beglineButton_clicked" ID="PyRegExpWizardWidget.on_beglineButton_clicked"></a>
281 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4> 365 <h4>PyRegExpWizardWidget.on_beglineButton_clicked</h4>
282 <b>on_beglineButton_clicked</b>(<i></i>) 366 <b>on_beglineButton_clicked</b>(<i></i>)
367
283 <p> 368 <p>
284 Private slot to handle the begin line toolbutton. 369 Private slot to handle the begin line toolbutton.
285 </p><a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a> 370 </p>
371 <a NAME="PyRegExpWizardWidget.on_buttonBox_clicked" ID="PyRegExpWizardWidget.on_buttonBox_clicked"></a>
286 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4> 372 <h4>PyRegExpWizardWidget.on_buttonBox_clicked</h4>
287 <b>on_buttonBox_clicked</b>(<i>button</i>) 373 <b>on_buttonBox_clicked</b>(<i>button</i>)
374
288 <p> 375 <p>
289 Private slot called by a button of the button box clicked. 376 Private slot called by a button of the button box clicked.
290 </p><dl> 377 </p>
378 <dl>
379
291 <dt><i>button</i></dt> 380 <dt><i>button</i></dt>
292 <dd> 381 <dd>
293 button that was clicked (QAbstractButton) 382 button that was clicked (QAbstractButton)
294 </dd> 383 </dd>
295 </dl><a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a> 384 </dl>
385 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a>
296 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4> 386 <h4>PyRegExpWizardWidget.on_charButton_clicked</h4>
297 <b>on_charButton_clicked</b>(<i></i>) 387 <b>on_charButton_clicked</b>(<i></i>)
388
298 <p> 389 <p>
299 Private slot to handle the characters toolbutton. 390 Private slot to handle the characters toolbutton.
300 </p><a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a> 391 </p>
392 <a NAME="PyRegExpWizardWidget.on_commentButton_clicked" ID="PyRegExpWizardWidget.on_commentButton_clicked"></a>
301 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4> 393 <h4>PyRegExpWizardWidget.on_commentButton_clicked</h4>
302 <b>on_commentButton_clicked</b>(<i></i>) 394 <b>on_commentButton_clicked</b>(<i></i>)
395
303 <p> 396 <p>
304 Private slot to handle the comment toolbutton. 397 Private slot to handle the comment toolbutton.
305 </p><a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a> 398 </p>
399 <a NAME="PyRegExpWizardWidget.on_copyButton_clicked" ID="PyRegExpWizardWidget.on_copyButton_clicked"></a>
306 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4> 400 <h4>PyRegExpWizardWidget.on_copyButton_clicked</h4>
307 <b>on_copyButton_clicked</b>(<i></i>) 401 <b>on_copyButton_clicked</b>(<i></i>)
402
308 <p> 403 <p>
309 Private slot to copy the regexp string into the clipboard. 404 Private slot to copy the regexp string into the clipboard.
310 </p><p> 405 </p>
406 <p>
311 This slot is only available, if not called from within eric6. 407 This slot is only available, if not called from within eric6.
312 </p><a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a> 408 </p>
409 <a NAME="PyRegExpWizardWidget.on_endlineButton_clicked" ID="PyRegExpWizardWidget.on_endlineButton_clicked"></a>
313 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4> 410 <h4>PyRegExpWizardWidget.on_endlineButton_clicked</h4>
314 <b>on_endlineButton_clicked</b>(<i></i>) 411 <b>on_endlineButton_clicked</b>(<i></i>)
412
315 <p> 413 <p>
316 Private slot to handle the end line toolbutton. 414 Private slot to handle the end line toolbutton.
317 </p><a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a> 415 </p>
416 <a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a>
318 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4> 417 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4>
319 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) 418 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
419
320 <p> 420 <p>
321 Private slot to execute the entered regexp on the test text. 421 Private slot to execute the entered regexp on the test text.
322 </p><p> 422 </p>
423 <p>
323 This slot will execute the entered regexp on the entered test 424 This slot will execute the entered regexp on the entered test
324 data and will display the result in the table part of the dialog. 425 data and will display the result in the table part of the dialog.
325 </p><dl> 426 </p>
427 <dl>
428
326 <dt><i>startpos</i></dt> 429 <dt><i>startpos</i></dt>
327 <dd> 430 <dd>
328 starting position for the regexp matching 431 starting position for the regexp matching
329 </dd> 432 </dd>
330 </dl><a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a> 433 </dl>
434 <a NAME="PyRegExpWizardWidget.on_groupButton_clicked" ID="PyRegExpWizardWidget.on_groupButton_clicked"></a>
331 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4> 435 <h4>PyRegExpWizardWidget.on_groupButton_clicked</h4>
332 <b>on_groupButton_clicked</b>(<i></i>) 436 <b>on_groupButton_clicked</b>(<i></i>)
437
333 <p> 438 <p>
334 Private slot to handle the group toolbutton. 439 Private slot to handle the group toolbutton.
335 </p><a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a> 440 </p>
441 <a NAME="PyRegExpWizardWidget.on_loadButton_clicked" ID="PyRegExpWizardWidget.on_loadButton_clicked"></a>
336 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4> 442 <h4>PyRegExpWizardWidget.on_loadButton_clicked</h4>
337 <b>on_loadButton_clicked</b>(<i></i>) 443 <b>on_loadButton_clicked</b>(<i></i>)
444
338 <p> 445 <p>
339 Private slot to load a regexp from a file. 446 Private slot to load a regexp from a file.
340 </p><a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a> 447 </p>
448 <a NAME="PyRegExpWizardWidget.on_namedGroupButton_clicked" ID="PyRegExpWizardWidget.on_namedGroupButton_clicked"></a>
341 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4> 449 <h4>PyRegExpWizardWidget.on_namedGroupButton_clicked</h4>
342 <b>on_namedGroupButton_clicked</b>(<i></i>) 450 <b>on_namedGroupButton_clicked</b>(<i></i>)
451
343 <p> 452 <p>
344 Private slot to handle the named group toolbutton. 453 Private slot to handle the named group toolbutton.
345 </p><a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a> 454 </p>
455 <a NAME="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ID="PyRegExpWizardWidget.on_namedReferenceButton_clicked"></a>
346 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4> 456 <h4>PyRegExpWizardWidget.on_namedReferenceButton_clicked</h4>
347 <b>on_namedReferenceButton_clicked</b>(<i></i>) 457 <b>on_namedReferenceButton_clicked</b>(<i></i>)
458
348 <p> 459 <p>
349 Private slot to handle the named reference toolbutton. 460 Private slot to handle the named reference toolbutton.
350 </p><a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a> 461 </p>
462 <a NAME="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ID="PyRegExpWizardWidget.on_neglookaheadButton_clicked"></a>
351 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4> 463 <h4>PyRegExpWizardWidget.on_neglookaheadButton_clicked</h4>
352 <b>on_neglookaheadButton_clicked</b>(<i></i>) 464 <b>on_neglookaheadButton_clicked</b>(<i></i>)
465
353 <p> 466 <p>
354 Private slot to handle the negative lookahead toolbutton. 467 Private slot to handle the negative lookahead toolbutton.
355 </p><a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a> 468 </p>
469 <a NAME="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ID="PyRegExpWizardWidget.on_neglookbehindButton_clicked"></a>
356 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4> 470 <h4>PyRegExpWizardWidget.on_neglookbehindButton_clicked</h4>
357 <b>on_neglookbehindButton_clicked</b>(<i></i>) 471 <b>on_neglookbehindButton_clicked</b>(<i></i>)
472
358 <p> 473 <p>
359 Private slot to handle the negative lookbehind toolbutton. 474 Private slot to handle the negative lookbehind toolbutton.
360 </p><a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a> 475 </p>
476 <a NAME="PyRegExpWizardWidget.on_nextButton_clicked" ID="PyRegExpWizardWidget.on_nextButton_clicked"></a>
361 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4> 477 <h4>PyRegExpWizardWidget.on_nextButton_clicked</h4>
362 <b>on_nextButton_clicked</b>(<i></i>) 478 <b>on_nextButton_clicked</b>(<i></i>)
479
363 <p> 480 <p>
364 Private slot to find the next match. 481 Private slot to find the next match.
365 </p><a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a> 482 </p>
483 <a NAME="PyRegExpWizardWidget.on_nonGroupButton_clicked" ID="PyRegExpWizardWidget.on_nonGroupButton_clicked"></a>
366 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4> 484 <h4>PyRegExpWizardWidget.on_nonGroupButton_clicked</h4>
367 <b>on_nonGroupButton_clicked</b>(<i></i>) 485 <b>on_nonGroupButton_clicked</b>(<i></i>)
486
368 <p> 487 <p>
369 Private slot to handle the non group toolbutton. 488 Private slot to handle the non group toolbutton.
370 </p><a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a> 489 </p>
490 <a NAME="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ID="PyRegExpWizardWidget.on_nonwordboundButton_clicked"></a>
371 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4> 491 <h4>PyRegExpWizardWidget.on_nonwordboundButton_clicked</h4>
372 <b>on_nonwordboundButton_clicked</b>(<i></i>) 492 <b>on_nonwordboundButton_clicked</b>(<i></i>)
493
373 <p> 494 <p>
374 Private slot to handle the non word boundary toolbutton. 495 Private slot to handle the non word boundary toolbutton.
375 </p><a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a> 496 </p>
497 <a NAME="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ID="PyRegExpWizardWidget.on_poslookaheadButton_clicked"></a>
376 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4> 498 <h4>PyRegExpWizardWidget.on_poslookaheadButton_clicked</h4>
377 <b>on_poslookaheadButton_clicked</b>(<i></i>) 499 <b>on_poslookaheadButton_clicked</b>(<i></i>)
500
378 <p> 501 <p>
379 Private slot to handle the positive lookahead toolbutton. 502 Private slot to handle the positive lookahead toolbutton.
380 </p><a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a> 503 </p>
504 <a NAME="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ID="PyRegExpWizardWidget.on_poslookbehindButton_clicked"></a>
381 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4> 505 <h4>PyRegExpWizardWidget.on_poslookbehindButton_clicked</h4>
382 <b>on_poslookbehindButton_clicked</b>(<i></i>) 506 <b>on_poslookbehindButton_clicked</b>(<i></i>)
507
383 <p> 508 <p>
384 Private slot to handle the positive lookbehind toolbutton. 509 Private slot to handle the positive lookbehind toolbutton.
385 </p><a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a> 510 </p>
511 <a NAME="PyRegExpWizardWidget.on_redoButton_clicked" ID="PyRegExpWizardWidget.on_redoButton_clicked"></a>
386 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4> 512 <h4>PyRegExpWizardWidget.on_redoButton_clicked</h4>
387 <b>on_redoButton_clicked</b>(<i></i>) 513 <b>on_redoButton_clicked</b>(<i></i>)
514
388 <p> 515 <p>
389 Private slot to handle the redo action. 516 Private slot to handle the redo action.
390 </p><a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a> 517 </p>
518 <a NAME="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ID="PyRegExpWizardWidget.on_regexpTextEdit_textChanged"></a>
391 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4> 519 <h4>PyRegExpWizardWidget.on_regexpTextEdit_textChanged</h4>
392 <b>on_regexpTextEdit_textChanged</b>(<i></i>) 520 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
521
393 <p> 522 <p>
394 Private slot called when the regexp changes. 523 Private slot called when the regexp changes.
395 </p><a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a> 524 </p>
525 <a NAME="PyRegExpWizardWidget.on_repeatButton_clicked" ID="PyRegExpWizardWidget.on_repeatButton_clicked"></a>
396 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4> 526 <h4>PyRegExpWizardWidget.on_repeatButton_clicked</h4>
397 <b>on_repeatButton_clicked</b>(<i></i>) 527 <b>on_repeatButton_clicked</b>(<i></i>)
528
398 <p> 529 <p>
399 Private slot to handle the repeat toolbutton. 530 Private slot to handle the repeat toolbutton.
400 </p><a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a> 531 </p>
532 <a NAME="PyRegExpWizardWidget.on_saveButton_clicked" ID="PyRegExpWizardWidget.on_saveButton_clicked"></a>
401 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4> 533 <h4>PyRegExpWizardWidget.on_saveButton_clicked</h4>
402 <b>on_saveButton_clicked</b>(<i></i>) 534 <b>on_saveButton_clicked</b>(<i></i>)
535
403 <p> 536 <p>
404 Private slot to save the regexp to a file. 537 Private slot to save the regexp to a file.
405 </p><a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a> 538 </p>
539 <a NAME="PyRegExpWizardWidget.on_undoButton_clicked" ID="PyRegExpWizardWidget.on_undoButton_clicked"></a>
406 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4> 540 <h4>PyRegExpWizardWidget.on_undoButton_clicked</h4>
407 <b>on_undoButton_clicked</b>(<i></i>) 541 <b>on_undoButton_clicked</b>(<i></i>)
542
408 <p> 543 <p>
409 Private slot to handle the undo action. 544 Private slot to handle the undo action.
410 </p><a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a> 545 </p>
546 <a NAME="PyRegExpWizardWidget.on_validateButton_clicked" ID="PyRegExpWizardWidget.on_validateButton_clicked"></a>
411 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4> 547 <h4>PyRegExpWizardWidget.on_validateButton_clicked</h4>
412 <b>on_validateButton_clicked</b>(<i></i>) 548 <b>on_validateButton_clicked</b>(<i></i>)
549
413 <p> 550 <p>
414 Private slot to validate the entered regexp. 551 Private slot to validate the entered regexp.
415 </p><a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a> 552 </p>
553 <a NAME="PyRegExpWizardWidget.on_wordboundButton_clicked" ID="PyRegExpWizardWidget.on_wordboundButton_clicked"></a>
416 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4> 554 <h4>PyRegExpWizardWidget.on_wordboundButton_clicked</h4>
417 <b>on_wordboundButton_clicked</b>(<i></i>) 555 <b>on_wordboundButton_clicked</b>(<i></i>)
556
418 <p> 557 <p>
419 Private slot to handle the word boundary toolbutton. 558 Private slot to handle the word boundary toolbutton.
420 </p> 559 </p>
421 <div align="right"><a href="#top">Up</a></div> 560 <div align="right"><a href="#top">Up</a></div>
422 <hr /><hr /> 561 <hr />
562 <hr />
423 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a> 563 <a NAME="PyRegExpWizardWindow" ID="PyRegExpWizardWindow"></a>
424 <h2>PyRegExpWizardWindow</h2> 564 <h2>PyRegExpWizardWindow</h2>
565
425 <p> 566 <p>
426 Main window class for the standalone dialog. 567 Main window class for the standalone dialog.
427 </p> 568 </p>
428 <h3>Derived from</h3> 569 <h3>Derived from</h3>
429 E5MainWindow 570 E5MainWindow
430 <h3>Class Attributes</h3> 571 <h3>Class Attributes</h3>
572
431 <table> 573 <table>
432 <tr><td>None</td></tr> 574 <tr><td>None</td></tr>
433 </table> 575 </table>
434 <h3>Class Methods</h3> 576 <h3>Class Methods</h3>
577
435 <table> 578 <table>
436 <tr><td>None</td></tr> 579 <tr><td>None</td></tr>
437 </table> 580 </table>
438 <h3>Methods</h3> 581 <h3>Methods</h3>
439 <table> 582
583 <table>
584
440 <tr> 585 <tr>
441 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td> 586 <td><a href="#PyRegExpWizardWindow.__init__">PyRegExpWizardWindow</a></td>
442 <td>Constructor</td> 587 <td>Constructor</td>
443 </tr> 588 </tr>
444 </table> 589 </table>
445 <h3>Static Methods</h3> 590 <h3>Static Methods</h3>
446 <table> 591
447 <tr><td>None</td></tr> 592 <table>
448 </table> 593 <tr><td>None</td></tr>
594 </table>
595
449 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a> 596 <a NAME="PyRegExpWizardWindow.__init__" ID="PyRegExpWizardWindow.__init__"></a>
450 <h4>PyRegExpWizardWindow (Constructor)</h4> 597 <h4>PyRegExpWizardWindow (Constructor)</h4>
451 <b>PyRegExpWizardWindow</b>(<i>parent=None</i>) 598 <b>PyRegExpWizardWindow</b>(<i>parent=None</i>)
599
452 <p> 600 <p>
453 Constructor 601 Constructor
454 </p><dl> 602 </p>
603 <dl>
604
455 <dt><i>parent</i></dt> 605 <dt><i>parent</i></dt>
456 <dd> 606 <dd>
457 reference to the parent widget (QWidget) 607 reference to the parent widget (QWidget)
458 </dd> 608 </dd>
459 </dl> 609 </dl>

eric ide

mercurial