#include <DummyWidgetPlugin.hpp>
◆ DummyWidgetPlugin()
DummyWidgetPlugin::DummyWidgetPlugin |
( |
QObject * |
parent, |
|
|
QString & |
className, |
|
|
QString & |
group, |
|
|
QString & |
includeFile |
|
) |
| |
Default constructor for DummyWidgetPlugin.
This class is intended to be a placeholder for Python Widget.
- Parameters
-
parent | |
className | |
group | |
includeFile | This class will receive in the constructor the name of the python class, and the module path. |
NOTE: Signature uses QString because these strings are obtained from python, which is UTF-8 by nature. Decoding is avoided by using UTF-8 from start-to-finish.
◆ createWidget()
QWidget * DummyWidgetPlugin::createWidget |
( |
QWidget * |
parent | ) |
|
◆ domXml()
QString DummyWidgetPlugin::domXml |
( |
| ) |
const |
◆ group()
QString DummyWidgetPlugin::group |
( |
| ) |
const |
◆ icon()
QIcon DummyWidgetPlugin::icon |
( |
| ) |
const |
◆ includeFile()
QString DummyWidgetPlugin::includeFile |
( |
| ) |
const |
◆ initialize()
void DummyWidgetPlugin::initialize |
( |
QDesignerFormEditorInterface * |
core | ) |
|
◆ isContainer()
bool DummyWidgetPlugin::isContainer |
( |
| ) |
const |
◆ isInitialized()
bool DummyWidgetPlugin::isInitialized |
( |
| ) |
const |
◆ name()
QString DummyWidgetPlugin::name |
( |
| ) |
const |
◆ toolTip()
QString DummyWidgetPlugin::toolTip |
( |
| ) |
const |
◆ whatsThis()
QString DummyWidgetPlugin::whatsThis |
( |
| ) |
const |
The documentation for this class was generated from the following files: