Ulm-IQO / qudi-core

A framework for modular measurement applications.
GNU General Public License v3.0
25 stars 19 forks source link

[New Feature] Get information on gui element instance names e.g. when hover over in debug mode #21

Open LukePiewalker opened 2 years ago

LukePiewalker commented 2 years ago

Feature Description

Since mostly we do not use UI files now for the GUIs anymore, it gets quite tedious to find the programmatic names of e.g. buttons or in general all gui elements.

A way to get them more easily then to swift through all lines of code would make bug search and probably also scripting measurement routines later on more easy.

Related Problem

No response

Considered Alternatives

Maybe one could add a e.g. a tooltip on mouse over, which is displayed in qudi's debug mode? Could this be tackled along the same line as https://github.com/Ulm-IQO/qudi-core/discussions/15 maybe?

Additional Context

No response

Contact Details

No response