Skip to content

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.appDir: appDir
    loader.extraSearchPaths: paths
}

cc plasma-workspace!1683 (merged)

Edited by Nate Graham

Merge request reports