pygmi.menu_default#
Default set of menus for the main interface.
It also includes the about box.
Classes#
Widget class to call the main interface. |
|
Widget class to call the main interface. |
|
Help Button. |
Module Contents#
- class pygmi.menu_default.FileMenu(parent=None)#
Widget class to call the main interface.
This widget class creates the raster menus to be found on the main interface. Normal as well as context menus are defined here.
- parent#
Reference to MainWidget class found in main.py. Default is None.
- Type:
pygmi.main.MainWidget, optional
- class pygmi.menu_default.HelpMenu(parent=None)#
Widget class to call the main interface.
- Parameters:
parent (parent, optional) – Reference to the parent routine. The default is None.
- about()#
About box for PyGMI.
- webhelp()#
Help File.
- class pygmi.menu_default.HelpButton(htmlfile=None, parent=None)#
Bases:
PyQt6.QtWidgets.QPushButton
Help Button.
Convenience class to add a Help image to a pushbutton
- Parameters:
parent (parent, optional) – Reference to the parent routine. The default is None.
htmlfile (str) – HTML help file name.
- help_docs()#
Help Routine.