https://bugs.kde.org/show_bug.cgi?id=525806
--- Comment #4 from Arjen Hiemstra <[email protected]> --- It's not as simple as that, `QtQuick.Controls.impl` is basically private API that we can't depend on. Additionally, IconLabel internally uses IconImage which we've used before but which turned out to be horribly slow. Hence the need to create our own item. > and considering one can just use an `Image` item for the rendering. You can't actually, as Image does not support icons from the icon theme, so you'd have `icon.source` working but not `icon.name`. -- You are receiving this mail because: You are watching all bug changes.
