eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8152
0c740fcffd34
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
404 404
405 <dt><i>txt</i></dt> 405 <dt><i>txt</i></dt>
406 <dd> 406 <dd>
407 text to be elided (string) 407 text to be elided (string)
408 </dd> 408 </dd>
409 <dt><i>mode=</i></dt> 409 <dt><i>mode</i></dt>
410 <dd> 410 <dd>
411 elide mode (Qt.TextElideMode) 411 elide mode (Qt.TextElideMode)
412 </dd> 412 </dd>
413 <dt><i>length=</i></dt> 413 <dt><i>length</i></dt>
414 <dd> 414 <dd>
415 amount of characters to be used (integer) 415 amount of characters to be used (integer)
416 </dd> 416 </dd>
417 </dl> 417 </dl>
418 <dl> 418 <dl>
419 <dt>Returns:</dt> 419 <dt>Return:</dt>
420 <dd> 420 <dd>
421 the elided text (string) 421 the elided text (string)
422 </dd> 422 </dd>
423 </dl> 423 </dl>
424 <a NAME="WebBrowserTabWidget.__guessUrlFromPath" ID="WebBrowserTabWidget.__guessUrlFromPath"></a> 424 <a NAME="WebBrowserTabWidget.__guessUrlFromPath" ID="WebBrowserTabWidget.__guessUrlFromPath"></a>
434 <dd> 434 <dd>
435 path string to guess an URL for (string) 435 path string to guess an URL for (string)
436 </dd> 436 </dd>
437 </dl> 437 </dl>
438 <dl> 438 <dl>
439 <dt>Returns:</dt> 439 <dt>Return:</dt>
440 <dd> 440 <dd>
441 guessed URL (QUrl) 441 guessed URL (QUrl)
442 </dd> 442 </dd>
443 </dl> 443 </dl>
444 <a NAME="WebBrowserTabWidget.__iconChanged" ID="WebBrowserTabWidget.__iconChanged"></a> 444 <a NAME="WebBrowserTabWidget.__iconChanged" ID="WebBrowserTabWidget.__iconChanged"></a>
756 <dd> 756 <dd>
757 index of the browser to get (integer) 757 index of the browser to get (integer)
758 </dd> 758 </dd>
759 </dl> 759 </dl>
760 <dl> 760 <dl>
761 <dt>Returns:</dt> 761 <dt>Return:</dt>
762 <dd> 762 <dd>
763 reference to the indexed browser (WebBrowserView) 763 reference to the indexed browser (WebBrowserView)
764 </dd> 764 </dd>
765 </dl> 765 </dl>
766 <a NAME="WebBrowserTabWidget.browsers" ID="WebBrowserTabWidget.browsers"></a> 766 <a NAME="WebBrowserTabWidget.browsers" ID="WebBrowserTabWidget.browsers"></a>
769 769
770 <p> 770 <p>
771 Public method to get a list of references to all browsers. 771 Public method to get a list of references to all browsers.
772 </p> 772 </p>
773 <dl> 773 <dl>
774 <dt>Returns:</dt> 774 <dt>Return:</dt>
775 <dd> 775 <dd>
776 list of references to browsers (list of WebBrowserView) 776 list of references to browsers (list of WebBrowserView)
777 </dd> 777 </dd>
778 </dl> 778 </dl>
779 <a NAME="WebBrowserTabWidget.canRestoreClosedTab" ID="WebBrowserTabWidget.canRestoreClosedTab"></a> 779 <a NAME="WebBrowserTabWidget.canRestoreClosedTab" ID="WebBrowserTabWidget.canRestoreClosedTab"></a>
782 782
783 <p> 783 <p>
784 Public method to check, if closed tabs can be restored. 784 Public method to check, if closed tabs can be restored.
785 </p> 785 </p>
786 <dl> 786 <dl>
787 <dt>Returns:</dt> 787 <dt>Return:</dt>
788 <dd> 788 <dd>
789 flag indicating that closed tabs can be restored (boolean) 789 flag indicating that closed tabs can be restored (boolean)
790 </dd> 790 </dd>
791 </dl> 791 </dl>
792 <a NAME="WebBrowserTabWidget.clearClosedTabsList" ID="WebBrowserTabWidget.clearClosedTabsList"></a> 792 <a NAME="WebBrowserTabWidget.clearClosedTabsList" ID="WebBrowserTabWidget.clearClosedTabsList"></a>
855 855
856 <p> 856 <p>
857 Public slot to get a reference to the closed tabs manager. 857 Public slot to get a reference to the closed tabs manager.
858 </p> 858 </p>
859 <dl> 859 <dl>
860 <dt>Returns:</dt> 860 <dt>Return:</dt>
861 <dd> 861 <dd>
862 reference to the closed tabs manager (ClosedTabsManager) 862 reference to the closed tabs manager (ClosedTabsManager)
863 </dd> 863 </dd>
864 </dl> 864 </dl>
865 <a NAME="WebBrowserTabWidget.currentBrowser" ID="WebBrowserTabWidget.currentBrowser"></a> 865 <a NAME="WebBrowserTabWidget.currentBrowser" ID="WebBrowserTabWidget.currentBrowser"></a>
868 868
869 <p> 869 <p>
870 Public method to get a reference to the current browser. 870 Public method to get a reference to the current browser.
871 </p> 871 </p>
872 <dl> 872 <dl>
873 <dt>Returns:</dt> 873 <dt>Return:</dt>
874 <dd> 874 <dd>
875 reference to the current browser (WebBrowserView) 875 reference to the current browser (WebBrowserView)
876 </dd> 876 </dd>
877 </dl> 877 </dl>
878 <a NAME="WebBrowserTabWidget.currentUrlBar" ID="WebBrowserTabWidget.currentUrlBar"></a> 878 <a NAME="WebBrowserTabWidget.currentUrlBar" ID="WebBrowserTabWidget.currentUrlBar"></a>
881 881
882 <p> 882 <p>
883 Public method to get a reference to the current url bar. 883 Public method to get a reference to the current url bar.
884 </p> 884 </p>
885 <dl> 885 <dl>
886 <dt>Returns:</dt> 886 <dt>Return:</dt>
887 <dd> 887 <dd>
888 reference to the current url bar (UrlBar) 888 reference to the current url bar (UrlBar)
889 </dd> 889 </dd>
890 </dl> 890 </dl>
891 <a NAME="WebBrowserTabWidget.getSessionData" ID="WebBrowserTabWidget.getSessionData"></a> 891 <a NAME="WebBrowserTabWidget.getSessionData" ID="WebBrowserTabWidget.getSessionData"></a>
894 894
895 <p> 895 <p>
896 Public method to populate the session data. 896 Public method to populate the session data.
897 </p> 897 </p>
898 <dl> 898 <dl>
899 <dt>Returns:</dt> 899 <dt>Return:</dt>
900 <dd> 900 <dd>
901 dictionary containing the session data 901 dictionary containing the session data
902 </dd> 902 </dd>
903 </dl> 903 </dl>
904 <dl> 904 <dl>
913 913
914 <p> 914 <p>
915 Public method to get a list of all opened Qt help files. 915 Public method to get a list of all opened Qt help files.
916 </p> 916 </p>
917 <dl> 917 <dl>
918 <dt>Returns:</dt> 918 <dt>Return:</dt>
919 <dd> 919 <dd>
920 dictionary with tab id as key and host/namespace as value 920 dictionary with tab id as key and host/namespace as value
921 </dd> 921 </dd>
922 </dl> 922 </dl>
923 <a NAME="WebBrowserTabWidget.loadFromSessionData" ID="WebBrowserTabWidget.loadFromSessionData"></a> 923 <a NAME="WebBrowserTabWidget.loadFromSessionData" ID="WebBrowserTabWidget.loadFromSessionData"></a>
946 946
947 <dt><i>link</i> (str or QUrl)</dt> 947 <dt><i>link</i> (str or QUrl)</dt>
948 <dd> 948 <dd>
949 link to be shown 949 link to be shown
950 </dd> 950 </dd>
951 <dt><i>position=</i> (int)</dt> 951 <dt><i>position</i> (int)</dt>
952 <dd> 952 <dd>
953 position to create the new tab at or -1 to add it 953 position to create the new tab at or -1 to add it
954 to the end 954 to the end
955 </dd> 955 </dd>
956 <dt><i>background=</i> (bool)</dt> 956 <dt><i>background</i> (bool)</dt>
957 <dd> 957 <dd>
958 flag indicating to open the tab in the 958 flag indicating to open the tab in the
959 background 959 background
960 </dd> 960 </dd>
961 <dt><i>restoreSession=</i> (bool)</dt> 961 <dt><i>restoreSession</i> (bool)</dt>
962 <dd> 962 <dd>
963 flag indicating a restore session action 963 flag indicating a restore session action
964 </dd> 964 </dd>
965 </dl> 965 </dl>
966 <dl> 966 <dl>
967 <dt>Returns:</dt> 967 <dt>Return:</dt>
968 <dd> 968 <dd>
969 reference to the new browser 969 reference to the new browser
970 </dd> 970 </dd>
971 </dl> 971 </dl>
972 <dl> 972 <dl>
990 </dd> 990 </dd>
991 <dt><i>link</i></dt> 991 <dt><i>link</i></dt>
992 <dd> 992 <dd>
993 link to be shown (string or QUrl) 993 link to be shown (string or QUrl)
994 </dd> 994 </dd>
995 <dt><i>background=</i></dt> 995 <dt><i>background</i></dt>
996 <dd> 996 <dd>
997 flag indicating to open the tab in the 997 flag indicating to open the tab in the
998 background (bool) 998 background (bool)
999 </dd> 999 </dd>
1000 </dl> 1000 </dl>
1001 <dl> 1001 <dl>
1002 <dt>Returns:</dt> 1002 <dt>Return:</dt>
1003 <dd> 1003 <dd>
1004 reference to the new browser 1004 reference to the new browser
1005 </dd> 1005 </dd>
1006 </dl> 1006 </dl>
1007 <dl> 1007 <dl>
1093 1093
1094 <p> 1094 <p>
1095 Public method to check, if the application should be shut down. 1095 Public method to check, if the application should be shut down.
1096 </p> 1096 </p>
1097 <dl> 1097 <dl>
1098 <dt>Returns:</dt> 1098 <dt>Return:</dt>
1099 <dd> 1099 <dd>
1100 flag indicating a shut down (boolean) 1100 flag indicating a shut down (boolean)
1101 </dd> 1101 </dd>
1102 </dl> 1102 </dl>
1103 <a NAME="WebBrowserTabWidget.stackedUrlBar" ID="WebBrowserTabWidget.stackedUrlBar"></a> 1103 <a NAME="WebBrowserTabWidget.stackedUrlBar" ID="WebBrowserTabWidget.stackedUrlBar"></a>
1106 1106
1107 <p> 1107 <p>
1108 Public method to get a reference to the stacked url bar. 1108 Public method to get a reference to the stacked url bar.
1109 </p> 1109 </p>
1110 <dl> 1110 <dl>
1111 <dt>Returns:</dt> 1111 <dt>Return:</dt>
1112 <dd> 1112 <dd>
1113 reference to the stacked url bar (StackedUrlBar) 1113 reference to the stacked url bar (StackedUrlBar)
1114 </dd> 1114 </dd>
1115 </dl> 1115 </dl>
1116 <a NAME="WebBrowserTabWidget.urlBarForView" ID="WebBrowserTabWidget.urlBarForView"></a> 1116 <a NAME="WebBrowserTabWidget.urlBarForView" ID="WebBrowserTabWidget.urlBarForView"></a>
1127 <dd> 1127 <dd>
1128 reference to the view to get the urlbar for 1128 reference to the view to get the urlbar for
1129 </dd> 1129 </dd>
1130 </dl> 1130 </dl>
1131 <dl> 1131 <dl>
1132 <dt>Returns:</dt> 1132 <dt>Return:</dt>
1133 <dd> 1133 <dd>
1134 reference to the associated urlbar 1134 reference to the associated urlbar
1135 </dd> 1135 </dd>
1136 </dl> 1136 </dl>
1137 <dl> 1137 <dl>
1149 1149
1150 <p> 1150 <p>
1151 Static method to test the availability of CUPS. 1151 Static method to test the availability of CUPS.
1152 </p> 1152 </p>
1153 <dl> 1153 <dl>
1154 <dt>Returns:</dt> 1154 <dt>Return:</dt>
1155 <dd> 1155 <dd>
1156 flag indicating the availability of CUPS 1156 flag indicating the availability of CUPS
1157 </dd> 1157 </dd>
1158 </dl> 1158 </dl>
1159 <dl> 1159 <dl>

eric ide

mercurial