[Solved] Sizing an svg icon in a QML Button
QML and Qt Quick
3
Posts
2
Posters
1.4k
Views
1
Watching
-
wrote on 1 Oct 2014, 01:26 last edited by
Is there a way to scale down an SVG icon loaded from a resource into a Button ?
Thanks -
Hi,
You will need to use Image component in ButtonStyle.
-
wrote on 1 Oct 2014, 12:22 last edited by
Thanks, I am getting the icon from an Action, but think your answer will still work
1/3