eric6/Documentation/Source/eric6.WebBrowser.SpellCheck.ManageDictionariesDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7946
6901746220fc
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.WebBrowser.SpellCheck.ManageDictionariesDialog</h1> 23 <h1>eric6.WebBrowser.SpellCheck.ManageDictionariesDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to install spell checking dictionaries. 26 Module implementing a dialog to install spell checking dictionaries.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#ManageDictionariesDialog">ManageDictionariesDialog</a></td> 38 <td><a href="#ManageDictionariesDialog">ManageDictionariesDialog</a></td>
34 <td>Class implementing a dialog to install spell checking dictionaries.</td> 39 <td>Class implementing a dialog to install spell checking dictionaries.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="ManageDictionariesDialog" ID="ManageDictionariesDialog"></a> 49 <a NAME="ManageDictionariesDialog" ID="ManageDictionariesDialog"></a>
43 <h2>ManageDictionariesDialog</h2> 50 <h2>ManageDictionariesDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to install spell checking dictionaries. 53 Class implementing a dialog to install spell checking dictionaries.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_ManageDictionariesDialog 56 QDialog, Ui_ManageDictionariesDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>DocumentationDirRole</td></tr><tr><td>FilenameRole</td></tr><tr><td>LocalesRole</td></tr><tr><td>UrlRole</td></tr> 60 <tr><td>DocumentationDirRole</td></tr><tr><td>FilenameRole</td></tr><tr><td>LocalesRole</td></tr><tr><td>UrlRole</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#ManageDictionariesDialog.__init__">ManageDictionariesDialog</a></td> 72 <td><a href="#ManageDictionariesDialog.__init__">ManageDictionariesDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#ManageDictionariesDialog.__checkInstalledDictionaries">__checkInstalledDictionaries</a></td> 76 <td><a href="#ManageDictionariesDialog.__checkInstalledDictionaries">__checkInstalledDictionaries</a></td>
64 <td>Private method to check all installed dictionaries.</td> 77 <td>Private method to check all installed dictionaries.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#ManageDictionariesDialog.__downloadCancel">__downloadCancel</a></td> 80 <td><a href="#ManageDictionariesDialog.__downloadCancel">__downloadCancel</a></td>
67 <td>Private slot to cancel the current download.</td> 81 <td>Private slot to cancel the current download.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#ManageDictionariesDialog.__downloadDictionary">__downloadDictionary</a></td> 84 <td><a href="#ManageDictionariesDialog.__downloadDictionary">__downloadDictionary</a></td>
70 <td>Private slot to download a dictionary.</td> 85 <td>Private slot to download a dictionary.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#ManageDictionariesDialog.__downloadProgress">__downloadProgress</a></td> 88 <td><a href="#ManageDictionariesDialog.__downloadProgress">__downloadProgress</a></td>
73 <td>Private slot to show the download progress.</td> 89 <td>Private slot to show the download progress.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#ManageDictionariesDialog.__installDictionary">__installDictionary</a></td> 92 <td><a href="#ManageDictionariesDialog.__installDictionary">__installDictionary</a></td>
76 <td>Private slot to install the downloaded dictionary.</td> 93 <td>Private slot to install the downloaded dictionary.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#ManageDictionariesDialog.__installSelected">__installSelected</a></td> 96 <td><a href="#ManageDictionariesDialog.__installSelected">__installSelected</a></td>
79 <td>Private method to install the selected dictionaries.</td> 97 <td>Private method to install the selected dictionaries.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#ManageDictionariesDialog.__installationFinished">__installationFinished</a></td> 100 <td><a href="#ManageDictionariesDialog.__installationFinished">__installationFinished</a></td>
82 <td>Private method called after all selected dictionaries have been installed.</td> 101 <td>Private method called after all selected dictionaries have been installed.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#ManageDictionariesDialog.__isOnline">__isOnline</a></td> 104 <td><a href="#ManageDictionariesDialog.__isOnline">__isOnline</a></td>
85 <td>Private method to check the online status.</td> 105 <td>Private method to check the online status.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#ManageDictionariesDialog.__listFileDownloaded">__listFileDownloaded</a></td> 108 <td><a href="#ManageDictionariesDialog.__listFileDownloaded">__listFileDownloaded</a></td>
88 <td>Private method called, after the dictionaries list file has been downloaded from the Internet.</td> 109 <td>Private method called, after the dictionaries list file has been downloaded from the Internet.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#ManageDictionariesDialog.__onlineStateChanged">__onlineStateChanged</a></td> 112 <td><a href="#ManageDictionariesDialog.__onlineStateChanged">__onlineStateChanged</a></td>
91 <td>Private slot handling online state changes.</td> 113 <td>Private slot handling online state changes.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#ManageDictionariesDialog.__populateList">__populateList</a></td> 116 <td><a href="#ManageDictionariesDialog.__populateList">__populateList</a></td>
94 <td>Private method to populate the list of available plugins.</td> 117 <td>Private method to populate the list of available plugins.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#ManageDictionariesDialog.__uninstallSelected">__uninstallSelected</a></td> 120 <td><a href="#ManageDictionariesDialog.__uninstallSelected">__uninstallSelected</a></td>
97 <td>Private method to uninstall the selected dictionaries.</td> 121 <td>Private method to uninstall the selected dictionaries.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#ManageDictionariesDialog.addEntry">addEntry</a></td> 124 <td><a href="#ManageDictionariesDialog.addEntry">addEntry</a></td>
100 <td>Public method to add an entry to the list.</td> 125 <td>Public method to add an entry to the list.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#ManageDictionariesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 128 <td><a href="#ManageDictionariesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
103 <td>Private slot to handle the click of a button of the button box.</td> 129 <td>Private slot to handle the click of a button of the button box.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged">on_dictionariesList_itemSelectionChanged</a></td> 132 <td><a href="#ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged">on_dictionariesList_itemSelectionChanged</a></td>
106 <td>Private slot to handle a change of the selection.</td> 133 <td>Private slot to handle a change of the selection.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled">on_dictionariesUrlEditButton_toggled</a></td> 136 <td><a href="#ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled">on_dictionariesUrlEditButton_toggled</a></td>
109 <td>Private slot to set the read only status of the dictionaries URL line edit.</td> 137 <td>Private slot to set the read only status of the dictionaries URL line edit.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#ManageDictionariesDialog.on_locationComboBox_currentTextChanged">on_locationComboBox_currentTextChanged</a></td> 140 <td><a href="#ManageDictionariesDialog.on_locationComboBox_currentTextChanged">on_locationComboBox_currentTextChanged</a></td>
112 <td>Private slot to handle a change of the installation location.</td> 141 <td>Private slot to handle a change of the installation location.</td>
113 </tr> 142 </tr>
114 </table> 143 </table>
115 <h3>Static Methods</h3> 144 <h3>Static Methods</h3>
145
116 <table> 146 <table>
117 <tr><td>None</td></tr> 147 <tr><td>None</td></tr>
118 </table> 148 </table>
149
119 <a NAME="ManageDictionariesDialog.__init__" ID="ManageDictionariesDialog.__init__"></a> 150 <a NAME="ManageDictionariesDialog.__init__" ID="ManageDictionariesDialog.__init__"></a>
120 <h4>ManageDictionariesDialog (Constructor)</h4> 151 <h4>ManageDictionariesDialog (Constructor)</h4>
121 <b>ManageDictionariesDialog</b>(<i>writeableDirectories, parent=None</i>) 152 <b>ManageDictionariesDialog</b>(<i>writeableDirectories, parent=None</i>)
153
122 <p> 154 <p>
123 Constructor 155 Constructor
124 </p><dl> 156 </p>
157 <dl>
158
125 <dt><i>writeableDirectories</i> (list of str)</dt> 159 <dt><i>writeableDirectories</i> (list of str)</dt>
126 <dd> 160 <dd>
127 list of writable directories 161 list of writable directories
128 </dd><dt><i>parent</i> (QWidget)</dt> 162 </dd>
163 <dt><i>parent</i> (QWidget)</dt>
129 <dd> 164 <dd>
130 reference to the parent widget 165 reference to the parent widget
131 </dd> 166 </dd>
132 </dl><a NAME="ManageDictionariesDialog.__checkInstalledDictionaries" ID="ManageDictionariesDialog.__checkInstalledDictionaries"></a> 167 </dl>
168 <a NAME="ManageDictionariesDialog.__checkInstalledDictionaries" ID="ManageDictionariesDialog.__checkInstalledDictionaries"></a>
133 <h4>ManageDictionariesDialog.__checkInstalledDictionaries</h4> 169 <h4>ManageDictionariesDialog.__checkInstalledDictionaries</h4>
134 <b>__checkInstalledDictionaries</b>(<i></i>) 170 <b>__checkInstalledDictionaries</b>(<i></i>)
171
135 <p> 172 <p>
136 Private method to check all installed dictionaries. 173 Private method to check all installed dictionaries.
137 </p><p> 174 </p>
175 <p>
138 Note: A dictionary is assumed to be installed, if at least one of its 176 Note: A dictionary is assumed to be installed, if at least one of its
139 binary dictionaries (*.bdic) is found in the selected dictionaries 177 binary dictionaries (*.bdic) is found in the selected dictionaries
140 location. 178 location.
141 </p><a NAME="ManageDictionariesDialog.__downloadCancel" ID="ManageDictionariesDialog.__downloadCancel"></a> 179 </p>
180 <a NAME="ManageDictionariesDialog.__downloadCancel" ID="ManageDictionariesDialog.__downloadCancel"></a>
142 <h4>ManageDictionariesDialog.__downloadCancel</h4> 181 <h4>ManageDictionariesDialog.__downloadCancel</h4>
143 <b>__downloadCancel</b>(<i></i>) 182 <b>__downloadCancel</b>(<i></i>)
183
144 <p> 184 <p>
145 Private slot to cancel the current download. 185 Private slot to cancel the current download.
146 </p><a NAME="ManageDictionariesDialog.__downloadDictionary" ID="ManageDictionariesDialog.__downloadDictionary"></a> 186 </p>
187 <a NAME="ManageDictionariesDialog.__downloadDictionary" ID="ManageDictionariesDialog.__downloadDictionary"></a>
147 <h4>ManageDictionariesDialog.__downloadDictionary</h4> 188 <h4>ManageDictionariesDialog.__downloadDictionary</h4>
148 <b>__downloadDictionary</b>(<i></i>) 189 <b>__downloadDictionary</b>(<i></i>)
190
149 <p> 191 <p>
150 Private slot to download a dictionary. 192 Private slot to download a dictionary.
151 </p><a NAME="ManageDictionariesDialog.__downloadProgress" ID="ManageDictionariesDialog.__downloadProgress"></a> 193 </p>
194 <a NAME="ManageDictionariesDialog.__downloadProgress" ID="ManageDictionariesDialog.__downloadProgress"></a>
152 <h4>ManageDictionariesDialog.__downloadProgress</h4> 195 <h4>ManageDictionariesDialog.__downloadProgress</h4>
153 <b>__downloadProgress</b>(<i>done, total</i>) 196 <b>__downloadProgress</b>(<i>done, total</i>)
197
154 <p> 198 <p>
155 Private slot to show the download progress. 199 Private slot to show the download progress.
156 </p><dl> 200 </p>
201 <dl>
202
157 <dt><i>done</i> (int)</dt> 203 <dt><i>done</i> (int)</dt>
158 <dd> 204 <dd>
159 number of bytes downloaded so far 205 number of bytes downloaded so far
160 </dd><dt><i>total</i> (int)</dt> 206 </dd>
207 <dt><i>total</i> (int)</dt>
161 <dd> 208 <dd>
162 total bytes to be downloaded 209 total bytes to be downloaded
163 </dd> 210 </dd>
164 </dl><a NAME="ManageDictionariesDialog.__installDictionary" ID="ManageDictionariesDialog.__installDictionary"></a> 211 </dl>
212 <a NAME="ManageDictionariesDialog.__installDictionary" ID="ManageDictionariesDialog.__installDictionary"></a>
165 <h4>ManageDictionariesDialog.__installDictionary</h4> 213 <h4>ManageDictionariesDialog.__installDictionary</h4>
166 <b>__installDictionary</b>(<i>reply</i>) 214 <b>__installDictionary</b>(<i>reply</i>)
215
167 <p> 216 <p>
168 Private slot to install the downloaded dictionary. 217 Private slot to install the downloaded dictionary.
169 </p><dl> 218 </p>
219 <dl>
220
170 <dt><i>reply</i> (QNetworkReply)</dt> 221 <dt><i>reply</i> (QNetworkReply)</dt>
171 <dd> 222 <dd>
172 reference to the network reply 223 reference to the network reply
173 </dd> 224 </dd>
174 </dl><a NAME="ManageDictionariesDialog.__installSelected" ID="ManageDictionariesDialog.__installSelected"></a> 225 </dl>
226 <a NAME="ManageDictionariesDialog.__installSelected" ID="ManageDictionariesDialog.__installSelected"></a>
175 <h4>ManageDictionariesDialog.__installSelected</h4> 227 <h4>ManageDictionariesDialog.__installSelected</h4>
176 <b>__installSelected</b>(<i></i>) 228 <b>__installSelected</b>(<i></i>)
229
177 <p> 230 <p>
178 Private method to install the selected dictionaries. 231 Private method to install the selected dictionaries.
179 </p><a NAME="ManageDictionariesDialog.__installationFinished" ID="ManageDictionariesDialog.__installationFinished"></a> 232 </p>
233 <a NAME="ManageDictionariesDialog.__installationFinished" ID="ManageDictionariesDialog.__installationFinished"></a>
180 <h4>ManageDictionariesDialog.__installationFinished</h4> 234 <h4>ManageDictionariesDialog.__installationFinished</h4>
181 <b>__installationFinished</b>(<i></i>) 235 <b>__installationFinished</b>(<i></i>)
236
182 <p> 237 <p>
183 Private method called after all selected dictionaries have been 238 Private method called after all selected dictionaries have been
184 installed. 239 installed.
185 </p><a NAME="ManageDictionariesDialog.__isOnline" ID="ManageDictionariesDialog.__isOnline"></a> 240 </p>
241 <a NAME="ManageDictionariesDialog.__isOnline" ID="ManageDictionariesDialog.__isOnline"></a>
186 <h4>ManageDictionariesDialog.__isOnline</h4> 242 <h4>ManageDictionariesDialog.__isOnline</h4>
187 <b>__isOnline</b>(<i></i>) 243 <b>__isOnline</b>(<i></i>)
244
188 <p> 245 <p>
189 Private method to check the online status. 246 Private method to check the online status.
190 </p><dl> 247 </p>
248 <dl>
191 <dt>Returns:</dt> 249 <dt>Returns:</dt>
192 <dd> 250 <dd>
193 flag indicating the online status 251 flag indicating the online status
194 </dd> 252 </dd>
195 </dl><dl> 253 </dl>
254 <dl>
196 <dt>Return Type:</dt> 255 <dt>Return Type:</dt>
197 <dd> 256 <dd>
198 bool 257 bool
199 </dd> 258 </dd>
200 </dl><a NAME="ManageDictionariesDialog.__listFileDownloaded" ID="ManageDictionariesDialog.__listFileDownloaded"></a> 259 </dl>
260 <a NAME="ManageDictionariesDialog.__listFileDownloaded" ID="ManageDictionariesDialog.__listFileDownloaded"></a>
201 <h4>ManageDictionariesDialog.__listFileDownloaded</h4> 261 <h4>ManageDictionariesDialog.__listFileDownloaded</h4>
202 <b>__listFileDownloaded</b>(<i>reply</i>) 262 <b>__listFileDownloaded</b>(<i>reply</i>)
263
203 <p> 264 <p>
204 Private method called, after the dictionaries list file has been 265 Private method called, after the dictionaries list file has been
205 downloaded from the Internet. 266 downloaded from the Internet.
206 </p><dl> 267 </p>
268 <dl>
269
207 <dt><i>reply</i> (QNetworkReply)</dt> 270 <dt><i>reply</i> (QNetworkReply)</dt>
208 <dd> 271 <dd>
209 reference to the network reply 272 reference to the network reply
210 </dd> 273 </dd>
211 </dl><a NAME="ManageDictionariesDialog.__onlineStateChanged" ID="ManageDictionariesDialog.__onlineStateChanged"></a> 274 </dl>
275 <a NAME="ManageDictionariesDialog.__onlineStateChanged" ID="ManageDictionariesDialog.__onlineStateChanged"></a>
212 <h4>ManageDictionariesDialog.__onlineStateChanged</h4> 276 <h4>ManageDictionariesDialog.__onlineStateChanged</h4>
213 <b>__onlineStateChanged</b>(<i>online</i>) 277 <b>__onlineStateChanged</b>(<i>online</i>)
278
214 <p> 279 <p>
215 Private slot handling online state changes. 280 Private slot handling online state changes.
216 </p><dl> 281 </p>
282 <dl>
283
217 <dt><i>online</i> (bool)</dt> 284 <dt><i>online</i> (bool)</dt>
218 <dd> 285 <dd>
219 flag indicating the online status 286 flag indicating the online status
220 </dd> 287 </dd>
221 </dl><a NAME="ManageDictionariesDialog.__populateList" ID="ManageDictionariesDialog.__populateList"></a> 288 </dl>
289 <a NAME="ManageDictionariesDialog.__populateList" ID="ManageDictionariesDialog.__populateList"></a>
222 <h4>ManageDictionariesDialog.__populateList</h4> 290 <h4>ManageDictionariesDialog.__populateList</h4>
223 <b>__populateList</b>(<i></i>) 291 <b>__populateList</b>(<i></i>)
292
224 <p> 293 <p>
225 Private method to populate the list of available plugins. 294 Private method to populate the list of available plugins.
226 </p><a NAME="ManageDictionariesDialog.__uninstallSelected" ID="ManageDictionariesDialog.__uninstallSelected"></a> 295 </p>
296 <a NAME="ManageDictionariesDialog.__uninstallSelected" ID="ManageDictionariesDialog.__uninstallSelected"></a>
227 <h4>ManageDictionariesDialog.__uninstallSelected</h4> 297 <h4>ManageDictionariesDialog.__uninstallSelected</h4>
228 <b>__uninstallSelected</b>(<i></i>) 298 <b>__uninstallSelected</b>(<i></i>)
299
229 <p> 300 <p>
230 Private method to uninstall the selected dictionaries. 301 Private method to uninstall the selected dictionaries.
231 </p><a NAME="ManageDictionariesDialog.addEntry" ID="ManageDictionariesDialog.addEntry"></a> 302 </p>
303 <a NAME="ManageDictionariesDialog.addEntry" ID="ManageDictionariesDialog.addEntry"></a>
232 <h4>ManageDictionariesDialog.addEntry</h4> 304 <h4>ManageDictionariesDialog.addEntry</h4>
233 <b>addEntry</b>(<i>short, filename, url, documentationDir, locales</i>) 305 <b>addEntry</b>(<i>short, filename, url, documentationDir, locales</i>)
306
234 <p> 307 <p>
235 Public method to add an entry to the list. 308 Public method to add an entry to the list.
236 </p><dl> 309 </p>
310 <dl>
311
237 <dt><i>short</i> (str)</dt> 312 <dt><i>short</i> (str)</dt>
238 <dd> 313 <dd>
239 data for the description field 314 data for the description field
240 </dd><dt><i>filename</i> (str)</dt> 315 </dd>
316 <dt><i>filename</i> (str)</dt>
241 <dd> 317 <dd>
242 data for the filename field 318 data for the filename field
243 </dd><dt><i>url</i> (str)</dt> 319 </dd>
320 <dt><i>url</i> (str)</dt>
244 <dd> 321 <dd>
245 download URL for the dictionary entry 322 download URL for the dictionary entry
246 </dd><dt><i>documentationDir</i> (str)</dt> 323 </dd>
324 <dt><i>documentationDir</i> (str)</dt>
247 <dd> 325 <dd>
248 name of the directory containing the 326 name of the directory containing the
249 dictionary documentation 327 dictionary documentation
250 </dd><dt><i>locales</i> (list of str)</dt> 328 </dd>
329 <dt><i>locales</i> (list of str)</dt>
251 <dd> 330 <dd>
252 list of locales 331 list of locales
253 </dd> 332 </dd>
254 </dl><a NAME="ManageDictionariesDialog.on_buttonBox_clicked" ID="ManageDictionariesDialog.on_buttonBox_clicked"></a> 333 </dl>
334 <a NAME="ManageDictionariesDialog.on_buttonBox_clicked" ID="ManageDictionariesDialog.on_buttonBox_clicked"></a>
255 <h4>ManageDictionariesDialog.on_buttonBox_clicked</h4> 335 <h4>ManageDictionariesDialog.on_buttonBox_clicked</h4>
256 <b>on_buttonBox_clicked</b>(<i>button</i>) 336 <b>on_buttonBox_clicked</b>(<i>button</i>)
337
257 <p> 338 <p>
258 Private slot to handle the click of a button of the button box. 339 Private slot to handle the click of a button of the button box.
259 </p><dl> 340 </p>
341 <dl>
342
260 <dt><i>button</i> (QAbstractButton)</dt> 343 <dt><i>button</i> (QAbstractButton)</dt>
261 <dd> 344 <dd>
262 reference to the button pressed 345 reference to the button pressed
263 </dd> 346 </dd>
264 </dl><a NAME="ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged" ID="ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged"></a> 347 </dl>
348 <a NAME="ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged" ID="ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged"></a>
265 <h4>ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged</h4> 349 <h4>ManageDictionariesDialog.on_dictionariesList_itemSelectionChanged</h4>
266 <b>on_dictionariesList_itemSelectionChanged</b>(<i></i>) 350 <b>on_dictionariesList_itemSelectionChanged</b>(<i></i>)
351
267 <p> 352 <p>
268 Private slot to handle a change of the selection. 353 Private slot to handle a change of the selection.
269 </p><a NAME="ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled" ID="ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled"></a> 354 </p>
355 <a NAME="ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled" ID="ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled"></a>
270 <h4>ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled</h4> 356 <h4>ManageDictionariesDialog.on_dictionariesUrlEditButton_toggled</h4>
271 <b>on_dictionariesUrlEditButton_toggled</b>(<i>checked</i>) 357 <b>on_dictionariesUrlEditButton_toggled</b>(<i>checked</i>)
358
272 <p> 359 <p>
273 Private slot to set the read only status of the dictionaries URL line 360 Private slot to set the read only status of the dictionaries URL line
274 edit. 361 edit.
275 </p><dl> 362 </p>
363 <dl>
364
276 <dt><i>checked</i></dt> 365 <dt><i>checked</i></dt>
277 <dd> 366 <dd>
278 state of the push button (boolean) 367 state of the push button (boolean)
279 </dd> 368 </dd>
280 </dl><a NAME="ManageDictionariesDialog.on_locationComboBox_currentTextChanged" ID="ManageDictionariesDialog.on_locationComboBox_currentTextChanged"></a> 369 </dl>
370 <a NAME="ManageDictionariesDialog.on_locationComboBox_currentTextChanged" ID="ManageDictionariesDialog.on_locationComboBox_currentTextChanged"></a>
281 <h4>ManageDictionariesDialog.on_locationComboBox_currentTextChanged</h4> 371 <h4>ManageDictionariesDialog.on_locationComboBox_currentTextChanged</h4>
282 <b>on_locationComboBox_currentTextChanged</b>(<i>txt</i>) 372 <b>on_locationComboBox_currentTextChanged</b>(<i>txt</i>)
373
283 <p> 374 <p>
284 Private slot to handle a change of the installation location. 375 Private slot to handle a change of the installation location.
285 </p><dl> 376 </p>
377 <dl>
378
286 <dt><i>txt</i> (str)</dt> 379 <dt><i>txt</i> (str)</dt>
287 <dd> 380 <dd>
288 installation location 381 installation location
289 </dd> 382 </dd>
290 </dl> 383 </dl>

eric ide

mercurial