Skip to content

Pass icons by name rather than as QIcon from C++ to QML

Volker Krause requested to merge work/vkrause/qt6-icon-names into master

With Qt 6, BasicListItem can't consume QIcon directly anymore as we have to go through the QQuickIcon property of its base class.

Merge request reports