Skip to content

Draft: IconItem: Allow specifying a custom loader

Vlad Zahorodnii requested to merge work/zzag/icon-loader into master

This allows us to move icon logic from system tray's C++ code to QML. With a SNI, it's possible to indicate custom IconThemePath property where the system tray visualization should look for icons.

Intended usage:

PlasmaCore.IconItem {
    loader: model.IconLoader
}

Draft: plasma-workspace side has not been sorted out yet.

Merge request reports