eric6/Documentation/Source/eric6.WebBrowser.Navigation.NavigationBar.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.Navigation.NavigationBar</h1> 23 <h1>eric6.WebBrowser.Navigation.NavigationBar</h1>
24
23 <p> 25 <p>
24 Module implementing the navigation bar widget. 26 Module implementing the navigation bar widget.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#NavigationBar">NavigationBar</a></td> 38 <td><a href="#NavigationBar">NavigationBar</a></td>
34 <td>Class implementing the navigation bar.</td> 39 <td>Class implementing the navigation bar.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="NavigationBar" ID="NavigationBar"></a> 49 <a NAME="NavigationBar" ID="NavigationBar"></a>
43 <h2>NavigationBar</h2> 50 <h2>NavigationBar</h2>
51
44 <p> 52 <p>
45 Class implementing the navigation bar. 53 Class implementing the navigation bar.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QWidget 56 QWidget
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#NavigationBar.__init__">NavigationBar</a></td> 72 <td><a href="#NavigationBar.__init__">NavigationBar</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#NavigationBar.__clearHistory">__clearHistory</a></td> 76 <td><a href="#NavigationBar.__clearHistory">__clearHistory</a></td>
64 <td>Private slot to clear the history of the current web browser tab.</td> 77 <td>Private slot to clear the history of the current web browser tab.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#NavigationBar.__contextMenuRequested">__contextMenuRequested</a></td> 80 <td><a href="#NavigationBar.__contextMenuRequested">__contextMenuRequested</a></td>
67 <td>Private method to handle a context menu request.</td> 81 <td>Private method to handle a context menu request.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#NavigationBar.__goBack">__goBack</a></td> 84 <td><a href="#NavigationBar.__goBack">__goBack</a></td>
70 <td>Private slot called to handle the backward button.</td> 85 <td>Private slot called to handle the backward button.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#NavigationBar.__goBackInNewTab">__goBackInNewTab</a></td> 88 <td><a href="#NavigationBar.__goBackInNewTab">__goBackInNewTab</a></td>
73 <td>Private slot handling a middle click or Ctrl left click of the backward button.</td> 89 <td>Private slot handling a middle click or Ctrl left click of the backward button.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#NavigationBar.__goForward">__goForward</a></td> 92 <td><a href="#NavigationBar.__goForward">__goForward</a></td>
76 <td>Private slot called to handle the forward button.</td> 93 <td>Private slot called to handle the forward button.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#NavigationBar.__goForwardInNewTab">__goForwardInNewTab</a></td> 96 <td><a href="#NavigationBar.__goForwardInNewTab">__goForwardInNewTab</a></td>
79 <td>Private slot handling a middle click or Ctrl left click of the forward button.</td> 97 <td>Private slot handling a middle click or Ctrl left click of the forward button.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#NavigationBar.__goHome">__goHome</a></td> 100 <td><a href="#NavigationBar.__goHome">__goHome</a></td>
82 <td>Private slot called to handle the home button.</td> 101 <td>Private slot called to handle the home button.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#NavigationBar.__goHomeInNewTab">__goHomeInNewTab</a></td> 104 <td><a href="#NavigationBar.__goHomeInNewTab">__goHomeInNewTab</a></td>
85 <td>Private slot handling a middle click or Ctrl left click of the home button.</td> 105 <td>Private slot handling a middle click or Ctrl left click of the home button.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#NavigationBar.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td> 108 <td><a href="#NavigationBar.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td>
88 <td>Private slot to go to the selected page.</td> 109 <td>Private slot to go to the selected page.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#NavigationBar.__reload">__reload</a></td> 112 <td><a href="#NavigationBar.__reload">__reload</a></td>
91 <td>Private slot called to handle the reload button.</td> 113 <td>Private slot called to handle the reload button.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#NavigationBar.__showBackMenu">__showBackMenu</a></td> 116 <td><a href="#NavigationBar.__showBackMenu">__showBackMenu</a></td>
94 <td>Private slot showing the backwards navigation menu.</td> 117 <td>Private slot showing the backwards navigation menu.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#NavigationBar.__showForwardMenu">__showForwardMenu</a></td> 120 <td><a href="#NavigationBar.__showForwardMenu">__showForwardMenu</a></td>
97 <td>Private slot showing the forwards navigation menu.</td> 121 <td>Private slot showing the forwards navigation menu.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#NavigationBar.__stopLoad">__stopLoad</a></td> 124 <td><a href="#NavigationBar.__stopLoad">__stopLoad</a></td>
100 <td>Private slot called to handle loading of the current page.</td> 125 <td>Private slot called to handle loading of the current page.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#NavigationBar.backButton">backButton</a></td> 128 <td><a href="#NavigationBar.backButton">backButton</a></td>
103 <td>Public method to get a reference to the back button.</td> 129 <td>Public method to get a reference to the back button.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#NavigationBar.exitFullScreenButton">exitFullScreenButton</a></td> 132 <td><a href="#NavigationBar.exitFullScreenButton">exitFullScreenButton</a></td>
106 <td>Public method to get a reference to the exit full screen button.</td> 133 <td>Public method to get a reference to the exit full screen button.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#NavigationBar.forwardButton">forwardButton</a></td> 136 <td><a href="#NavigationBar.forwardButton">forwardButton</a></td>
109 <td>Public method to get a reference to the forward button.</td> 137 <td>Public method to get a reference to the forward button.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#NavigationBar.reloadStopButton">reloadStopButton</a></td> 140 <td><a href="#NavigationBar.reloadStopButton">reloadStopButton</a></td>
112 <td>Public method to get a reference to the reload/stop button.</td> 141 <td>Public method to get a reference to the reload/stop button.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#NavigationBar.searchEdit">searchEdit</a></td> 144 <td><a href="#NavigationBar.searchEdit">searchEdit</a></td>
115 <td>Public method to get a reference to the web search edit.</td> 145 <td>Public method to get a reference to the web search edit.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#NavigationBar.superMenuButton">superMenuButton</a></td> 148 <td><a href="#NavigationBar.superMenuButton">superMenuButton</a></td>
118 <td>Public method to get a reference to the super menu button.</td> 149 <td>Public method to get a reference to the super menu button.</td>
119 </tr> 150 </tr>
120 </table> 151 </table>
121 <h3>Static Methods</h3> 152 <h3>Static Methods</h3>
153
122 <table> 154 <table>
123 <tr><td>None</td></tr> 155 <tr><td>None</td></tr>
124 </table> 156 </table>
157
125 <a NAME="NavigationBar.__init__" ID="NavigationBar.__init__"></a> 158 <a NAME="NavigationBar.__init__" ID="NavigationBar.__init__"></a>
126 <h4>NavigationBar (Constructor)</h4> 159 <h4>NavigationBar (Constructor)</h4>
127 <b>NavigationBar</b>(<i>mainWindow, parent=None</i>) 160 <b>NavigationBar</b>(<i>mainWindow, parent=None</i>)
161
128 <p> 162 <p>
129 Constructor 163 Constructor
130 </p><dl> 164 </p>
165 <dl>
166
131 <dt><i>mainWindow</i> (WebBrowserWindow)</dt> 167 <dt><i>mainWindow</i> (WebBrowserWindow)</dt>
132 <dd> 168 <dd>
133 reference to the browser main window 169 reference to the browser main window
134 </dd><dt><i>parent</i> (QWidget)</dt> 170 </dd>
171 <dt><i>parent</i> (QWidget)</dt>
135 <dd> 172 <dd>
136 reference to the parent widget 173 reference to the parent widget
137 </dd> 174 </dd>
138 </dl><a NAME="NavigationBar.__clearHistory" ID="NavigationBar.__clearHistory"></a> 175 </dl>
176 <a NAME="NavigationBar.__clearHistory" ID="NavigationBar.__clearHistory"></a>
139 <h4>NavigationBar.__clearHistory</h4> 177 <h4>NavigationBar.__clearHistory</h4>
140 <b>__clearHistory</b>(<i></i>) 178 <b>__clearHistory</b>(<i></i>)
179
141 <p> 180 <p>
142 Private slot to clear the history of the current web browser tab. 181 Private slot to clear the history of the current web browser tab.
143 </p><a NAME="NavigationBar.__contextMenuRequested" ID="NavigationBar.__contextMenuRequested"></a> 182 </p>
183 <a NAME="NavigationBar.__contextMenuRequested" ID="NavigationBar.__contextMenuRequested"></a>
144 <h4>NavigationBar.__contextMenuRequested</h4> 184 <h4>NavigationBar.__contextMenuRequested</h4>
145 <b>__contextMenuRequested</b>(<i>pos</i>) 185 <b>__contextMenuRequested</b>(<i>pos</i>)
186
146 <p> 187 <p>
147 Private method to handle a context menu request. 188 Private method to handle a context menu request.
148 </p><dl> 189 </p>
190 <dl>
191
149 <dt><i>pos</i> (QPoint)</dt> 192 <dt><i>pos</i> (QPoint)</dt>
150 <dd> 193 <dd>
151 position of the request 194 position of the request
152 </dd> 195 </dd>
153 </dl><a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a> 196 </dl>
197 <a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a>
154 <h4>NavigationBar.__goBack</h4> 198 <h4>NavigationBar.__goBack</h4>
155 <b>__goBack</b>(<i></i>) 199 <b>__goBack</b>(<i></i>)
200
156 <p> 201 <p>
157 Private slot called to handle the backward button. 202 Private slot called to handle the backward button.
158 </p><a NAME="NavigationBar.__goBackInNewTab" ID="NavigationBar.__goBackInNewTab"></a> 203 </p>
204 <a NAME="NavigationBar.__goBackInNewTab" ID="NavigationBar.__goBackInNewTab"></a>
159 <h4>NavigationBar.__goBackInNewTab</h4> 205 <h4>NavigationBar.__goBackInNewTab</h4>
160 <b>__goBackInNewTab</b>(<i></i>) 206 <b>__goBackInNewTab</b>(<i></i>)
207
161 <p> 208 <p>
162 Private slot handling a middle click or Ctrl left click of the 209 Private slot handling a middle click or Ctrl left click of the
163 backward button. 210 backward button.
164 </p><a NAME="NavigationBar.__goForward" ID="NavigationBar.__goForward"></a> 211 </p>
212 <a NAME="NavigationBar.__goForward" ID="NavigationBar.__goForward"></a>
165 <h4>NavigationBar.__goForward</h4> 213 <h4>NavigationBar.__goForward</h4>
166 <b>__goForward</b>(<i></i>) 214 <b>__goForward</b>(<i></i>)
215
167 <p> 216 <p>
168 Private slot called to handle the forward button. 217 Private slot called to handle the forward button.
169 </p><a NAME="NavigationBar.__goForwardInNewTab" ID="NavigationBar.__goForwardInNewTab"></a> 218 </p>
219 <a NAME="NavigationBar.__goForwardInNewTab" ID="NavigationBar.__goForwardInNewTab"></a>
170 <h4>NavigationBar.__goForwardInNewTab</h4> 220 <h4>NavigationBar.__goForwardInNewTab</h4>
171 <b>__goForwardInNewTab</b>(<i></i>) 221 <b>__goForwardInNewTab</b>(<i></i>)
222
172 <p> 223 <p>
173 Private slot handling a middle click or Ctrl left click of the 224 Private slot handling a middle click or Ctrl left click of the
174 forward button. 225 forward button.
175 </p><a NAME="NavigationBar.__goHome" ID="NavigationBar.__goHome"></a> 226 </p>
227 <a NAME="NavigationBar.__goHome" ID="NavigationBar.__goHome"></a>
176 <h4>NavigationBar.__goHome</h4> 228 <h4>NavigationBar.__goHome</h4>
177 <b>__goHome</b>(<i></i>) 229 <b>__goHome</b>(<i></i>)
230
178 <p> 231 <p>
179 Private slot called to handle the home button. 232 Private slot called to handle the home button.
180 </p><a NAME="NavigationBar.__goHomeInNewTab" ID="NavigationBar.__goHomeInNewTab"></a> 233 </p>
234 <a NAME="NavigationBar.__goHomeInNewTab" ID="NavigationBar.__goHomeInNewTab"></a>
181 <h4>NavigationBar.__goHomeInNewTab</h4> 235 <h4>NavigationBar.__goHomeInNewTab</h4>
182 <b>__goHomeInNewTab</b>(<i></i>) 236 <b>__goHomeInNewTab</b>(<i></i>)
237
183 <p> 238 <p>
184 Private slot handling a middle click or Ctrl left click of the 239 Private slot handling a middle click or Ctrl left click of the
185 home button. 240 home button.
186 </p><a NAME="NavigationBar.__navigationMenuActionTriggered" ID="NavigationBar.__navigationMenuActionTriggered"></a> 241 </p>
242 <a NAME="NavigationBar.__navigationMenuActionTriggered" ID="NavigationBar.__navigationMenuActionTriggered"></a>
187 <h4>NavigationBar.__navigationMenuActionTriggered</h4> 243 <h4>NavigationBar.__navigationMenuActionTriggered</h4>
188 <b>__navigationMenuActionTriggered</b>(<i>act</i>) 244 <b>__navigationMenuActionTriggered</b>(<i>act</i>)
245
189 <p> 246 <p>
190 Private slot to go to the selected page. 247 Private slot to go to the selected page.
191 </p><dl> 248 </p>
249 <dl>
250
192 <dt><i>act</i></dt> 251 <dt><i>act</i></dt>
193 <dd> 252 <dd>
194 reference to the action selected in the navigation menu 253 reference to the action selected in the navigation menu
195 (QAction) 254 (QAction)
196 </dd> 255 </dd>
197 </dl><a NAME="NavigationBar.__reload" ID="NavigationBar.__reload"></a> 256 </dl>
257 <a NAME="NavigationBar.__reload" ID="NavigationBar.__reload"></a>
198 <h4>NavigationBar.__reload</h4> 258 <h4>NavigationBar.__reload</h4>
199 <b>__reload</b>(<i></i>) 259 <b>__reload</b>(<i></i>)
260
200 <p> 261 <p>
201 Private slot called to handle the reload button. 262 Private slot called to handle the reload button.
202 </p><a NAME="NavigationBar.__showBackMenu" ID="NavigationBar.__showBackMenu"></a> 263 </p>
264 <a NAME="NavigationBar.__showBackMenu" ID="NavigationBar.__showBackMenu"></a>
203 <h4>NavigationBar.__showBackMenu</h4> 265 <h4>NavigationBar.__showBackMenu</h4>
204 <b>__showBackMenu</b>(<i></i>) 266 <b>__showBackMenu</b>(<i></i>)
267
205 <p> 268 <p>
206 Private slot showing the backwards navigation menu. 269 Private slot showing the backwards navigation menu.
207 </p><a NAME="NavigationBar.__showForwardMenu" ID="NavigationBar.__showForwardMenu"></a> 270 </p>
271 <a NAME="NavigationBar.__showForwardMenu" ID="NavigationBar.__showForwardMenu"></a>
208 <h4>NavigationBar.__showForwardMenu</h4> 272 <h4>NavigationBar.__showForwardMenu</h4>
209 <b>__showForwardMenu</b>(<i></i>) 273 <b>__showForwardMenu</b>(<i></i>)
274
210 <p> 275 <p>
211 Private slot showing the forwards navigation menu. 276 Private slot showing the forwards navigation menu.
212 </p><a NAME="NavigationBar.__stopLoad" ID="NavigationBar.__stopLoad"></a> 277 </p>
278 <a NAME="NavigationBar.__stopLoad" ID="NavigationBar.__stopLoad"></a>
213 <h4>NavigationBar.__stopLoad</h4> 279 <h4>NavigationBar.__stopLoad</h4>
214 <b>__stopLoad</b>(<i></i>) 280 <b>__stopLoad</b>(<i></i>)
281
215 <p> 282 <p>
216 Private slot called to handle loading of the current page. 283 Private slot called to handle loading of the current page.
217 </p><a NAME="NavigationBar.backButton" ID="NavigationBar.backButton"></a> 284 </p>
285 <a NAME="NavigationBar.backButton" ID="NavigationBar.backButton"></a>
218 <h4>NavigationBar.backButton</h4> 286 <h4>NavigationBar.backButton</h4>
219 <b>backButton</b>(<i></i>) 287 <b>backButton</b>(<i></i>)
288
220 <p> 289 <p>
221 Public method to get a reference to the back button. 290 Public method to get a reference to the back button.
222 </p><dl> 291 </p>
292 <dl>
223 <dt>Returns:</dt> 293 <dt>Returns:</dt>
224 <dd> 294 <dd>
225 reference to the back button 295 reference to the back button
226 </dd> 296 </dd>
227 </dl><dl> 297 </dl>
298 <dl>
228 <dt>Return Type:</dt> 299 <dt>Return Type:</dt>
229 <dd> 300 <dd>
230 QToolButton 301 QToolButton
231 </dd> 302 </dd>
232 </dl><a NAME="NavigationBar.exitFullScreenButton" ID="NavigationBar.exitFullScreenButton"></a> 303 </dl>
304 <a NAME="NavigationBar.exitFullScreenButton" ID="NavigationBar.exitFullScreenButton"></a>
233 <h4>NavigationBar.exitFullScreenButton</h4> 305 <h4>NavigationBar.exitFullScreenButton</h4>
234 <b>exitFullScreenButton</b>(<i></i>) 306 <b>exitFullScreenButton</b>(<i></i>)
307
235 <p> 308 <p>
236 Public method to get a reference to the exit full screen button. 309 Public method to get a reference to the exit full screen button.
237 </p><dl> 310 </p>
311 <dl>
238 <dt>Returns:</dt> 312 <dt>Returns:</dt>
239 <dd> 313 <dd>
240 reference to the exit full screen button 314 reference to the exit full screen button
241 </dd> 315 </dd>
242 </dl><dl> 316 </dl>
317 <dl>
243 <dt>Return Type:</dt> 318 <dt>Return Type:</dt>
244 <dd> 319 <dd>
245 QToolButton 320 QToolButton
246 </dd> 321 </dd>
247 </dl><a NAME="NavigationBar.forwardButton" ID="NavigationBar.forwardButton"></a> 322 </dl>
323 <a NAME="NavigationBar.forwardButton" ID="NavigationBar.forwardButton"></a>
248 <h4>NavigationBar.forwardButton</h4> 324 <h4>NavigationBar.forwardButton</h4>
249 <b>forwardButton</b>(<i></i>) 325 <b>forwardButton</b>(<i></i>)
326
250 <p> 327 <p>
251 Public method to get a reference to the forward button. 328 Public method to get a reference to the forward button.
252 </p><dl> 329 </p>
330 <dl>
253 <dt>Returns:</dt> 331 <dt>Returns:</dt>
254 <dd> 332 <dd>
255 reference to the forward button 333 reference to the forward button
256 </dd> 334 </dd>
257 </dl><dl> 335 </dl>
336 <dl>
258 <dt>Return Type:</dt> 337 <dt>Return Type:</dt>
259 <dd> 338 <dd>
260 QToolButton 339 QToolButton
261 </dd> 340 </dd>
262 </dl><a NAME="NavigationBar.reloadStopButton" ID="NavigationBar.reloadStopButton"></a> 341 </dl>
342 <a NAME="NavigationBar.reloadStopButton" ID="NavigationBar.reloadStopButton"></a>
263 <h4>NavigationBar.reloadStopButton</h4> 343 <h4>NavigationBar.reloadStopButton</h4>
264 <b>reloadStopButton</b>(<i></i>) 344 <b>reloadStopButton</b>(<i></i>)
345
265 <p> 346 <p>
266 Public method to get a reference to the reload/stop button. 347 Public method to get a reference to the reload/stop button.
267 </p><dl> 348 </p>
349 <dl>
268 <dt>Returns:</dt> 350 <dt>Returns:</dt>
269 <dd> 351 <dd>
270 reference to the reload/stop button 352 reference to the reload/stop button
271 </dd> 353 </dd>
272 </dl><dl> 354 </dl>
355 <dl>
273 <dt>Return Type:</dt> 356 <dt>Return Type:</dt>
274 <dd> 357 <dd>
275 QToolButton 358 QToolButton
276 </dd> 359 </dd>
277 </dl><a NAME="NavigationBar.searchEdit" ID="NavigationBar.searchEdit"></a> 360 </dl>
361 <a NAME="NavigationBar.searchEdit" ID="NavigationBar.searchEdit"></a>
278 <h4>NavigationBar.searchEdit</h4> 362 <h4>NavigationBar.searchEdit</h4>
279 <b>searchEdit</b>(<i></i>) 363 <b>searchEdit</b>(<i></i>)
364
280 <p> 365 <p>
281 Public method to get a reference to the web search edit. 366 Public method to get a reference to the web search edit.
282 </p><dl> 367 </p>
368 <dl>
283 <dt>Returns:</dt> 369 <dt>Returns:</dt>
284 <dd> 370 <dd>
285 reference to the web search edit 371 reference to the web search edit
286 </dd> 372 </dd>
287 </dl><dl> 373 </dl>
374 <dl>
288 <dt>Return Type:</dt> 375 <dt>Return Type:</dt>
289 <dd> 376 <dd>
290 WebBrowserWebSearchWidget 377 WebBrowserWebSearchWidget
291 </dd> 378 </dd>
292 </dl><a NAME="NavigationBar.superMenuButton" ID="NavigationBar.superMenuButton"></a> 379 </dl>
380 <a NAME="NavigationBar.superMenuButton" ID="NavigationBar.superMenuButton"></a>
293 <h4>NavigationBar.superMenuButton</h4> 381 <h4>NavigationBar.superMenuButton</h4>
294 <b>superMenuButton</b>(<i></i>) 382 <b>superMenuButton</b>(<i></i>)
383
295 <p> 384 <p>
296 Public method to get a reference to the super menu button. 385 Public method to get a reference to the super menu button.
297 </p><dl> 386 </p>
387 <dl>
298 <dt>Returns:</dt> 388 <dt>Returns:</dt>
299 <dd> 389 <dd>
300 reference to the super menu button 390 reference to the super menu button
301 </dd> 391 </dd>
302 </dl><dl> 392 </dl>
393 <dl>
303 <dt>Return Type:</dt> 394 <dt>Return Type:</dt>
304 <dd> 395 <dd>
305 QToolButton 396 QToolButton
306 </dd> 397 </dd>
307 </dl> 398 </dl>

eric ide

mercurial