![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QDesignerCustomWidgetInterface class provides an interface to a custom widget in Qt Designer. More...
#include <QDesignerCustomWidgetInterface>
The QDesignerCustomWidgetInterface class provides an interface to a custom widget in Qt Designer.
See also Creating Custom Widgets for Qt Designer.
Destroys the custom widget interface.
Returns the code template that Qt Designer includes in forms that contain the custom widget when they are saved.
uic uses the code template to provide code for constructing the custom widget.
Returns a new widget with the given parent.
Returns the XML that is used to describe widget properties to Qt Designer.
Returns the name of the group to which the custom widget belongs.
Returns the icon used to represent the custom widget in Qt Designer's widget box.
Returns the path to the include file that uic uses when creating code for the custom widget.
Initializes the widget for use with the form editor with the specified core interface.
See also isInitialized().
Returns true if the custom widget is intended to be used as a container; otherwise returns false.
Most custom widgets are not used to hold other widgets, so their implementations of this function will return false, but custom containers will return true to ensure that they behave correctly in Qt Designer.
Returns true if the widget has been initialized; otherwise returns false.
See also initialize().
Returns the name of the class that implements the custom widget.
Returns a short description of the widget that can be used by Qt Designer in a tool tip.
Returns a description of the widget that can be used by Qt Designer in "What's This?" help for the widget.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.1 |