eric7/Documentation/Source/eric7.UI.InstallInfoDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.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>eric7.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 implementing a dialog to show information about the installation.</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 implementing a dialog to show information about the installation.
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_deleteButton_clicked">on_deleteButton_clicked</a></td>
81 <td>Private slot deleting the install information file.</td>
82 </tr>
83 <tr>
84 <td><a href="#InstallInfoDialog.on_editButton_toggled">on_editButton_toggled</a></td>
85 <td>Private slot to switch the dialog into edit mode.</td>
86 </tr>
87 <tr>
88 <td><a href="#InstallInfoDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
89 <td>Private slot handling the save button press.</td>
90 </tr>
91 <tr>
92 <td><a href="#InstallInfoDialog.on_updateButton_clicked">on_updateButton_clicked</a></td>
93 <td>Private slot to show some upgrade instructions.</td>
94 </tr>
95 <tr>
96 <td><a href="#InstallInfoDialog.reject">reject</a></td>
97 <td>Public slot handling the closing of the dialog.</td>
98 </tr>
99 <tr>
100 <td><a href="#InstallInfoDialog.wasLoaded">wasLoaded</a></td>
101 <td>Public method to check, if the install data was loaded.</td>
102 </tr>
103 </table>
104 <h3>Static Methods</h3>
105
106 <table>
107 <tr><td>None</td></tr>
108 </table>
109
110 <a NAME="InstallInfoDialog.__init__" ID="InstallInfoDialog.__init__"></a>
111 <h4>InstallInfoDialog (Constructor)</h4>
112 <b>InstallInfoDialog</b>(<i>parent=None</i>)
113
114 <p>
115 Constructor
116 </p>
117 <dl>
118
119 <dt><i>parent</i> (QWidget)</dt>
120 <dd>
121 reference to the parent widget
122 </dd>
123 </dl>
124 <a NAME="InstallInfoDialog.__saveData" ID="InstallInfoDialog.__saveData"></a>
125 <h4>InstallInfoDialog.__saveData</h4>
126 <b>__saveData</b>(<i></i>)
127
128 <p>
129 Private method to save the data.
130 </p>
131 <a NAME="InstallInfoDialog.on_deleteButton_clicked" ID="InstallInfoDialog.on_deleteButton_clicked"></a>
132 <h4>InstallInfoDialog.on_deleteButton_clicked</h4>
133 <b>on_deleteButton_clicked</b>(<i></i>)
134
135 <p>
136 Private slot deleting the install information file.
137 </p>
138 <a NAME="InstallInfoDialog.on_editButton_toggled" ID="InstallInfoDialog.on_editButton_toggled"></a>
139 <h4>InstallInfoDialog.on_editButton_toggled</h4>
140 <b>on_editButton_toggled</b>(<i>checked</i>)
141
142 <p>
143 Private slot to switch the dialog into edit mode.
144 </p>
145 <dl>
146
147 <dt><i>checked</i> (bool)</dt>
148 <dd>
149 flag giving the button check state
150 </dd>
151 </dl>
152 <a NAME="InstallInfoDialog.on_saveButton_clicked" ID="InstallInfoDialog.on_saveButton_clicked"></a>
153 <h4>InstallInfoDialog.on_saveButton_clicked</h4>
154 <b>on_saveButton_clicked</b>(<i></i>)
155
156 <p>
157 Private slot handling the save button press.
158 </p>
159 <a NAME="InstallInfoDialog.on_updateButton_clicked" ID="InstallInfoDialog.on_updateButton_clicked"></a>
160 <h4>InstallInfoDialog.on_updateButton_clicked</h4>
161 <b>on_updateButton_clicked</b>(<i></i>)
162
163 <p>
164 Private slot to show some upgrade instructions.
165 </p>
166 <a NAME="InstallInfoDialog.reject" ID="InstallInfoDialog.reject"></a>
167 <h4>InstallInfoDialog.reject</h4>
168 <b>reject</b>(<i></i>)
169
170 <p>
171 Public slot handling the closing of the dialog.
172 </p>
173 <a NAME="InstallInfoDialog.wasLoaded" ID="InstallInfoDialog.wasLoaded"></a>
174 <h4>InstallInfoDialog.wasLoaded</h4>
175 <b>wasLoaded</b>(<i></i>)
176
177 <p>
178 Public method to check, if the install data was loaded.
179 </p>
180 <dl>
181 <dt>Return:</dt>
182 <dd>
183 flag indicating the data was loaded
184 </dd>
185 </dl>
186 <dl>
187 <dt>Return Type:</dt>
188 <dd>
189 bool
190 </dd>
191 </dl>
192 <div align="right"><a href="#top">Up</a></div>
193 <hr />
194 </body></html>

eric ide

mercurial