129 <tr><td>None</td></tr> |
129 <tr><td>None</td></tr> |
130 </table> |
130 </table> |
131 |
131 |
132 <a NAME="ManageDictionariesDialog.__init__" ID="ManageDictionariesDialog.__init__"></a> |
132 <a NAME="ManageDictionariesDialog.__init__" ID="ManageDictionariesDialog.__init__"></a> |
133 <h4>ManageDictionariesDialog (Constructor)</h4> |
133 <h4>ManageDictionariesDialog (Constructor)</h4> |
134 <b>ManageDictionariesDialog</b>(<i>writeableDirectories, parent=None</i>) |
134 <b>ManageDictionariesDialog</b>(<i>writeableDirectories, enforceUnencryptedDownloads=False, parent=None, </i>) |
135 |
135 |
136 <p> |
136 <p> |
137 Constructor |
137 Constructor |
138 </p> |
138 </p> |
139 <dl> |
139 <dl> |
140 |
140 |
141 <dt><i>writeableDirectories</i> (list of str)</dt> |
141 <dt><i>writeableDirectories</i> (list of str)</dt> |
142 <dd> |
142 <dd> |
143 list of writable directories |
143 list of writable directories |
144 </dd> |
144 </dd> |
145 <dt><i>parent</i> (QWidget)</dt> |
145 <dt><i>enforceUnencryptedDownloads</i> (bool (optional))</dt> |
146 <dd> |
146 <dd> |
147 reference to the parent widget |
147 flag indicating to perform unencrypted |
|
148 downloads (defaults to False) |
|
149 </dd> |
|
150 <dt><i>parent</i> (QWidget (optional))</dt> |
|
151 <dd> |
|
152 reference to the parent widget (defaults to None) |
148 </dd> |
153 </dd> |
149 </dl> |
154 </dl> |
150 <a NAME="ManageDictionariesDialog.__checkInstalledDictionaries" ID="ManageDictionariesDialog.__checkInstalledDictionaries"></a> |
155 <a NAME="ManageDictionariesDialog.__checkInstalledDictionaries" ID="ManageDictionariesDialog.__checkInstalledDictionaries"></a> |
151 <h4>ManageDictionariesDialog.__checkInstalledDictionaries</h4> |
156 <h4>ManageDictionariesDialog.__checkInstalledDictionaries</h4> |
152 <b>__checkInstalledDictionaries</b>(<i></i>) |
157 <b>__checkInstalledDictionaries</b>(<i></i>) |