src/eric7/Documentation/Source/eric7.WebBrowser.SpellCheck.ManageDictionariesDialog.html

branch
eric7
changeset 9984
e99fe0e9a1e3
parent 9209
b99e7fd55fd3
child 10436
f6881d10e995
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.SpellCheck.ManageDictionariesDialog.html	Mon Apr 17 14:38:57 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SpellCheck.ManageDictionariesDialog.html	Mon Apr 17 14:52:51 2023 +0200
@@ -131,7 +131,7 @@
 
 <a NAME="ManageDictionariesDialog.__init__" ID="ManageDictionariesDialog.__init__"></a>
 <h4>ManageDictionariesDialog (Constructor)</h4>
-<b>ManageDictionariesDialog</b>(<i>writeableDirectories, parent=None</i>)
+<b>ManageDictionariesDialog</b>(<i>writeableDirectories, enforceUnencryptedDownloads=False, parent=None, </i>)
 
 <p>
         Constructor
@@ -142,9 +142,14 @@
 <dd>
 list of writable directories
 </dd>
-<dt><i>parent</i> (QWidget)</dt>
+<dt><i>enforceUnencryptedDownloads</i> (bool (optional))</dt>
 <dd>
-reference to the parent widget
+flag indicating to perform unencrypted
+            downloads (defaults to False)
+</dd>
+<dt><i>parent</i> (QWidget (optional))</dt>
+<dd>
+reference to the parent widget (defaults to None)
 </dd>
 </dl>
 <a NAME="ManageDictionariesDialog.__checkInstalledDictionaries" ID="ManageDictionariesDialog.__checkInstalledDictionaries"></a>

eric ide

mercurial