#include </home/clem/local/src/opie/qmake/include/private/qwidgetinterface_p.h>
Inheritance diagram for QWidgetFactoryInterface:


Public Member Functions | |
| virtual QWidget * | create (const QString &widget, QWidget *parent=0, const char *name=0)=0 |
| virtual QString | group (const QString &widget) const =0 |
| virtual QIconSet | iconSet (const QString &widget) const =0 |
| virtual QString | includeFile (const QString &widget) const =0 |
| virtual QString | toolTip (const QString &widget) const =0 |
| virtual QString | whatsThis (const QString &widget) const =0 |
| virtual bool | isContainer (const QString &widget) const =0 |
You also have to implement the function featureList() (
Definition at line 73 of file qwidgetinterface_p.h.
|
||||||||||||||||
|
In the implementation create and return the widget widget here, use parent and name when creating the widget |
|
|
In the implementation return the name of the group of the widget widget |
|
|
In the implementation return the iconset, which should be used in the Qt Designer menubar and toolbar to represent the widget widget |
|
|
In the implementation return the include file which is needed for the widget widget in the generated code which uic generates. |
|
|
In the implementation return TRUE here, of the widget should be able to contain other widget in the Qt Designer, else FALSE. |
|
|
In the implementation return the text which should be displayed as tooltip for the widget widget |
|
|
In the implementation return the text which should be used for what's this help for the widget widget. |
1.4.2