98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#HelpWindow.networkAccessManager">networkAccessManager</a></td> |
99 <td><a href="#HelpWindow.networkAccessManager">networkAccessManager</a></td> |
100 <td>Class method to get a reference to the network access manager.</td> |
100 <td>Class method to get a reference to the network access manager.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#HelpWindow.notificationsEnabled">notificationsEnabled</a></td> |
102 <td><a href="#HelpWindow.notificationsEnabled">notificationsEnabled</a></td> |
103 <td>Clsss method to check, if notifications are enabled.</td> |
103 <td>Class method to check, if notifications are enabled.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#HelpWindow.passwordManager">passwordManager</a></td> |
105 <td><a href="#HelpWindow.passwordManager">passwordManager</a></td> |
106 <td>Class method to get a reference to the password manager.</td> |
106 <td>Class method to get a reference to the password manager.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#HelpWindow.personalInformationManager">personalInformationManager</a></td> |
108 <td><a href="#HelpWindow.personalInformationManager">personalInformationManager</a></td> |
110 </tr><tr> |
110 </tr><tr> |
111 <td><a href="#HelpWindow.setUseQtHelp">setUseQtHelp</a></td> |
111 <td><a href="#HelpWindow.setUseQtHelp">setUseQtHelp</a></td> |
112 <td>Class method to set the QtHelp usage.</td> |
112 <td>Class method to set the QtHelp usage.</td> |
113 </tr><tr> |
113 </tr><tr> |
114 <td><a href="#HelpWindow.showNotification">showNotification</a></td> |
114 <td><a href="#HelpWindow.showNotification">showNotification</a></td> |
115 <td>Clsss method to show a desktop notification.</td> |
115 <td>Class method to show a desktop notification.</td> |
116 </tr><tr> |
116 </tr><tr> |
117 <td><a href="#HelpWindow.speedDial">speedDial</a></td> |
117 <td><a href="#HelpWindow.speedDial">speedDial</a></td> |
118 <td>Class methdo to get a reference to the speed dial.</td> |
118 <td>Class methdo to get a reference to the speed dial.</td> |
119 </tr><tr> |
119 </tr><tr> |
120 <td><a href="#HelpWindow.syncManager">syncManager</a></td> |
120 <td><a href="#HelpWindow.syncManager">syncManager</a></td> |
435 </tr><tr> |
435 </tr><tr> |
436 <td><a href="#HelpWindow.browsers">browsers</a></td> |
436 <td><a href="#HelpWindow.browsers">browsers</a></td> |
437 <td>Public method to get a list of references to all help browsers.</td> |
437 <td>Public method to get a list of references to all help browsers.</td> |
438 </tr><tr> |
438 </tr><tr> |
439 <td><a href="#HelpWindow.closeEvent">closeEvent</a></td> |
439 <td><a href="#HelpWindow.closeEvent">closeEvent</a></td> |
440 <td>Private event handler for the close event.</td> |
440 <td>Protected event handler for the close event.</td> |
441 </tr><tr> |
441 </tr><tr> |
442 <td><a href="#HelpWindow.currentBrowser">currentBrowser</a></td> |
442 <td><a href="#HelpWindow.currentBrowser">currentBrowser</a></td> |
443 <td>Public method to get a reference to the current help browser.</td> |
443 <td>Public method to get a reference to the current help browser.</td> |
444 </tr><tr> |
444 </tr><tr> |
445 <td><a href="#HelpWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td> |
445 <td><a href="#HelpWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td> |
652 </dd> |
652 </dd> |
653 </dl><a NAME="HelpWindow.notificationsEnabled" ID="HelpWindow.notificationsEnabled"></a> |
653 </dl><a NAME="HelpWindow.notificationsEnabled" ID="HelpWindow.notificationsEnabled"></a> |
654 <h4>HelpWindow.notificationsEnabled (class method)</h4> |
654 <h4>HelpWindow.notificationsEnabled (class method)</h4> |
655 <b>notificationsEnabled</b>(<i></i>) |
655 <b>notificationsEnabled</b>(<i></i>) |
656 <p> |
656 <p> |
657 Clsss method to check, if notifications are enabled. |
657 Class method to check, if notifications are enabled. |
658 </p><dl> |
658 </p><dl> |
659 <dt>Returns:</dt> |
659 <dt>Returns:</dt> |
660 <dd> |
660 <dd> |
661 flag indicating, if notifications are enabled (boolean) |
661 flag indicating, if notifications are enabled (boolean) |
662 </dd> |
662 </dd> |
693 </dd> |
693 </dd> |
694 </dl><a NAME="HelpWindow.showNotification" ID="HelpWindow.showNotification"></a> |
694 </dl><a NAME="HelpWindow.showNotification" ID="HelpWindow.showNotification"></a> |
695 <h4>HelpWindow.showNotification (class method)</h4> |
695 <h4>HelpWindow.showNotification (class method)</h4> |
696 <b>showNotification</b>(<i>icon, heading, text</i>) |
696 <b>showNotification</b>(<i>icon, heading, text</i>) |
697 <p> |
697 <p> |
698 Clsss method to show a desktop notification. |
698 Class method to show a desktop notification. |
699 </p><dl> |
699 </p><dl> |
700 <dt><i>icon</i></dt> |
700 <dt><i>icon</i></dt> |
701 <dd> |
701 <dd> |
702 icon to be shown in the notification (QPixmap) |
702 icon to be shown in the notification (QPixmap) |
703 </dd><dt><i>heading</i></dt> |
703 </dd><dt><i>heading</i></dt> |
1437 </dd> |
1437 </dd> |
1438 </dl><a NAME="HelpWindow.closeEvent" ID="HelpWindow.closeEvent"></a> |
1438 </dl><a NAME="HelpWindow.closeEvent" ID="HelpWindow.closeEvent"></a> |
1439 <h4>HelpWindow.closeEvent</h4> |
1439 <h4>HelpWindow.closeEvent</h4> |
1440 <b>closeEvent</b>(<i>e</i>) |
1440 <b>closeEvent</b>(<i>e</i>) |
1441 <p> |
1441 <p> |
1442 Private event handler for the close event. |
1442 Protected event handler for the close event. |
1443 </p><dl> |
1443 </p><dl> |
1444 <dt><i>e</i></dt> |
1444 <dt><i>e</i></dt> |
1445 <dd> |
1445 <dd> |
1446 the close event (QCloseEvent) |
1446 the close event (QCloseEvent) |
1447 <br />This event is simply accepted after the history has been |
1447 <br />This event is simply accepted after the history has been |