I'm responsible to perform a Ranorex POC on our Qt application.
I have a custom widget which holds 2 data members which have no UI representation. Both are simply an int and string.
The int is used to count number of clicks on the custom widget.
The string is used as a unique identifier (something like GUID).
I cannot find a way to identify those members by Ranorex

What should I define in my code in order for those two data members to be recognized by Ranorex

Thanks,
Zere