5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.AboutPlugin.AboutDialog</h1> |
9 <h1>eric7.Plugins.AboutPlugin.AboutDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing an 'About Eric' dialog. |
11 Module implementing an 'About Eric' dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>aboutText</td></tr> |
|
17 <tr><td>authorsText</td></tr> |
|
18 <tr><td>licenseText</td></tr> |
|
19 <tr><td>thanksText</td></tr> |
|
20 <tr><td>titleText</td></tr> |
|
21 </table> |
15 |
22 |
|
23 <h3>Classes</h3> |
16 <table> |
24 <table> |
17 <tr><td>aboutText</td></tr><tr><td>authorsText</td></tr><tr><td>licenseText</td></tr><tr><td>thanksText</td></tr><tr><td>titleText</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
25 <tr> |
24 <td><a href="#AboutDialog">AboutDialog</a></td> |
26 <td><a href="#AboutDialog">AboutDialog</a></td> |
25 <td>Class implementing an 'About Eric' dialog.</td> |
27 <td>Class implementing an 'About Eric' dialog.</td> |
26 </tr> |
28 </tr> |
27 </table> |
29 </table> |
|
30 |
28 <h3>Functions</h3> |
31 <h3>Functions</h3> |
29 |
|
30 <table> |
32 <table> |
31 <tr><td>None</td></tr> |
33 <tr><td>None</td></tr> |
32 </table> |
34 </table> |
|
35 |
33 <hr /> |
36 <hr /> |
34 <hr /> |
37 <hr /> |
35 <a NAME="AboutDialog" ID="AboutDialog"></a> |
38 <a NAME="AboutDialog" ID="AboutDialog"></a> |
36 <h2>AboutDialog</h2> |
39 <h2>AboutDialog</h2> |
37 |
|
38 <p> |
40 <p> |
39 Class implementing an 'About Eric' dialog. |
41 Class implementing an 'About Eric' dialog. |
40 </p> |
42 </p> |
|
43 |
41 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
42 QDialog, Ui_AboutDialog |
45 QDialog, Ui_AboutDialog |
43 <h3>Class Attributes</h3> |
46 <h3>Class Attributes</h3> |
44 |
|
45 <table> |
47 <table> |
46 <tr><td>None</td></tr> |
48 <tr><td>None</td></tr> |
47 </table> |
49 </table> |
|
50 |
48 <h3>Class Methods</h3> |
51 <h3>Class Methods</h3> |
49 |
|
50 <table> |
52 <table> |
51 <tr><td>None</td></tr> |
53 <tr><td>None</td></tr> |
52 </table> |
54 </table> |
|
55 |
53 <h3>Methods</h3> |
56 <h3>Methods</h3> |
54 |
|
55 <table> |
57 <table> |
56 |
|
57 <tr> |
58 <tr> |
58 <td><a href="#AboutDialog.__init__">AboutDialog</a></td> |
59 <td><a href="#AboutDialog.__init__">AboutDialog</a></td> |
59 <td>Constructor</td> |
60 <td>Constructor</td> |
60 </tr> |
61 </tr> |
61 </table> |
62 </table> |
|
63 |
62 <h3>Static Methods</h3> |
64 <h3>Static Methods</h3> |
63 |
|
64 <table> |
65 <table> |
65 <tr><td>None</td></tr> |
66 <tr><td>None</td></tr> |
66 </table> |
67 </table> |
67 |
68 |
|
69 |
68 <a NAME="AboutDialog.__init__" ID="AboutDialog.__init__"></a> |
70 <a NAME="AboutDialog.__init__" ID="AboutDialog.__init__"></a> |
69 <h4>AboutDialog (Constructor)</h4> |
71 <h4>AboutDialog (Constructor)</h4> |
70 <b>AboutDialog</b>(<i>parent=None</i>) |
72 <b>AboutDialog</b>(<i>parent=None</i>) |
71 |
|
72 <p> |
73 <p> |
73 Constructor |
74 Constructor |
74 </p> |
75 </p> |
|
76 |
75 <dl> |
77 <dl> |
76 |
78 |
77 <dt><i>parent</i> (QWidget)</dt> |
79 <dt><i>parent</i> (QWidget)</dt> |
78 <dd> |
80 <dd> |
79 reference to the parent widget |
81 reference to the parent widget |