qualisys / qtm-scripting

6 stars 3 forks source link

Add GUI Buttons To Example Scripts (All Help Commands) #10

Closed OliverGlandberger closed 8 months ago

OliverGlandberger commented 8 months ago

'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"):

image

There is one menu for the "module-specific" & "function-specific" help messages:

image

Pressing the button shown in the example image above prints the following into the Python terminal:

image