docs_view
frog.gui.docs_view
¤
Code for FROG's documentation viewer window.
Classes¤
DocsViewer(parent)
¤
Bases: QAction
A window for viewing documentation.
Create a menu item for opening documentation in a new window.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parent
|
QObject
|
the menu on which to place the menu item |
required |
Source code in src/frog/gui/docs_view.py
15 16 17 18 19 20 21 22 | |
Functions¤
create_docs_window()
¤
Create a new window displaying the documentation.
Returns:
| Type | Description |
|---|---|
QMainWindow
|
A main window showing the html documentation. |
Source code in src/frog/gui/docs_view.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | |
show_docs()
¤
Create the documentation in a new window.
Source code in src/frog/gui/docs_view.py
24 25 26 27 | |