[10:43] Hello guys! [10:43] Is it possible to use autopilot with python-behave? [10:48] and another question [10:53] Does autopilot able to introspect QQuickWidget (http://doc.qt.io/qt-5/qquickwidget.html) ? === alexabreu is now known as alex-abreu [15:35] u_glide, python-behave? but yes you can introspect qt apps [15:36] balloons, 1. yes, I want to use autopilot to implement steps in python-behave [15:37] 2. I know, that autopilot can introspect qt apps, but QQuickWidget is special case, when qt app uses qtwidgets and QML [15:37] u_glide, have you tried it? [15:37] launch the application and try using vis with it [15:38] yes, I have. autopilot vis doesn't show childs of QQuickWidget. [15:41] I will try to add support of QQuickWidget. [15:41] do you have some code that could show this? perhaps a branch with the app and a test to launch it and print_tree the root? [15:45] look at Qt 5.3+ : examples/quickwidgets/quickwidget/ [15:48] I think adding support of this will not be so hard, because it's very similar to QML-only apps. [15:51] balloons, Have anyone tried to run autopilot-qt on OSX? [15:53] u_glide, yes folks have tried in the past [15:53] Successful ? :) [15:53] u_glide, if you could put the example in a branch that is easy to run, it should make for a nice bug report. something that could be solved [15:54] successful? heh, well I'm not quite sure. No one I know of actively uses it on osx, and it would certainly take some work [15:55] I will put example. [15:56] I understand, that autopilot is ubuntu project, but It's easily can be cross-platform solution for qt apps. [15:56] u_glide, yes I agree, and I'd love to see it be used in that way [15:56] u_glide, awesome [15:57] balloons, thanks for help [15:59] u_glide, you are most welcome anytime. I'm curious to see this bug. If you need any help or support with trying it on mac osx, I'm sure the devs would be happy to answer questions if needed [16:00] I appreciate your help! I will try to do some research to run autopilot-qt on OSX and Windows.