I'm working on a project maintained by many people, and I'd like to quickly identify a Qt widget I see in code.
One way I can see to do that, is to hide it (widget.hide()), and see which one has disappeared in the GUI. This is not very practical, for many reasons (window has to be reopened, change can be hard to spot if the GUI is complex, ...).
Is there a standard way to do this?