|
Microwave filters GUI
2.0.3
|
GUI dialog to display help. More...
Public Member Functions | |
| def | __init__ |
| Constructor: Creates dialog window to display html help file. | |
GUI dialog to display help.
Definition at line 2021 of file mwfiltersgui.py.
| def mwfiltersgui.HelpForm.__init__ | ( | self, | |
| page, | |||
parent = None |
|||
| ) |
Constructor: Creates dialog window to display html help file.
@param page = html file name, relative to the program folder.
@param parent = Parent widget, in this case is coupling matrix mainWindow.
Copy of the mainWindow class instance. It is necessary to store a copy since it must be used to access actions and resources.
Definition at line 2029 of file mwfiltersgui.py.
References dbplot.DbPlot.mainWindow, mwfiltersgui.SpecMask.mainWindow, dbplot.AxisScalingDlg.mainWindow, mwfiltersgui.HelpForm.mainWindow, dbplot.EditCurvesDlg.mainWindow, mwfiltersgui.HelpForm.pageLabel, mwfiltersgui.HelpForm.textBrowser, and mwfiltersgui.HelpForm.updatePageTitle().

1.8.1.2