![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QDesignerContainerExtension class provides extensions for container widgets in Qt Designer. More...
#include <QDesignerContainerExtension>
The QDesignerContainerExtension class provides extensions for container widgets in Qt Designer.
Destroys the extension.
Adds the given widget to the container after all the existing widgets.
See also insertWidget() and remove().
Returns the number of widgets in the container.
Returns the current index, corresponding to the current widget in the container.
See also setCurrentIndex().
Inserts the given widget into the container at the specified index.
See also addWidget() and remove().
Removes the widget at the given index in the container.
See also addWidget() and insertWidget().
Sets the current index to the specified index, corresponding to the current widget in the container.
See also currentIndex().
Returns the widget at the given index in the container.
See also addWidget() and insertWidget().
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.1 |