eric6/Documentation/Source/eric6.eric6_qregexp.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
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.eric6_qregexp</h1> 23 <h1>eric6.eric6_qregexp</h1>
24
23 <p> 25 <p>
24 Eric6 QRegExp. 26 Eric6 QRegExp.
25 </p><p> 27 </p>
28 <p>
26 This is the main Python script that performs the necessary initialization 29 This is the main Python script that performs the necessary initialization
27 of the QRegExp wizard module and starts the Qt event loop. This is a standalone 30 of the QRegExp wizard module and starts the Qt event loop. This is a standalone
28 version of the integrated QRegExp wizard. 31 version of the integrated QRegExp wizard.
29 </p> 32 </p>
30 <h3>Global Attributes</h3> 33 <h3>Global Attributes</h3>
34
31 <table> 35 <table>
32 <tr><td>None</td></tr> 36 <tr><td>None</td></tr>
33 </table> 37 </table>
34 <h3>Classes</h3> 38 <h3>Classes</h3>
39
35 <table> 40 <table>
36 <tr><td>None</td></tr> 41 <tr><td>None</td></tr>
37 </table> 42 </table>
38 <h3>Functions</h3> 43 <h3>Functions</h3>
44
39 <table> 45 <table>
46
40 <tr> 47 <tr>
41 <td><a href="#createMainWidget">createMainWidget</a></td> 48 <td><a href="#createMainWidget">createMainWidget</a></td>
42 <td>Function to create the main widget.</td> 49 <td>Function to create the main widget.</td>
43 </tr><tr> 50 </tr>
51 <tr>
44 <td><a href="#main">main</a></td> 52 <td><a href="#main">main</a></td>
45 <td>Main entry point into the application.</td> 53 <td>Main entry point into the application.</td>
46 </tr> 54 </tr>
47 </table> 55 </table>
48 <hr /><hr /> 56 <hr />
57 <hr />
49 <a NAME="createMainWidget" ID="createMainWidget"></a> 58 <a NAME="createMainWidget" ID="createMainWidget"></a>
50 <h2>createMainWidget</h2> 59 <h2>createMainWidget</h2>
51 <b>createMainWidget</b>(<i>argv</i>) 60 <b>createMainWidget</b>(<i>argv</i>)
61
52 <p> 62 <p>
53 Function to create the main widget. 63 Function to create the main widget.
54 </p><dl> 64 </p>
65 <dl>
66
55 <dt><i>argv</i></dt> 67 <dt><i>argv</i></dt>
56 <dd> 68 <dd>
57 list of commandline parameters (list of strings) 69 list of commandline parameters (list of strings)
58 </dd> 70 </dd>
59 </dl><dl> 71 </dl>
72 <dl>
60 <dt>Returns:</dt> 73 <dt>Returns:</dt>
61 <dd> 74 <dd>
62 reference to the main widget (QWidget) 75 reference to the main widget (QWidget)
63 </dd> 76 </dd>
64 </dl> 77 </dl>
65 <div align="right"><a href="#top">Up</a></div> 78 <div align="right"><a href="#top">Up</a></div>
66 <hr /><hr /> 79 <hr />
80 <hr />
67 <a NAME="main" ID="main"></a> 81 <a NAME="main" ID="main"></a>
68 <h2>main</h2> 82 <h2>main</h2>
69 <b>main</b>(<i></i>) 83 <b>main</b>(<i></i>)
84
70 <p> 85 <p>
71 Main entry point into the application. 86 Main entry point into the application.
72 </p> 87 </p>
73 <div align="right"><a href="#top">Up</a></div> 88 <div align="right"><a href="#top">Up</a></div>
74 <hr /> 89 <hr />

eric ide

mercurial