Public bug reported: This code doesn't work, the icon is missing. It only works with iconName.
trailingActions: ListItemActions { actions: [ Action { iconSource: "qrc:///src/gui/ubuntu/icons/swap-with-via.svg" } ] } ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Description changed: This code doesn't work, the icon is missing. It only works with iconName. - trailingActions: ListItemActions { - actions: [ - Action { - iconSource: "qrc:///src/gui/ubuntu/icons/swap-with-via.svg" - onTriggered: fahrplanBackend.swapStations(FahrplanBackend.DepartureStation, FahrplanBackend.ViaStation) - } - ] - } + trailingActions: ListItemActions { + actions: [ + Action { + iconSource: "qrc:///src/gui/ubuntu/icons/swap-with-via.svg" + } + ] + } -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1572093 Title: Action's iconSource property not used in ListItemActions Status in ubuntu-ui-toolkit package in Ubuntu: New Bug description: This code doesn't work, the icon is missing. It only works with iconName. trailingActions: ListItemActions { actions: [ Action { iconSource: "qrc:///src/gui/ubuntu/icons/swap-with-via.svg" } ] } To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1572093/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp