swift
|
A window that shows plugin details. More...
Public Member Functions | |
CPluginDetailsWindow (QWidget *parent=nullptr) | |
Ctor. | |
virtual | ~CPluginDetailsWindow () |
Destructor. | |
void | setPluginName (const QString &name) |
Sets the plugin name. | |
void | setPluginIdentifier (const QString &id) |
Sets the plugin id. | |
void | setPluginDescription (const QString &description) |
Sets the plugin description. | |
void | setPluginAuthors (const QString &authors) |
Sets the plugin authors. | |
A window that shows plugin details.
Definition at line 27 of file plugindetailswindow.h.