33 #include <QtWidgets/QWidget>
36 class QTreeWidgetItem;
39 namespace ExtensionSystem {
45 class PluginViewPrivate;
67 void selectPlugin(QTreeWidgetItem *current);
68 void activatePlugin(QTreeWidgetItem *item);
71 Internal::Ui::PluginView *m_ui;
77 #endif // PLUGIN_VIEW_H
Widget that shows a list of all plugins and their state.
Core plugin system that manages the plugins, their life cycle and their registered objects...
Contains the information of the plugins xml description file and information about the plugin's curre...