nomovok-opensource / cutedriver-agent_qt

Other
6 stars 12 forks source link

Support for QObject based QML objects and a screenshot related fixes #14

Closed jppiiroinen closed 8 years ago

jppiiroinen commented 8 years ago

With this code change the cutedriver_visualizer will show all the QObject based objects too. Which includes any custom C++ classes which inherits from QObject and are used inside the QML application.

Another commit includes a fix for the QPixmap::grabWindow is deprecated warning which appears to logs, used QScreen::grabWindow as suggested by the warning.