5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.HelpViewer.HelpViewerImplQWE</h1> |
9 <h1>eric7.HelpViewer.HelpViewerImplQWE</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the help viewer base class. |
11 Module implementing the help viewer base class. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#HelpViewerImplQWE">HelpViewerImplQWE</a></td> |
22 <td><a href="#HelpViewerImplQWE">HelpViewerImplQWE</a></td> |
25 <td>Class implementing the QTextBrowser based help viewer class.</td> |
23 <td>Class implementing the QTextBrowser based help viewer class.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="HelpViewerImplQWE" ID="HelpViewerImplQWE"></a> |
34 <a NAME="HelpViewerImplQWE" ID="HelpViewerImplQWE"></a> |
36 <h2>HelpViewerImplQWE</h2> |
35 <h2>HelpViewerImplQWE</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the QTextBrowser based help viewer class. |
37 Class implementing the QTextBrowser based help viewer class. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 HelpViewerImpl, QWebEngineView |
41 HelpViewerImpl, QWebEngineView |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
|
45 <table> |
43 <table> |
46 <tr><td>ZoomLevelDefault</td></tr><tr><td>ZoomLevels</td></tr> |
44 <tr><td>ZoomLevelDefault</td></tr> |
|
45 <tr><td>ZoomLevels</td></tr> |
47 </table> |
46 </table> |
|
47 |
48 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
49 |
|
50 <table> |
49 <table> |
51 <tr><td>None</td></tr> |
50 <tr><td>None</td></tr> |
52 </table> |
51 </table> |
|
52 |
53 <h3>Methods</h3> |
53 <h3>Methods</h3> |
54 |
|
55 <table> |
54 <table> |
56 |
|
57 <tr> |
55 <tr> |
58 <td><a href="#HelpViewerImplQWE.__init__">HelpViewerImplQWE</a></td> |
56 <td><a href="#HelpViewerImplQWE.__init__">HelpViewerImplQWE</a></td> |
59 <td>Constructor</td> |
57 <td>Constructor</td> |
60 </tr> |
58 </tr> |
61 <tr> |
59 <tr> |
256 </dd> |
255 </dd> |
257 </dl> |
256 </dl> |
258 <a NAME="HelpViewerImplQWE.__bookmarkPage" ID="HelpViewerImplQWE.__bookmarkPage"></a> |
257 <a NAME="HelpViewerImplQWE.__bookmarkPage" ID="HelpViewerImplQWE.__bookmarkPage"></a> |
259 <h4>HelpViewerImplQWE.__bookmarkPage</h4> |
258 <h4>HelpViewerImplQWE.__bookmarkPage</h4> |
260 <b>__bookmarkPage</b>(<i>act</i>) |
259 <b>__bookmarkPage</b>(<i>act</i>) |
261 |
|
262 <p> |
260 <p> |
263 Private method called by the context menu to bookmark the page. |
261 Private method called by the context menu to bookmark the page. |
264 </p> |
262 </p> |
|
263 |
265 <dl> |
264 <dl> |
266 |
265 |
267 <dt><i>act</i> (QAction)</dt> |
266 <dt><i>act</i> (QAction)</dt> |
268 <dd> |
267 <dd> |
269 reference to the action that triggered |
268 reference to the action that triggered |
270 </dd> |
269 </dd> |
271 </dl> |
270 </dl> |
272 <a NAME="HelpViewerImplQWE.__closeOtherPages" ID="HelpViewerImplQWE.__closeOtherPages"></a> |
271 <a NAME="HelpViewerImplQWE.__closeOtherPages" ID="HelpViewerImplQWE.__closeOtherPages"></a> |
273 <h4>HelpViewerImplQWE.__closeOtherPages</h4> |
272 <h4>HelpViewerImplQWE.__closeOtherPages</h4> |
274 <b>__closeOtherPages</b>(<i></i>) |
273 <b>__closeOtherPages</b>(<i></i>) |
275 |
|
276 <p> |
274 <p> |
277 Private method called by the context menu to close all other pages. |
275 Private method called by the context menu to close all other pages. |
278 </p> |
276 </p> |
|
277 |
279 <a NAME="HelpViewerImplQWE.__closePage" ID="HelpViewerImplQWE.__closePage"></a> |
278 <a NAME="HelpViewerImplQWE.__closePage" ID="HelpViewerImplQWE.__closePage"></a> |
280 <h4>HelpViewerImplQWE.__closePage</h4> |
279 <h4>HelpViewerImplQWE.__closePage</h4> |
281 <b>__closePage</b>(<i></i>) |
280 <b>__closePage</b>(<i></i>) |
282 |
|
283 <p> |
281 <p> |
284 Private method called by the context menu to close the current page. |
282 Private method called by the context menu to close the current page. |
285 </p> |
283 </p> |
|
284 |
286 <a NAME="HelpViewerImplQWE.__copyLink" ID="HelpViewerImplQWE.__copyLink"></a> |
285 <a NAME="HelpViewerImplQWE.__copyLink" ID="HelpViewerImplQWE.__copyLink"></a> |
287 <h4>HelpViewerImplQWE.__copyLink</h4> |
286 <h4>HelpViewerImplQWE.__copyLink</h4> |
288 <b>__copyLink</b>(<i>act</i>) |
287 <b>__copyLink</b>(<i>act</i>) |
289 |
|
290 <p> |
288 <p> |
291 Private method called by the context menu to copy a link to the |
289 Private method called by the context menu to copy a link to the |
292 clipboard. |
290 clipboard. |
293 </p> |
291 </p> |
|
292 |
294 <dl> |
293 <dl> |
295 |
294 |
296 <dt><i>act</i> (QAction)</dt> |
295 <dt><i>act</i> (QAction)</dt> |
297 <dd> |
296 <dd> |
298 reference to the action that triggered |
297 reference to the action that triggered |
299 </dd> |
298 </dd> |
300 </dl> |
299 </dl> |
301 <a NAME="HelpViewerImplQWE.__copyText" ID="HelpViewerImplQWE.__copyText"></a> |
300 <a NAME="HelpViewerImplQWE.__copyText" ID="HelpViewerImplQWE.__copyText"></a> |
302 <h4>HelpViewerImplQWE.__copyText</h4> |
301 <h4>HelpViewerImplQWE.__copyText</h4> |
303 <b>__copyText</b>(<i></i>) |
302 <b>__copyText</b>(<i></i>) |
304 |
|
305 <p> |
303 <p> |
306 Private method called by the context menu to copy selected text to the |
304 Private method called by the context menu to copy selected text to the |
307 clipboard. |
305 clipboard. |
308 </p> |
306 </p> |
|
307 |
309 <a NAME="HelpViewerImplQWE.__createContextMenu" ID="HelpViewerImplQWE.__createContextMenu"></a> |
308 <a NAME="HelpViewerImplQWE.__createContextMenu" ID="HelpViewerImplQWE.__createContextMenu"></a> |
310 <h4>HelpViewerImplQWE.__createContextMenu</h4> |
309 <h4>HelpViewerImplQWE.__createContextMenu</h4> |
311 <b>__createContextMenu</b>(<i>menu</i>) |
310 <b>__createContextMenu</b>(<i>menu</i>) |
312 |
|
313 <p> |
311 <p> |
314 Private method to populate the context menu. |
312 Private method to populate the context menu. |
315 </p> |
313 </p> |
|
314 |
316 <dl> |
315 <dl> |
317 |
316 |
318 <dt><i>menu</i> (QMenu)</dt> |
317 <dt><i>menu</i> (QMenu)</dt> |
319 <dd> |
318 <dd> |
320 reference to the menu to be populated |
319 reference to the menu to be populated |
321 </dd> |
320 </dd> |
322 </dl> |
321 </dl> |
323 <a NAME="HelpViewerImplQWE.__createLinkContextMenu" ID="HelpViewerImplQWE.__createLinkContextMenu"></a> |
322 <a NAME="HelpViewerImplQWE.__createLinkContextMenu" ID="HelpViewerImplQWE.__createLinkContextMenu"></a> |
324 <h4>HelpViewerImplQWE.__createLinkContextMenu</h4> |
323 <h4>HelpViewerImplQWE.__createLinkContextMenu</h4> |
325 <b>__createLinkContextMenu</b>(<i>menu, contextMenuData</i>) |
324 <b>__createLinkContextMenu</b>(<i>menu, contextMenuData</i>) |
326 |
|
327 <p> |
325 <p> |
328 Private method to populate the context menu for URLs. |
326 Private method to populate the context menu for URLs. |
329 </p> |
327 </p> |
|
328 |
330 <dl> |
329 <dl> |
331 |
330 |
332 <dt><i>menu</i> (QMenu)</dt> |
331 <dt><i>menu</i> (QMenu)</dt> |
333 <dd> |
332 <dd> |
334 reference to the menu to be populated |
333 reference to the menu to be populated |
372 </dd> |
371 </dd> |
373 </dl> |
372 </dl> |
374 <a NAME="HelpViewerImplQWE.__newWindowRequested" ID="HelpViewerImplQWE.__newWindowRequested"></a> |
373 <a NAME="HelpViewerImplQWE.__newWindowRequested" ID="HelpViewerImplQWE.__newWindowRequested"></a> |
375 <h4>HelpViewerImplQWE.__newWindowRequested</h4> |
374 <h4>HelpViewerImplQWE.__newWindowRequested</h4> |
376 <b>__newWindowRequested</b>(<i>request</i>) |
375 <b>__newWindowRequested</b>(<i>request</i>) |
377 |
|
378 <p> |
376 <p> |
379 Private slot handling new window requests of the web page. |
377 Private slot handling new window requests of the web page. |
380 </p> |
378 </p> |
|
379 |
381 <dl> |
380 <dl> |
382 |
381 |
383 <dt><i>request</i> (QWebEngineNewWindowRequest)</dt> |
382 <dt><i>request</i> (QWebEngineNewWindowRequest)</dt> |
384 <dd> |
383 <dd> |
385 reference to the new window request |
384 reference to the new window request |
386 </dd> |
385 </dd> |
387 </dl> |
386 </dl> |
388 <a NAME="HelpViewerImplQWE.__openLinkInBackgroundPage" ID="HelpViewerImplQWE.__openLinkInBackgroundPage"></a> |
387 <a NAME="HelpViewerImplQWE.__openLinkInBackgroundPage" ID="HelpViewerImplQWE.__openLinkInBackgroundPage"></a> |
389 <h4>HelpViewerImplQWE.__openLinkInBackgroundPage</h4> |
388 <h4>HelpViewerImplQWE.__openLinkInBackgroundPage</h4> |
390 <b>__openLinkInBackgroundPage</b>(<i>act</i>) |
389 <b>__openLinkInBackgroundPage</b>(<i>act</i>) |
391 |
|
392 <p> |
390 <p> |
393 Private method called by the context menu to open a link in a |
391 Private method called by the context menu to open a link in a |
394 background page. |
392 background page. |
395 </p> |
393 </p> |
|
394 |
396 <dl> |
395 <dl> |
397 |
396 |
398 <dt><i>act</i> (QAction)</dt> |
397 <dt><i>act</i> (QAction)</dt> |
399 <dd> |
398 <dd> |
400 reference to the action that triggered |
399 reference to the action that triggered |
401 </dd> |
400 </dd> |
402 </dl> |
401 </dl> |
403 <a NAME="HelpViewerImplQWE.__openLinkInNewPage" ID="HelpViewerImplQWE.__openLinkInNewPage"></a> |
402 <a NAME="HelpViewerImplQWE.__openLinkInNewPage" ID="HelpViewerImplQWE.__openLinkInNewPage"></a> |
404 <h4>HelpViewerImplQWE.__openLinkInNewPage</h4> |
403 <h4>HelpViewerImplQWE.__openLinkInNewPage</h4> |
405 <b>__openLinkInNewPage</b>(<i>act</i>) |
404 <b>__openLinkInNewPage</b>(<i>act</i>) |
406 |
|
407 <p> |
405 <p> |
408 Private method called by the context menu to open a link in a new page. |
406 Private method called by the context menu to open a link in a new page. |
409 </p> |
407 </p> |
|
408 |
410 <dl> |
409 <dl> |
411 |
410 |
412 <dt><i>act</i> (QAction)</dt> |
411 <dt><i>act</i> (QAction)</dt> |
413 <dd> |
412 <dd> |
414 reference to the action that triggered |
413 reference to the action that triggered |
415 </dd> |
414 </dd> |
416 </dl> |
415 </dl> |
417 <a NAME="HelpViewerImplQWE.__selectAll" ID="HelpViewerImplQWE.__selectAll"></a> |
416 <a NAME="HelpViewerImplQWE.__selectAll" ID="HelpViewerImplQWE.__selectAll"></a> |
418 <h4>HelpViewerImplQWE.__selectAll</h4> |
417 <h4>HelpViewerImplQWE.__selectAll</h4> |
419 <b>__selectAll</b>(<i></i>) |
418 <b>__selectAll</b>(<i></i>) |
420 |
|
421 <p> |
419 <p> |
422 Private method called by the context menu to select all text. |
420 Private method called by the context menu to select all text. |
423 </p> |
421 </p> |
|
422 |
424 <a NAME="HelpViewerImplQWE.__setRwhvqt" ID="HelpViewerImplQWE.__setRwhvqt"></a> |
423 <a NAME="HelpViewerImplQWE.__setRwhvqt" ID="HelpViewerImplQWE.__setRwhvqt"></a> |
425 <h4>HelpViewerImplQWE.__setRwhvqt</h4> |
424 <h4>HelpViewerImplQWE.__setRwhvqt</h4> |
426 <b>__setRwhvqt</b>(<i></i>) |
425 <b>__setRwhvqt</b>(<i></i>) |
427 |
|
428 <p> |
426 <p> |
429 Private slot to set widget that receives input events. |
427 Private slot to set widget that receives input events. |
430 </p> |
428 </p> |
|
429 |
431 <a NAME="HelpViewerImplQWE.__showContextMenu" ID="HelpViewerImplQWE.__showContextMenu"></a> |
430 <a NAME="HelpViewerImplQWE.__showContextMenu" ID="HelpViewerImplQWE.__showContextMenu"></a> |
432 <h4>HelpViewerImplQWE.__showContextMenu</h4> |
431 <h4>HelpViewerImplQWE.__showContextMenu</h4> |
433 <b>__showContextMenu</b>(<i>pos</i>) |
432 <b>__showContextMenu</b>(<i>pos</i>) |
434 |
|
435 <p> |
433 <p> |
436 Private slot to show a context menu. |
434 Private slot to show a context menu. |
437 </p> |
435 </p> |
|
436 |
438 <dl> |
437 <dl> |
439 |
438 |
440 <dt><i>pos</i> (QPoint)</dt> |
439 <dt><i>pos</i> (QPoint)</dt> |
441 <dd> |
440 <dd> |
442 position for the context menu |
441 position for the context menu |
443 </dd> |
442 </dd> |
444 </dl> |
443 </dl> |
445 <a NAME="HelpViewerImplQWE.__titleChanged" ID="HelpViewerImplQWE.__titleChanged"></a> |
444 <a NAME="HelpViewerImplQWE.__titleChanged" ID="HelpViewerImplQWE.__titleChanged"></a> |
446 <h4>HelpViewerImplQWE.__titleChanged</h4> |
445 <h4>HelpViewerImplQWE.__titleChanged</h4> |
447 <b>__titleChanged</b>(<i></i>) |
446 <b>__titleChanged</b>(<i></i>) |
448 |
|
449 <p> |
447 <p> |
450 Private method to handle a change of the web page title. |
448 Private method to handle a change of the web page title. |
451 </p> |
449 </p> |
|
450 |
452 <a NAME="HelpViewerImplQWE._gestureEvent" ID="HelpViewerImplQWE._gestureEvent"></a> |
451 <a NAME="HelpViewerImplQWE._gestureEvent" ID="HelpViewerImplQWE._gestureEvent"></a> |
453 <h4>HelpViewerImplQWE._gestureEvent</h4> |
452 <h4>HelpViewerImplQWE._gestureEvent</h4> |
454 <b>_gestureEvent</b>(<i>evt</i>) |
453 <b>_gestureEvent</b>(<i>evt</i>) |
455 |
|
456 <p> |
454 <p> |
457 Protected method handling gesture events. |
455 Protected method handling gesture events. |
458 </p> |
456 </p> |
|
457 |
459 <dl> |
458 <dl> |
460 |
459 |
461 <dt><i>evt</i> (QGestureEvent)</dt> |
460 <dt><i>evt</i> (QGestureEvent)</dt> |
462 <dd> |
461 <dd> |
463 reference to the gesture event |
462 reference to the gesture event |
464 </dd> |
463 </dd> |
465 </dl> |
464 </dl> |
466 <a NAME="HelpViewerImplQWE._keyPressEvent" ID="HelpViewerImplQWE._keyPressEvent"></a> |
465 <a NAME="HelpViewerImplQWE._keyPressEvent" ID="HelpViewerImplQWE._keyPressEvent"></a> |
467 <h4>HelpViewerImplQWE._keyPressEvent</h4> |
466 <h4>HelpViewerImplQWE._keyPressEvent</h4> |
468 <b>_keyPressEvent</b>(<i>evt</i>) |
467 <b>_keyPressEvent</b>(<i>evt</i>) |
469 |
|
470 <p> |
468 <p> |
471 Protected method called by a key press. |
469 Protected method called by a key press. |
472 </p> |
470 </p> |
|
471 |
473 <dl> |
472 <dl> |
474 |
473 |
475 <dt><i>evt</i> (QKeyEvent)</dt> |
474 <dt><i>evt</i> (QKeyEvent)</dt> |
476 <dd> |
475 <dd> |
477 reference to the key event |
476 reference to the key event |
478 </dd> |
477 </dd> |
479 </dl> |
478 </dl> |
480 <a NAME="HelpViewerImplQWE._mouseReleaseEvent" ID="HelpViewerImplQWE._mouseReleaseEvent"></a> |
479 <a NAME="HelpViewerImplQWE._mouseReleaseEvent" ID="HelpViewerImplQWE._mouseReleaseEvent"></a> |
481 <h4>HelpViewerImplQWE._mouseReleaseEvent</h4> |
480 <h4>HelpViewerImplQWE._mouseReleaseEvent</h4> |
482 <b>_mouseReleaseEvent</b>(<i>evt</i>) |
481 <b>_mouseReleaseEvent</b>(<i>evt</i>) |
483 |
|
484 <p> |
482 <p> |
485 Protected method called by a mouse release event. |
483 Protected method called by a mouse release event. |
486 </p> |
484 </p> |
|
485 |
487 <dl> |
486 <dl> |
488 |
487 |
489 <dt><i>evt</i> (QMouseEvent)</dt> |
488 <dt><i>evt</i> (QMouseEvent)</dt> |
490 <dd> |
489 <dd> |
491 reference to the mouse event |
490 reference to the mouse event |
492 </dd> |
491 </dd> |
493 </dl> |
492 </dl> |
494 <a NAME="HelpViewerImplQWE._wheelEvent" ID="HelpViewerImplQWE._wheelEvent"></a> |
493 <a NAME="HelpViewerImplQWE._wheelEvent" ID="HelpViewerImplQWE._wheelEvent"></a> |
495 <h4>HelpViewerImplQWE._wheelEvent</h4> |
494 <h4>HelpViewerImplQWE._wheelEvent</h4> |
496 <b>_wheelEvent</b>(<i>evt</i>) |
495 <b>_wheelEvent</b>(<i>evt</i>) |
497 |
|
498 <p> |
496 <p> |
499 Protected method to handle wheel events. |
497 Protected method to handle wheel events. |
500 </p> |
498 </p> |
|
499 |
501 <dl> |
500 <dl> |
502 |
501 |
503 <dt><i>evt</i> (QWheelEvent)</dt> |
502 <dt><i>evt</i> (QWheelEvent)</dt> |
504 <dd> |
503 <dd> |
505 reference to the wheel event |
504 reference to the wheel event |
506 </dd> |
505 </dd> |
507 </dl> |
506 </dl> |
508 <a NAME="HelpViewerImplQWE.backward" ID="HelpViewerImplQWE.backward"></a> |
507 <a NAME="HelpViewerImplQWE.backward" ID="HelpViewerImplQWE.backward"></a> |
509 <h4>HelpViewerImplQWE.backward</h4> |
508 <h4>HelpViewerImplQWE.backward</h4> |
510 <b>backward</b>(<i></i>) |
509 <b>backward</b>(<i></i>) |
511 |
|
512 <p> |
510 <p> |
513 Public slot to move backwards in history. |
511 Public slot to move backwards in history. |
514 </p> |
512 </p> |
|
513 |
515 <a NAME="HelpViewerImplQWE.backwardHistoryCount" ID="HelpViewerImplQWE.backwardHistoryCount"></a> |
514 <a NAME="HelpViewerImplQWE.backwardHistoryCount" ID="HelpViewerImplQWE.backwardHistoryCount"></a> |
516 <h4>HelpViewerImplQWE.backwardHistoryCount</h4> |
515 <h4>HelpViewerImplQWE.backwardHistoryCount</h4> |
517 <b>backwardHistoryCount</b>(<i></i>) |
516 <b>backwardHistoryCount</b>(<i></i>) |
518 |
|
519 <p> |
517 <p> |
520 Public method to get the number of available back history items. |
518 Public method to get the number of available back history items. |
521 </p> |
519 </p> |
522 <p> |
520 <p> |
523 Note: For performance reasons this is limited to the maximum number of |
521 Note: For performance reasons this is limited to the maximum number of |
524 history items the help viewer is interested in. |
522 history items the help viewer is interested in. |
525 </p> |
523 </p> |
|
524 |
526 <dl> |
525 <dl> |
527 <dt>Return:</dt> |
526 <dt>Return:</dt> |
528 <dd> |
527 <dd> |
529 count of available back history items |
528 count of available back history items |
530 </dd> |
529 </dd> |
837 </dd> |
836 </dd> |
838 </dl> |
837 </dl> |
839 <a NAME="HelpViewerImplQWE.scaleDown" ID="HelpViewerImplQWE.scaleDown"></a> |
838 <a NAME="HelpViewerImplQWE.scaleDown" ID="HelpViewerImplQWE.scaleDown"></a> |
840 <h4>HelpViewerImplQWE.scaleDown</h4> |
839 <h4>HelpViewerImplQWE.scaleDown</h4> |
841 <b>scaleDown</b>(<i></i>) |
840 <b>scaleDown</b>(<i></i>) |
842 |
|
843 <p> |
841 <p> |
844 Public method to zoom out. |
842 Public method to zoom out. |
845 </p> |
843 </p> |
|
844 |
846 <a NAME="HelpViewerImplQWE.scaleUp" ID="HelpViewerImplQWE.scaleUp"></a> |
845 <a NAME="HelpViewerImplQWE.scaleUp" ID="HelpViewerImplQWE.scaleUp"></a> |
847 <h4>HelpViewerImplQWE.scaleUp</h4> |
846 <h4>HelpViewerImplQWE.scaleUp</h4> |
848 <b>scaleUp</b>(<i></i>) |
847 <b>scaleUp</b>(<i></i>) |
849 |
|
850 <p> |
848 <p> |
851 Public method to zoom in. |
849 Public method to zoom in. |
852 </p> |
850 </p> |
|
851 |
853 <a NAME="HelpViewerImplQWE.setLink" ID="HelpViewerImplQWE.setLink"></a> |
852 <a NAME="HelpViewerImplQWE.setLink" ID="HelpViewerImplQWE.setLink"></a> |
854 <h4>HelpViewerImplQWE.setLink</h4> |
853 <h4>HelpViewerImplQWE.setLink</h4> |
855 <b>setLink</b>(<i>url</i>) |
854 <b>setLink</b>(<i>url</i>) |
856 |
|
857 <p> |
855 <p> |
858 Public method to set the URL of the document to be shown. |
856 Public method to set the URL of the document to be shown. |
859 </p> |
857 </p> |
|
858 |
860 <dl> |
859 <dl> |
861 |
860 |
862 <dt><i>url</i> (QUrl)</dt> |
861 <dt><i>url</i> (QUrl)</dt> |
863 <dd> |
862 <dd> |
864 URL of the document |
863 URL of the document |
865 </dd> |
864 </dd> |
866 </dl> |
865 </dl> |
867 <a NAME="HelpViewerImplQWE.setScale" ID="HelpViewerImplQWE.setScale"></a> |
866 <a NAME="HelpViewerImplQWE.setScale" ID="HelpViewerImplQWE.setScale"></a> |
868 <h4>HelpViewerImplQWE.setScale</h4> |
867 <h4>HelpViewerImplQWE.setScale</h4> |
869 <b>setScale</b>(<i>scale</i>) |
868 <b>setScale</b>(<i>scale</i>) |
870 |
|
871 <p> |
869 <p> |
872 Public method to set the zoom level. |
870 Public method to set the zoom level. |
873 </p> |
871 </p> |
|
872 |
874 <dl> |
873 <dl> |
875 |
874 |
876 <dt><i>scale</i> (int)</dt> |
875 <dt><i>scale</i> (int)</dt> |
877 <dd> |
876 <dd> |
878 zoom level to set |
877 zoom level to set |