Hi,

I have a problem which sounds like it should be something trivial.

I got a QIcon icon, aquired from a model by a delegate. How do i use it in 
controls with all these icon.name [string], icon.source [url] groupped 
properties or even with just an Image type?

All sane attempts failed. I'm left with this a decade-old StackOverflow answer 
to use custom Image Provider. Sounds like too much work for something that 
should be just here, out of the box?

    icon: model.decoration
    // file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/
ui/ConfigLocation.qml:115:21: Unable to assign QIcon to QQuickIcon
    // no conversion from QIcon to this gadget type

    icon.name: model.decoration.name
    icon.source: model.decoration.source
    // ConfigLocation.qml:116:21: Unable to assign [undefined] to QUrl
    // ConfigLocation.qml:115:21: Unable to assign [undefined] to QString
    // probably because QIcon doesn't have introspectible meta-properties?

-- 
ivan (@ratijas)

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to