790 </p><dl> |
790 </p><dl> |
791 <dt><i>windowType</i></dt> |
791 <dt><i>windowType</i></dt> |
792 <dd> |
792 <dd> |
793 type of the requested window (QWebPage.WebWindowType) |
793 type of the requested window (QWebPage.WebWindowType) |
794 </dd> |
794 </dd> |
|
795 </dl><dl> |
|
796 <dt>Returns:</dt> |
|
797 <dd> |
|
798 reference to the created browser window (HelpBrowser) |
|
799 </dd> |
795 </dl><a NAME="HelpBrowser.documentTitle" ID="HelpBrowser.documentTitle"></a> |
800 </dl><a NAME="HelpBrowser.documentTitle" ID="HelpBrowser.documentTitle"></a> |
796 <h4>HelpBrowser.documentTitle</h4> |
801 <h4>HelpBrowser.documentTitle</h4> |
797 <b>documentTitle</b>(<i></i>) |
802 <b>documentTitle</b>(<i></i>) |
798 <p> |
803 <p> |
799 Public method to return the title of the loaded page. |
804 Public method to return the title of the loaded page. |
1027 </p><a NAME="HelpBrowser.progress" ID="HelpBrowser.progress"></a> |
1032 </p><a NAME="HelpBrowser.progress" ID="HelpBrowser.progress"></a> |
1028 <h4>HelpBrowser.progress</h4> |
1033 <h4>HelpBrowser.progress</h4> |
1029 <b>progress</b>(<i></i>) |
1034 <b>progress</b>(<i></i>) |
1030 <p> |
1035 <p> |
1031 Public method to get the load progress. |
1036 Public method to get the load progress. |
1032 </p><a NAME="HelpBrowser.reload" ID="HelpBrowser.reload"></a> |
1037 </p><dl> |
|
1038 <dt>Returns:</dt> |
|
1039 <dd> |
|
1040 load progress (integer) |
|
1041 </dd> |
|
1042 </dl><a NAME="HelpBrowser.reload" ID="HelpBrowser.reload"></a> |
1033 <h4>HelpBrowser.reload</h4> |
1043 <h4>HelpBrowser.reload</h4> |
1034 <b>reload</b>(<i></i>) |
1044 <b>reload</b>(<i></i>) |
1035 <p> |
1045 <p> |
1036 Public slot to reload the current page. |
1046 Public slot to reload the current page. |
1037 </p><a NAME="HelpBrowser.saveAs" ID="HelpBrowser.saveAs"></a> |
1047 </p><a NAME="HelpBrowser.saveAs" ID="HelpBrowser.saveAs"></a> |
1387 </dl><a NAME="HelpWebPage.showSslInfo" ID="HelpWebPage.showSslInfo"></a> |
1397 </dl><a NAME="HelpWebPage.showSslInfo" ID="HelpWebPage.showSslInfo"></a> |
1388 <h4>HelpWebPage.showSslInfo</h4> |
1398 <h4>HelpWebPage.showSslInfo</h4> |
1389 <b>showSslInfo</b>(<i>pos</i>) |
1399 <b>showSslInfo</b>(<i>pos</i>) |
1390 <p> |
1400 <p> |
1391 Public slot to show some SSL information for the loaded page. |
1401 Public slot to show some SSL information for the loaded page. |
1392 </p><a NAME="HelpWebPage.supportsExtension" ID="HelpWebPage.supportsExtension"></a> |
1402 </p><dl> |
|
1403 <dt><i>pos</i></dt> |
|
1404 <dd> |
|
1405 position to show the info at (QPoint) |
|
1406 </dd> |
|
1407 </dl><a NAME="HelpWebPage.supportsExtension" ID="HelpWebPage.supportsExtension"></a> |
1393 <h4>HelpWebPage.supportsExtension</h4> |
1408 <h4>HelpWebPage.supportsExtension</h4> |
1394 <b>supportsExtension</b>(<i>extension</i>) |
1409 <b>supportsExtension</b>(<i>extension</i>) |
1395 <p> |
1410 <p> |
1396 Public method to check the support for an extension. |
1411 Public method to check the support for an extension. |
1397 </p><dl> |
1412 </p><dl> |
1632 <h2>contentSniff</h2> |
1647 <h2>contentSniff</h2> |
1633 <b>contentSniff</b>(<i>data</i>) |
1648 <b>contentSniff</b>(<i>data</i>) |
1634 <p> |
1649 <p> |
1635 Module function to do some content sniffing to check, if the data is HTML. |
1650 Module function to do some content sniffing to check, if the data is HTML. |
1636 </p><dl> |
1651 </p><dl> |
|
1652 <dt><i>data</i></dt> |
|
1653 <dd> |
|
1654 data block to sniff at (string) |
|
1655 </dd> |
|
1656 </dl><dl> |
1637 <dt>Returns:</dt> |
1657 <dt>Returns:</dt> |
1638 <dd> |
1658 <dd> |
1639 flag indicating HTML content (boolean) |
1659 flag indicating HTML content (boolean) |
1640 </dd> |
1660 </dd> |
1641 </dl> |
1661 </dl> |