103 <td>Class method to determine the name of the QtHelp collection file.</td> |
103 <td>Class method to determine the name of the QtHelp collection file.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td> |
105 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td> |
106 <td>Class method to get a reference to the most recent active web browser window.</td> |
106 <td>Class method to get a reference to the most recent active web browser window.</td> |
107 </tr><tr> |
107 </tr><tr> |
|
108 <td><a href="#WebBrowserWindow.globalStatusBar">globalStatusBar</a></td> |
|
109 <td>Class method to get a reference to a global status bar.</td> |
|
110 </tr><tr> |
108 <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td> |
111 <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td> |
109 <td>Class method to get a reference to the GreaseMonkey manager.</td> |
112 <td>Class method to get a reference to the GreaseMonkey manager.</td> |
110 </tr><tr> |
113 </tr><tr> |
111 <td><a href="#WebBrowserWindow.helpEngine">helpEngine</a></td> |
114 <td><a href="#WebBrowserWindow.helpEngine">helpEngine</a></td> |
112 <td>Class method to get a reference to the help engine.</td> |
115 <td>Class method to get a reference to the help engine.</td> |
785 </dl><dl> |
788 </dl><dl> |
786 <dt>Return Type:</dt> |
789 <dt>Return Type:</dt> |
787 <dd> |
790 <dd> |
788 WebBrowserWindow |
791 WebBrowserWindow |
789 </dd> |
792 </dd> |
|
793 </dl><a NAME="WebBrowserWindow.globalStatusBar" ID="WebBrowserWindow.globalStatusBar"></a> |
|
794 <h4>WebBrowserWindow.globalStatusBar (class method)</h4> |
|
795 <b>globalStatusBar</b>(<i></i>) |
|
796 <p> |
|
797 Class method to get a reference to a global status bar. |
|
798 </p><p> |
|
799 The global status bar is the status bar of the main window. If |
|
800 no such window exists and the web browser was called from the eric IDE, |
|
801 the status bar of the IDE is returned. |
|
802 </p><dl> |
|
803 <dt>Returns:</dt> |
|
804 <dd> |
|
805 reference to the global status bar |
|
806 </dd> |
|
807 </dl><dl> |
|
808 <dt>Return Type:</dt> |
|
809 <dd> |
|
810 QStatusBar |
|
811 </dd> |
790 </dl><a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a> |
812 </dl><a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a> |
791 <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4> |
813 <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4> |
792 <b>greaseMonkeyManager</b>(<i></i>) |
814 <b>greaseMonkeyManager</b>(<i></i>) |
793 <p> |
815 <p> |
794 Class method to get a reference to the GreaseMonkey manager. |
816 Class method to get a reference to the GreaseMonkey manager. |
963 <dd> |
985 <dd> |
964 flag indicating usage (boolean) |
986 flag indicating usage (boolean) |
965 </dd> |
987 </dd> |
966 </dl><a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> |
988 </dl><a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> |
967 <h4>WebBrowserWindow.showNotification (class method)</h4> |
989 <h4>WebBrowserWindow.showNotification (class method)</h4> |
968 <b>showNotification</b>(<i>icon, heading, text</i>) |
990 <b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) |
969 <p> |
991 <p> |
970 Class method to show a desktop notification. |
992 Class method to show a desktop notification. |
971 </p><dl> |
993 </p><dl> |
972 <dt><i>icon</i></dt> |
994 <dt><i>icon</i> (QPixmap)</dt> |
973 <dd> |
995 <dd> |
974 icon to be shown in the notification (QPixmap) |
996 icon to be shown in the notification |
975 </dd><dt><i>heading</i></dt> |
997 </dd><dt><i>heading</i> (str)</dt> |
976 <dd> |
998 <dd> |
977 heading of the notification (string) |
999 heading of the notification |
978 </dd><dt><i>text</i></dt> |
1000 </dd><dt><i>text</i> (str)</dt> |
979 <dd> |
1001 <dd> |
980 text of the notification (string) |
1002 text of the notification |
|
1003 </dd><dt><i>timeout</i> (int)</dt> |
|
1004 <dd> |
|
1005 time in seconds the notification should be shown |
|
1006 (None = use configured timeout, 0 = indefinitely) |
981 </dd> |
1007 </dd> |
982 </dl><a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a> |
1008 </dl><a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a> |
983 <h4>WebBrowserWindow.speedDial (class method)</h4> |
1009 <h4>WebBrowserWindow.speedDial (class method)</h4> |
984 <b>speedDial</b>(<i></i>) |
1010 <b>speedDial</b>(<i></i>) |
985 <p> |
1011 <p> |