https://bugs.kde.org/show_bug.cgi?id=525806
--- Comment #2 from [email protected] --- I haven't created a Qt Quick Controls style yet but I assumed this would be easily doable considering all the Qt provided styles can render the icon and considering one can just use an `Image` item for the rendering. I know `Kirigami.Icon` but isn't what makes it special the ability to render a `QPixmap` or `QIcon` or `QImage` as its `source` (which is therefore of `var` type)? I *think* that's not needed here; at least not by me. I'd be fine with what `Image` accepts as its `source` and that's just a URL (so its `source` is therefore of type `url`). (Of course the URL might refer to an image provided via a `QQuickImageProvider`.) -- You are receiving this mail because: You are watching all bug changes.
