eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html

changeset 7806
b346755b09a1
child 7810
f8afd2238723
equal deleted inserted replaced
7805:3cad282e8409 7806:b346755b09a1
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.UI.InstallInfoDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric6.UI.InstallInfoDialog</h1>
24
25 <p>
26 Module implementing a dialog to show information about the installation.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#InstallInfoDialog">InstallInfoDialog</a></td>
39 <td>Class documentation goes here.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="InstallInfoDialog" ID="InstallInfoDialog"></a>
50 <h2>InstallInfoDialog</h2>
51
52 <p>
53 Class documentation goes here.
54 </p>
55 <h3>Derived from</h3>
56 QDialog, Ui_InstallInfoDialog
57 <h3>Class Attributes</h3>
58
59 <table>
60 <tr><td>None</td></tr>
61 </table>
62 <h3>Class Methods</h3>
63
64 <table>
65 <tr><td>None</td></tr>
66 </table>
67 <h3>Methods</h3>
68
69 <table>
70
71 <tr>
72 <td><a href="#InstallInfoDialog.__init__">InstallInfoDialog</a></td>
73 <td>Constructor</td>
74 </tr>
75 <tr>
76 <td><a href="#InstallInfoDialog.__saveData">__saveData</a></td>
77 <td>Private method to save the data.</td>
78 </tr>
79 <tr>
80 <td><a href="#InstallInfoDialog.on_editButton_toggled">on_editButton_toggled</a></td>
81 <td>Private slot to switch the dialog into edit mode.</td>
82 </tr>
83 <tr>
84 <td><a href="#InstallInfoDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
85 <td>Private slot handling the save button press.</td>
86 </tr>
87 <tr>
88 <td><a href="#InstallInfoDialog.reject">reject</a></td>
89 <td>Private slot handling the closing of the dialog.</td>
90 </tr>
91 <tr>
92 <td><a href="#InstallInfoDialog.wasLoaded">wasLoaded</a></td>
93 <td>Public method to check, if the install data was loaded.</td>
94 </tr>
95 </table>
96 <h3>Static Methods</h3>
97
98 <table>
99 <tr><td>None</td></tr>
100 </table>
101
102 <a NAME="InstallInfoDialog.__init__" ID="InstallInfoDialog.__init__"></a>
103 <h4>InstallInfoDialog (Constructor)</h4>
104 <b>InstallInfoDialog</b>(<i>parent=None</i>)
105
106 <p>
107 Constructor
108 </p>
109 <dl>
110
111 <dt><i>parent</i> (QWidget)</dt>
112 <dd>
113 reference to the parent widget
114 </dd>
115 </dl>
116 <a NAME="InstallInfoDialog.__saveData" ID="InstallInfoDialog.__saveData"></a>
117 <h4>InstallInfoDialog.__saveData</h4>
118 <b>__saveData</b>(<i></i>)
119
120 <p>
121 Private method to save the data.
122 </p>
123 <a NAME="InstallInfoDialog.on_editButton_toggled" ID="InstallInfoDialog.on_editButton_toggled"></a>
124 <h4>InstallInfoDialog.on_editButton_toggled</h4>
125 <b>on_editButton_toggled</b>(<i>checked</i>)
126
127 <p>
128 Private slot to switch the dialog into edit mode.
129 </p>
130 <dl>
131
132 <dt><i>checked</i> (bool)</dt>
133 <dd>
134 flag giving the button check state
135 </dd>
136 </dl>
137 <a NAME="InstallInfoDialog.on_saveButton_clicked" ID="InstallInfoDialog.on_saveButton_clicked"></a>
138 <h4>InstallInfoDialog.on_saveButton_clicked</h4>
139 <b>on_saveButton_clicked</b>(<i></i>)
140
141 <p>
142 Private slot handling the save button press.
143 </p>
144 <a NAME="InstallInfoDialog.reject" ID="InstallInfoDialog.reject"></a>
145 <h4>InstallInfoDialog.reject</h4>
146 <b>reject</b>(<i></i>)
147
148 <p>
149 Private slot handling the closing of the dialog.
150 </p>
151 <a NAME="InstallInfoDialog.wasLoaded" ID="InstallInfoDialog.wasLoaded"></a>
152 <h4>InstallInfoDialog.wasLoaded</h4>
153 <b>wasLoaded</b>(<i></i>)
154
155 <p>
156 Public method to check, if the install data was loaded.
157 </p>
158 <dl>
159 <dt>Returns:</dt>
160 <dd>
161 flag indicating the data was loaded
162 </dd>
163 </dl>
164 <dl>
165 <dt>Return Type:</dt>
166 <dd>
167 bool
168 </dd>
169 </dl>
170 <div align="right"><a href="#top">Up</a></div>
171 <hr />
172 </body></html>

eric ide

mercurial