I have a python3
+qml
application that needs to use the system icon set. Consequently, I want to be able to set the icon size per the preferences set by the user in KDE Plasma’s Icons KCM.
Are you using Kirigami? If you are using kirigami all the Kirigami components that use icons will use the icons from the system theme and also the size will be according to what is set in the system settings.
I’m not an expert btw
1 Like
I was just using QML, since I thought that that would be easier to learn than QML with Kirigami. Am I mistaken?