class DtAboutBox:
More...
Public Attributes |
| Ui::DtPluginDialogUi | myUiImpl |
Detailed Description
class DtAboutBox:
Instances of DtAboutBox are
Constructor & Destructor Documentation
| DtPluginDialog::DtPluginDialog |
( |
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
f = 0 |
|
) |
| |
| virtual DtPluginDialog::~DtPluginDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual bool DtPluginDialog::init |
( |
| ) |
|
|
virtual |
| virtual void DtPluginDialog::clearPluginInformation |
( |
| ) |
|
|
virtual |
Clears plugin information.
| virtual void DtPluginDialog::addPluginInformation |
( |
const QString & |
plugin, |
|
|
const DtPluginInformation & |
info, |
|
|
const QString & |
source = "" |
|
) |
| |
|
virtual |
Adds a new plugin to the information set to the plugin list box.
The DtPluginInformation will be shown when an item is selected in the plugin list box. The list box will have two columns – the passed in plugin name and the version. The version will be pulled from the DtPluginInformation structure
| static QWidget* DtPluginDialog::create |
( |
QWidget * |
parent, |
|
|
const Qt::WindowFlags & |
f |
|
) |
| |
|
static |
| virtual bool DtPluginDialog::initConnections |
( |
| ) |
|
|
protectedvirtual |
| virtual void DtPluginDialog::showPluginInformation |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void DtPluginDialog::removePluginInformation |
( |
const QString & |
| ) |
|
|
virtualslot |
Member Data Documentation
| Ui::DtPluginDialogUi DtPluginDialog::myUiImpl |
The documentation for this class was generated from the following file: