PluginErrorView Class
(ExtensionSystem::PluginErrorView)The PluginErrorView class implements a widget that displays the state and error message of a PluginSpec. More...
| Header: | #include <PluginErrorView> |
| Inherits: | QWidget |
Public Functions
| PluginErrorView(QWidget *parent = 0) | |
| void | update(PluginSpec *spec) |
- 213 public functions inherited from QWidget
Additional Inherited Members
- 58 properties inherited from QWidget
- 19 public slots inherited from QWidget
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
The PluginErrorView class implements a widget that displays the state and error message of a PluginSpec.
Can be used for integration in the application that uses the plugin manager.
See also ExtensionSystem::PluginView.
Member Function Documentation
PluginErrorView::PluginErrorView(QWidget *parent = 0)
Constructs a new error view with given parent widget.
void PluginErrorView::update(PluginSpec *spec)
Reads the given spec and displays its state and error information in this PluginErrorView.