![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QDesignerWidgetDataBaseItemInterface class provides an interface that is used to access individual items in Qt Designer's widget database. More...
#include <QDesignerWidgetDataBaseItemInterface>
Part of the QtDesigner module.
The QDesignerWidgetDataBaseItemInterface class provides an interface that is used to access individual items in Qt Designer's widget database.
This class enables individual items in the widget database to be accessed and modified. Changes to the widget database itself are made through the QDesignerWidgetDataBaseInterface class.
Destroys the interface.
Returns a list of default values to be used as properties for the item.
Returns the name of the widget that the item extends.
Returns the name of the group that the widget belongs to.
Returns the icon used to represent the item.
Returns the name of the include file that the widget needs when being built from source.
Returns true if this type of widget is provided for compatibility purposes (e.g. Qt3Support widgets); otherwise returns false.
See also setCompat().
Returns true if this widget is intended to be used to hold other widgets; otherwise returns false.
See also setContainer().
Returns true if the widget is a custom widget; otherwise return false if it is a standard Qt widget.
See also setCustom().
Returns true if the widget is promoted; otherwise returns false.
Promoted widgets are those that represent custom widgets, but which are represented in Qt Designer by either standard Qt widgets or readily-available custom widgets.
See also setPromoted().
Returns the name of the widget.
Returns the path to use for the widget plugin.
If compat is true, the widget is handled as a compatibility widget; otherwise it is handled normally by Qt Designer.
See also isCompat().
If container is true, the widget can be used to hold other widgets in Qt Designer; otherwise Qt Designer will refuse to let the user place other widgets inside it.
See also isContainer().
If custom is true, the widget is handled specially by Qt Designer; otherwise it is handled as a standard Qt widget.
See also isCustom().
Sets the default property values for the widget to the given list.
If promoted is true, the widget is handled as a promoted widget by Qt Designer and will use a placeholder widget to represent it; otherwise it is handled as a standard widget.
See also isPromoted().
Returns the tool tip to be used by the widget.
Returns the "What's This?" help for the widget.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0 |