Search found 2 matches

by humberb
Thu May 07, 2015 10:05 pm
Forum: Object Identification and Technologies
Topic: Registering clicks using QGLWidget viewport
Replies: 2
Views: 2103

Re: Registering clicks using QGLWidget viewport

Thanks for the suggestion; very helpful! Setting the xpath manually to the correct repo item (and adjusting the relative click location) indeed allows the test to operate correctly. The click hits as desired even if the button's position is shifted in a modified version of the app. So that's a usefu...
by humberb
Wed May 06, 2015 4:03 pm
Forum: Object Identification and Technologies
Topic: Registering clicks using QGLWidget viewport
Replies: 2
Views: 2103

Registering clicks using QGLWidget viewport

OS: Windows 7 Enterprise, SP1 Ranorex: 5.3.2.23378 We're currently evaluating Ranorex for automating a Qt 4.8.5 application which makes use of both a traditional QWidget hierarchy as well as QML components mixed w/ OpenGL rendering calls inside a QGraphicsView. This means that we use QGraphicsView::...