#include <piePlugin.h>
Public Member Functions | |
| piePlugin (QObject *parent=0) | |
| The default constructor. | |
| bool | isContainer () const |
| bool | isInitialized () const |
| QIcon | icon () const |
| QString | domXml () const |
| QString | group () const |
| QString | includeFile () const |
| QString | name () const |
| QString | toolTip () const |
| QString | whatsThis () const |
| QWidget * | createWidget (QWidget *parent) |
| void | initialize (QDesignerFormEditorInterface *core) |
Private Attributes | |
| bool | initialized |
This widget plugin make the pieDisplay widget available to QT Designer for easy form design. This widget plugin is as simple as it gets, and doesn't offer any extras - just the minimum needed to get the plugin working. It is based on the widget plugin example that is included in the QT4 documentation.
Please refer to the QT documentation for details on what the member functions actually do! The implementation should be self explanatory.
Definition at line 19 of file piePlugin.h.
| piePlugin::piePlugin | ( | QObject * | parent = 0 |
) |
The default constructor.
| parent | parent QObject. |
Definition at line 10 of file piePlugin.cpp.
References initialized.
1.4.7