The 'qtm' module was not accessible from both 'startup.py' files. This PR adds "import qtm" to both.
Improved consistency of @staticmethod usage in 'custom_menu_bar' class
The current accessibility to the help functionality is less ideal, especially for new users of the scripting API. This PR adds GUI buttons for all the available "help" functions that can be called in the Python terminal.
There is one menu for the "root-level" help messages ("Main Topics"):
There is one menu for the "module-specific" & "function-specific" help messages:
Pressing the button shown in the example image above prints the following into the Python terminal:
'EXTRA' : This PR also fixes/adds the following
The current accessibility to the help functionality is less ideal, especially for new users of the scripting API. This PR adds GUI buttons for all the available "help" functions that can be called in the Python terminal.
There is one menu for the "root-level" help messages ("Main Topics"):
There is one menu for the "module-specific" & "function-specific" help messages:
Pressing the button shown in the example image above prints the following into the Python terminal: