GammaRay and child QML Windows
-
I don't often see it mentioned here, but I find that GammaRay can be very helpful in diagnosing layout and sizing issues in QML. However, I have only ever got it to recognise the main
Window/ApplicationWindow
. If I have a childWindow
(which I would use if I needed to implement more traditional desktop-style dialog that can be moved around and resized etc.), my GammaRay session seems to be oblivious to it and only sees the main window.Am I missing something or is this just a limitation of GammaRay in a QML context that we have to live with?
-
I am going to answer my own question. I can't believe I did not spot this before but, in the "Quick Scenes" view there is a drop down selector that stretches right across the top of the window that allows one to select the root window object to be examined from the running application.
-
This post is deleted!