Qt Creator QML Designer, display only certain elements
Unsolved
Qt Creator and other tools
-
In my various qml files, I have more than one graphical element in the same place on the screen. The element that actually get enabled (visible == true) is determined by variables that are passed in from c++. Is there any way to set up the Designer to only display the elements that I'm working on and not others that I would like to hide?