diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html --- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html Mon Feb 01 10:38:16 2021 +0100 @@ -406,17 +406,17 @@ <dd> text to be elided (string) </dd> -<dt><i>mode=</i></dt> +<dt><i>mode</i></dt> <dd> elide mode (Qt.TextElideMode) </dd> -<dt><i>length=</i></dt> +<dt><i>length</i></dt> <dd> amount of characters to be used (integer) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the elided text (string) </dd> @@ -436,7 +436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> guessed URL (QUrl) </dd> @@ -758,7 +758,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the indexed browser (WebBrowserView) </dd> @@ -771,7 +771,7 @@ Public method to get a list of references to all browsers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to browsers (list of WebBrowserView) </dd> @@ -784,7 +784,7 @@ Public method to check, if closed tabs can be restored. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that closed tabs can be restored (boolean) </dd> @@ -857,7 +857,7 @@ Public slot to get a reference to the closed tabs manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the closed tabs manager (ClosedTabsManager) </dd> @@ -870,7 +870,7 @@ Public method to get a reference to the current browser. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current browser (WebBrowserView) </dd> @@ -883,7 +883,7 @@ Public method to get a reference to the current url bar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current url bar (UrlBar) </dd> @@ -896,7 +896,7 @@ Public method to populate the session data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the session data </dd> @@ -915,7 +915,7 @@ Public method to get a list of all opened Qt help files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with tab id as key and host/namespace as value </dd> @@ -948,23 +948,23 @@ <dd> link to be shown </dd> -<dt><i>position=</i> (int)</dt> +<dt><i>position</i> (int)</dt> <dd> position to create the new tab at or -1 to add it to the end </dd> -<dt><i>background=</i> (bool)</dt> +<dt><i>background</i> (bool)</dt> <dd> flag indicating to open the tab in the background </dd> -<dt><i>restoreSession=</i> (bool)</dt> +<dt><i>restoreSession</i> (bool)</dt> <dd> flag indicating a restore session action </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new browser </dd> @@ -992,14 +992,14 @@ <dd> link to be shown (string or QUrl) </dd> -<dt><i>background=</i></dt> +<dt><i>background</i></dt> <dd> flag indicating to open the tab in the background (bool) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new browser </dd> @@ -1095,7 +1095,7 @@ Public method to check, if the application should be shut down. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a shut down (boolean) </dd> @@ -1108,7 +1108,7 @@ Public method to get a reference to the stacked url bar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the stacked url bar (StackedUrlBar) </dd> @@ -1129,7 +1129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the associated urlbar </dd> @@ -1151,7 +1151,7 @@ Static method to test the availability of CUPS. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of CUPS </dd>