MCPcopy Create free account
hub / github.com/KDE/kdevelop / LoadedPluginsDelegate

Class LoadedPluginsDelegate

kdevplatform/shell/loadedpluginsdialog.cpp:108–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106};
107
108class LoadedPluginsDelegate : public KWidgetItemDelegate
109{
110 Q_OBJECT
111
112public:
113
114 explicit LoadedPluginsDelegate(QAbstractItemView *itemView, QObject *parent = nullptr)
115 : KWidgetItemDelegate(itemView, parent)
116 , pushButton(new QPushButton)
117 {
118 pushButton->setIcon(QIcon::fromTheme(QStringLiteral("help-about-symbolic"))); // only for getting size matters
119 }
120
121 ~LoadedPluginsDelegate() override
122 {

Callers

nothing calls this directly

Calls 1

setIconMethod · 0.80

Tested by

no test coverage detected