|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.eric5-qregexp</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.eric5-qregexp</h1> |
|
12 <p> |
|
13 Eric4 QRegExp |
|
14 </p><p> |
|
15 This is the main Python script that performs the necessary initialization |
|
16 of the QRegExp wizard module and starts the Qt event loop. This is a standalone |
|
17 version of the integrated QRegExp wizard. |
|
18 </p> |
|
19 <h3>Global Attributes</h3> |
|
20 <table> |
|
21 <tr><td>None</td></tr> |
|
22 </table> |
|
23 <h3>Classes</h3> |
|
24 <table> |
|
25 <tr><td>None</td></tr> |
|
26 </table> |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr> |
|
30 <td><a href="#createMainWidget">createMainWidget</a></td> |
|
31 <td>Function to create the main widget.</td> |
|
32 </tr><tr> |
|
33 <td><a href="#main">main</a></td> |
|
34 <td>Main entry point into the application.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <hr /><hr /> |
|
38 <a NAME="createMainWidget" ID="createMainWidget"></a> |
|
39 <h2>createMainWidget</h2> |
|
40 <b>createMainWidget</b>(<i>argv</i>) |
|
41 <p> |
|
42 Function to create the main widget. |
|
43 </p><dl> |
|
44 <dt><i>argv</i></dt> |
|
45 <dd> |
|
46 list of commandline parameters (list of strings) |
|
47 </dd> |
|
48 </dl><dl> |
|
49 <dt>Returns:</dt> |
|
50 <dd> |
|
51 reference to the main widget (QWidget) |
|
52 </dd> |
|
53 </dl> |
|
54 <div align="right"><a href="#top">Up</a></div> |
|
55 <hr /><hr /> |
|
56 <a NAME="main" ID="main"></a> |
|
57 <h2>main</h2> |
|
58 <b>main</b>(<i></i>) |
|
59 <p> |
|
60 Main entry point into the application. |
|
61 </p> |
|
62 <div align="right"><a href="#top">Up</a></div> |
|
63 <hr /> |
|
64 </body></html> |