Is there a way ...
Solved
General and Desktop
-
Is there a way to attach a tag or identifier to a widget? I want to be able to uniquely identify a widget and then reference it using the identifier.
I want to do this because in my application configuration I have add an expression which allows validation to be carried out by use of an expression that can be added and modified in the application configuration without requiring a recompilation.
For example lets say there are two inputs representing min and max, using the expression the min can verify if it has gone above max and vice versa.
-
QObject::objectName() or a property. Looks really hard reading a documentation before asking ...