![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QDesignerMetaDataBaseItemInterface class provides an interface to individual items in Qt Designer's meta database. More...
#include <QDesignerMetaDataBaseItemInterface>
Part of the QtDesigner module.
The QDesignerMetaDataBaseItemInterface class provides an interface to individual items in Qt Designer's meta database.
This class allows individual items in Qt Designer's meta-data database to be accessed and modified. Use the QDesignerMetaDataBaseInterface class to change the properties of the database itself.
Destroys the item interface to the meta-data database.
Returns whether the item is enabled.
See also setEnabled().
Returns the name of the item in the database.
See also setName().
If enabled is true, the item is enabled; otherwise it is disabled.
See also enabled().
Sets the name of the item to the given name.
See also name().
Sets the tab order in the form using the list of widgets defined by tabOrder.
See also tabOrder().
Returns a list of widgets in the order defined by the form's tab order.
See also setTabOrder().
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0 |