[Solved] Resize all the items within a container proportionally
QML and Qt Quick
4
Posts
2
Posters
880
Views
1
Watching
-
Hi everyone.
I'm building a series of gauges. The gauge faces include a background the actual needle and a text number, all placed in a rectangle. Within the application I need to make these smaller or larger proportionally to give some effects.
How can I do this? Resizing the rectangle, which acts as the container, doesn't do this.
Any help is appreciated. Thanks.