Search found 4 matches

by zere
Thu Sep 08, 2016 7:04 am
Forum: Object Identification and Technologies
Topic: Qt custom Widget and data members
Replies: 2
Views: 2465

Re: Qt custom Widget and data members

HI,

Thanks for the reply.

After more investigation I've found out that:
By using Q_PROPERTY in your QWidget derived class you can export any piece of data you want without a dedicated UI element.
It will show in the Dynamic section Ranorex Spy

Hope it helps anyone.
by zere
Wed Sep 07, 2016 8:01 am
Forum: Object Identification and Technologies
Topic: Ranorex "Failed to instrument Qt Process..."
Replies: 2
Views: 2247

Re: Ranorex "Failed to instrument Qt Process..."

[SOLVED]

The problem appears only with the DEBUG version of my application.
Using the RELEASE version of my application and everything is fine.

Though I have my hypothesis why this is happening, I'll be glad if RANOREX team could elaborate more why DEBUG version cannot be instrumented.

Thanks!
by zere
Tue Sep 06, 2016 12:11 pm
Forum: Object Identification and Technologies
Topic: Ranorex "Failed to instrument Qt Process..."
Replies: 2
Views: 2247

Ranorex "Failed to instrument Qt Process..."

Hi, Part of my POC I get this warning when running Ranorex Spy on my Qt based application. "Failed to instrument Qt Process. Make sure you have enough privileges..." I'm working with Win10 and I do NOT have any issue when using Win7 (my colleague's machine). It does not matter if I run Spy as Admin ...
by zere
Thu Sep 01, 2016 10:21 am
Forum: Object Identification and Technologies
Topic: Qt custom Widget and data members
Replies: 2
Views: 2465

Qt custom Widget and data members

Hi, 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 (somethi...