Comment 3 for bug 1248620

Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

Hi,

A better workaround would be this:

window = self.app.select_single("QQuickWindow", visible=True)

It looks nicer, and the filtering will be done on the server-side, so it will be faster too.

Regarding the issue itself, I'm not sure why this would have started happening. My suspicion is that this is an internal Qt change, but I'll try and look into it when I get some time - although so far this is the only bug report of this kind, so it's likely a rather low priority item.