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

changeset 7900
72b88fb20261
parent 7580
64e54a289db0
child 7989
a21d673a8f99
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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>
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>
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>

eric ide

mercurial