Sat, 04 Aug 2018 15:39:15 +0200
Updated source docu.
--- a/APIs/Python3/eric6.api Sat Aug 04 15:38:32 2018 +0200 +++ b/APIs/Python3/eric6.api Sat Aug 04 15:39:15 2018 +0200 @@ -5756,7 +5756,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_changesetsEdit_textChanged?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_directoryPicker_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog.on_patternEdit_textChanged?4(txt) -eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog?1(parent=None) +eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.HgExportDialog?1(bookmarksList, bookmarkAvailable, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension.HgExtension.shutdown?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension.HgExtension?1(vcs) eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.HgExtensionProjectBrowserHelper._updateVCSStatus?5(name) @@ -6153,7 +6153,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.HgRebaseDialog.on_tag1Combo_editTextChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.HgRebaseDialog.on_tag2Button_toggled?4(checked) eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.HgRebaseDialog.on_tag2Combo_editTextChanged?4(txt) -eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.HgRebaseDialog?1(tagsList, branchesList, bookmarksList=None, parent=None) +eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.HgRebaseDialog?1(tagsList, branchesList, bookmarksList, version, parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.RebaseProjectHelper.initActions?4() eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.RebaseProjectHelper.initMenu?4(mainMenu) eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.RebaseProjectHelper.menuTitle?4() @@ -6260,7 +6260,9 @@ eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGetCurrentBranch?4(repodir) eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGetTagsList?4(repodir, withType=False) eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGraft?4(path, revs=None) +eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGraftAbort?4(path) eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGraftContinue?4(path) +eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGraftStop?4(path) eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgIdentify?4(name) eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgImport?4(name) eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgIncoming?4(name)
--- a/Documentation/Help/source.qhp Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Help/source.qhp Sat Aug 04 15:39:15 2018 +0200 @@ -8338,6 +8338,7 @@ <keyword name="Hg.__getInOutBookmarks" id="Hg.__getInOutBookmarks" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__getInOutBookmarks" /> <keyword name="Hg.__getMostRecentCommitMessage" id="Hg.__getMostRecentCommitMessage" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__getMostRecentCommitMessage" /> <keyword name="Hg.__hgGetFileForRevision" id="Hg.__hgGetFileForRevision" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__hgGetFileForRevision" /> + <keyword name="Hg.__hgGraftSubCommand" id="Hg.__hgGraftSubCommand" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__hgGraftSubCommand" /> <keyword name="Hg.__iniFileChanged" id="Hg.__iniFileChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__iniFileChanged" /> <keyword name="Hg.__monitorRepoIniFile" id="Hg.__monitorRepoIniFile" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__monitorRepoIniFile" /> <keyword name="Hg.__vcsCommit_Step2" id="Hg.__vcsCommit_Step2" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__vcsCommit_Step2" /> @@ -8381,7 +8382,9 @@ <keyword name="Hg.hgGetCurrentBranch" id="Hg.hgGetCurrentBranch" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetCurrentBranch" /> <keyword name="Hg.hgGetTagsList" id="Hg.hgGetTagsList" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetTagsList" /> <keyword name="Hg.hgGraft" id="Hg.hgGraft" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGraft" /> + <keyword name="Hg.hgGraftAbort" id="Hg.hgGraftAbort" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGraftAbort" /> <keyword name="Hg.hgGraftContinue" id="Hg.hgGraftContinue" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGraftContinue" /> + <keyword name="Hg.hgGraftStop" id="Hg.hgGraftStop" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGraftStop" /> <keyword name="Hg.hgIdentify" id="Hg.hgIdentify" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentify" /> <keyword name="Hg.hgImport" id="Hg.hgImport" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgImport" /> <keyword name="Hg.hgIncoming" id="Hg.hgIncoming" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIncoming" /> @@ -9000,7 +9003,9 @@ <keyword name="HgProjectHelper.__hgExport" id="HgProjectHelper.__hgExport" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExport" /> <keyword name="HgProjectHelper.__hgExtendedDiff" id="HgProjectHelper.__hgExtendedDiff" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExtendedDiff" /> <keyword name="HgProjectHelper.__hgGraft" id="HgProjectHelper.__hgGraft" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgGraft" /> + <keyword name="HgProjectHelper.__hgGraftAbort" id="HgProjectHelper.__hgGraftAbort" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgGraftAbort" /> <keyword name="HgProjectHelper.__hgGraftContinue" id="HgProjectHelper.__hgGraftContinue" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgGraftContinue" /> + <keyword name="HgProjectHelper.__hgGraftStop" id="HgProjectHelper.__hgGraftStop" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgGraftStop" /> <keyword name="HgProjectHelper.__hgHeads" id="HgProjectHelper.__hgHeads" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgHeads" /> <keyword name="HgProjectHelper.__hgIdentify" id="HgProjectHelper.__hgIdentify" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentify" /> <keyword name="HgProjectHelper.__hgImport" id="HgProjectHelper.__hgImport" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgImport" />
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Aug 04 15:39:15 2018 +0200 @@ -82,13 +82,20 @@ </table> <a NAME="HgExportDialog.__init__" ID="HgExportDialog.__init__"></a> <h4>HgExportDialog (Constructor)</h4> -<b>HgExportDialog</b>(<i>parent=None</i>) +<b>HgExportDialog</b>(<i>bookmarksList, bookmarkAvailable, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>bookmarksList</i> (list of str)</dt> +<dd> +list of defined bookmarks +</dd><dt><i>bookmarkAvailable</i> (bool)</dt> <dd> -reference to the parent widget (QWidget) +flag indicating the availability of the + "--bookmark" option +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget </dd> </dl><a NAME="HgExportDialog.__updateOK" ID="HgExportDialog.__updateOK"></a> <h4>HgExportDialog.__updateOK</h4> @@ -104,10 +111,15 @@ <dt>Returns:</dt> <dd> tuple naming the output file name, the list of revisions to - export, and flags indicating to compare against the second parent, - to treat all files as text, to omit dates in the diff headers and - to use the git extended diff format (string, list of strings, - boolean, boolean, boolean, boolean) + export, the name of a bookmarked branch and flags indicating to + compare against the second parent, to treat all files as text, + to omit dates in the diff headers and to use the git extended + diff format +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, list of str, str, bool, bool, bool, bool) </dd> </dl><a NAME="HgExportDialog.on_changesetsEdit_textChanged" ID="HgExportDialog.on_changesetsEdit_textChanged"></a> <h4>HgExportDialog.on_changesetsEdit_textChanged</h4>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Sat Aug 04 15:39:15 2018 +0200 @@ -67,7 +67,7 @@ <td>Public method to retrieve the entered data.</td> </tr><tr> <td><a href="#HgGraftDialog.on_currentUserCheckBox_toggled">on_currentUserCheckBox_toggled</a></td> -<td>Private slot to handle changes of the currentuser state.</td> +<td>Private slot to handle changes of the current user state.</td> </tr><tr> <td><a href="#HgGraftDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> <td>Private slot to react upon changes of revisions.</td> @@ -89,16 +89,15 @@ <p> Constructor </p><dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> -reference to the VCS object (Hg) -</dd><dt><i>revs</i></dt> +reference to the VCS object +</dd><dt><i>revs</i> (list of str)</dt> <dd> -list of revisions to show in the revisions pane (list of - strings) -</dd><dt><i>parent</i></dt> +list of revisions to show in the revisions pane +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl><a NAME="HgGraftDialog.__updateOk" ID="HgGraftDialog.__updateOk"></a> <h4>HgGraftDialog.__updateOk</h4> @@ -118,19 +117,24 @@ current user and the user name, another tuple giving a flag indicating to set the date, a flag indicating to use the current date and the date, a flag indicating to append graft info - to the log message and a flag indicating a dry-run (list of - strings, (boolean, boolean, string), (boolean, boolean, string), - boolean, boolean) + to the log message, a flag indicating a dry-run and a flag + indicating to not commit the copied changesets +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, (bool, bool, str), (bool, bool, str), + bool, bool, bool) </dd> </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a> <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4> <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) <p> - Private slot to handle changes of the currentuser state. + Private slot to handle changes of the current user state. </p><dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -flag giving the checked state (boolean) +flag giving the checked state </dd> </dl><a NAME="HgGraftDialog.on_revisionsEdit_textChanged" ID="HgGraftDialog.on_revisionsEdit_textChanged"></a> <h4>HgGraftDialog.on_revisionsEdit_textChanged</h4> @@ -153,9 +157,9 @@ <p> Private slot to handle changes of the user group state. </p><dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -flag giving the checked state (boolean) +flag giving the checked state </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html Sat Aug 04 15:39:15 2018 +0200 @@ -156,9 +156,15 @@ <td><a href="#HgProjectHelper.__hgGraft">__hgGraft</a></td> <td>Private slot used to copy changesets from another branch.</td> </tr><tr> +<td><a href="#HgProjectHelper.__hgGraftAbort">__hgGraftAbort</a></td> +<td>Private slot used to abort an interrupted copying session and perform a rollback.</td> +</tr><tr> <td><a href="#HgProjectHelper.__hgGraftContinue">__hgGraftContinue</a></td> <td>Private slot used to continue the last copying session after conflicts were resolved.</td> </tr><tr> +<td><a href="#HgProjectHelper.__hgGraftStop">__hgGraftStop</a></td> +<td>Private slot used to stop an interrupted copying session.</td> +</tr><tr> <td><a href="#HgProjectHelper.__hgHeads">__hgHeads</a></td> <td>Private slot used to show the heads of the repository.</td> </tr><tr> @@ -461,12 +467,23 @@ <b>__hgGraft</b>(<i></i>) <p> Private slot used to copy changesets from another branch. +</p><a NAME="HgProjectHelper.__hgGraftAbort" ID="HgProjectHelper.__hgGraftAbort"></a> +<h4>HgProjectHelper.__hgGraftAbort</h4> +<b>__hgGraftAbort</b>(<i></i>) +<p> + Private slot used to abort an interrupted copying session and perform + a rollback. </p><a NAME="HgProjectHelper.__hgGraftContinue" ID="HgProjectHelper.__hgGraftContinue"></a> <h4>HgProjectHelper.__hgGraftContinue</h4> <b>__hgGraftContinue</b>(<i></i>) <p> Private slot used to continue the last copying session after conflicts were resolved. +</p><a NAME="HgProjectHelper.__hgGraftStop" ID="HgProjectHelper.__hgGraftStop"></a> +<h4>HgProjectHelper.__hgGraftStop</h4> +<b>__hgGraftStop</b>(<i></i>) +<p> + Private slot used to stop an interrupted copying session. </p><a NAME="HgProjectHelper.__hgHeads" ID="HgProjectHelper.__hgHeads"></a> <h4>HgProjectHelper.__hgHeads</h4> <b>__hgHeads</b>(<i></i>)
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html Sat Aug 04 15:39:15 2018 +0200 @@ -124,7 +124,7 @@ </table> <a NAME="HgRebaseDialog.__init__" ID="HgRebaseDialog.__init__"></a> <h4>HgRebaseDialog (Constructor)</h4> -<b>HgRebaseDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>) +<b>HgRebaseDialog</b>(<i>tagsList, branchesList, bookmarksList, version, parent=None</i>) <p> Constructor </p><dl> @@ -172,9 +172,15 @@ tuple with a source indicator of "S" or "B", the source revision, the destination revision, a flag indicating to collapse, a flag indicating to keep the original changesets, a flag - indicating to keep the original branch name and a flag indicating - to detach the source (string, string, string, boolean, boolean, - boolean, boolean) + indicating to keep the original branch name, a flag indicating + to detach the source, a flag indicating to perform a dry-run only + and a flag indicating to perform a dry-run first, than ask for + confirmation +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, str, bool, bool, bool, bool, bool, bool) </dd> </dl><a NAME="HgRebaseDialog.on_bookmark1Button_toggled" ID="HgRebaseDialog.on_bookmark1Button_toggled"></a> <h4>HgRebaseDialog.on_bookmark1Button_toggled</h4>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Aug 04 15:39:15 2018 +0200 @@ -89,6 +89,9 @@ <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> <td>Private method to get a file for a specific revision from the repository.</td> </tr><tr> +<td><a href="#Hg.__hgGraftSubCommand">__hgGraftSubCommand</a></td> +<td>Private method to perform a Mercurial graft subcommand.</td> +</tr><tr> <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> <td>Private slot to handle a change of the Mercurial configuration file.</td> </tr><tr> @@ -218,9 +221,15 @@ <td><a href="#Hg.hgGraft">hgGraft</a></td> <td>Public method to copy changesets from another branch.</td> </tr><tr> +<td><a href="#Hg.hgGraftAbort">hgGraftAbort</a></td> +<td>Public method to abort an interrupted copying session and perform a rollback.</td> +</tr><tr> <td><a href="#Hg.hgGraftContinue">hgGraftContinue</a></td> <td>Public method to continue copying changesets from another branch.</td> </tr><tr> +<td><a href="#Hg.hgGraftStop">hgGraftStop</a></td> +<td>Public method to stop an interrupted copying session.</td> +</tr><tr> <td><a href="#Hg.hgIdentify">hgIdentify</a></td> <td>Public method to identify the current working directory.</td> </tr><tr> @@ -493,6 +502,32 @@ <dd> contents of the file (string) and an error message (string) </dd> +</dl><a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> +<h4>Hg.__hgGraftSubCommand</h4> +<b>__hgGraftSubCommand</b>(<i>path, subcommand, title</i>) +<p> + Private method to perform a Mercurial graft subcommand. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +directory name of the project +</dd><dt><i>subcommand</i> (str)</dt> +<dd> +subcommand flag +</dd><dt><i>title</i> (str)</dt> +<dd> +tirle of the dialog +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating that the project should be reread +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="Hg.__iniFileChanged" ID="Hg.__iniFileChanged"></a> <h4>Hg.__iniFileChanged</h4> <b>__iniFileChanged</b>(<i>path</i>) @@ -1033,20 +1068,66 @@ <dd> flag indicating that the project should be reread (boolean) </dd> +</dl><a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> +<h4>Hg.hgGraftAbort</h4> +<b>hgGraftAbort</b>(<i>path</i>) +<p> + Public method to abort an interrupted copying session and perform + a rollback. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +directory name of the project +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating that the project should be reread +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a> <h4>Hg.hgGraftContinue</h4> <b>hgGraftContinue</b>(<i>path</i>) <p> Public method to continue copying changesets from another branch. </p><dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -directory name of the project (string) +directory name of the project </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating that the project should be reread (boolean) +flag indicating that the project should be reread +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="Hg.hgGraftStop" ID="Hg.hgGraftStop"></a> +<h4>Hg.hgGraftStop</h4> +<b>hgGraftStop</b>(<i>path</i>) +<p> + Public method to stop an interrupted copying session. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +directory name of the project +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating that the project should be reread +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl><a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> <h4>Hg.hgIdentify</h4>
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sat Aug 04 15:39:15 2018 +0200 @@ -823,7 +823,7 @@ <h4>WebBrowserView.__quotaRequested</h4> <b>__quotaRequested</b>(<i>quotaRequest</i>) <p> - Private slot to handle quota requests of the web page. + Private slot to handle quota requests of the web page. </p><dl> <dt><i>quotaRequest</i> (QWebEngineQuotaRequest)</dt> <dd> @@ -833,7 +833,7 @@ <h4>WebBrowserView.__registerProtocolHandlerRequested</h4> <b>__registerProtocolHandlerRequested</b>(<i>request</i>) <p> - Private slot to handle requests for registration of a protocol handler. + Private slot to handle requests for registration of a protocol handler. </p><dl> <dt><i>request</i> (QWebEngineRegisterProtocolHandlerRequest)</dt> <dd>