![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QAbstractFormBuilder class provides a default implementation for classes that create user interfaces at run-time. More...
#include <QAbstractFormBuilder>
Inherited by QFormBuilder.
The QAbstractFormBuilder class provides a default implementation for classes that create user interfaces at run-time.
QAbstractFormBuilder provides a standard interface and a default implementation for constructing forms from user interface files. It is not intended to be instantiated directly. Use the QFormBuilder class to create user interfaces from .ui files at run-time.
To override certain aspects of the form builder's behavior, subclass QAbstractFormBuilder and reimplement the relevant virtual functions:
See also QFormBuilder.
Constructs a new form builder.
Destroys the form builder.
Loads an XML representation of a widget from the given device, and constructs a new widget with the specified parent.
See also save().
Saves an XML representation of the given widget to the specified device in the standard .ui file format.
See also load().
Sets the current working directory of the form builder to the directory specified.
See also workingDirectory().
Returns the current working directory of the form builder.
See also setWorkingDirectory().
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.1 |