|
Scribus
Open source desktop publishing at your fingertips
|
ScPlugin provides an interface to ask plugins for information about themselves. More...
#include <scplugin.h>
Public Attributes | |
| QString | authors |
| Author name(s) and email address(es) | |
| QString | shortDescription |
| One-liner description of the function of the plugin. | |
| QString | description |
| Longer description of the plugin. | |
| QString | version |
| Text plug-in version string. | |
| QDateTime | releaseDate |
| Date of the release of this version. | |
| QString | copyright |
| Copyright string. | |
| QString | license |
ScPlugin provides an interface to ask plugins for information about themselves.
A struct providing the information returned by getAboutData(), for the "About Plug-ins" menu item.
| QString ScPlugin::AboutData::license |
License text / name / URL / whatever. Please don't include the GPL here, just reference it. Remember that Scribus is licensed under the GPL, so plug-in authors must take that into account.