Qt Designer C++ Classes▲
Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components.
Classes▲
- 
						
QAbstractExtensionFactory: The QAbstractExtensionFactory class provides an interface for extension factories in Qt Designer.
 - 
						
QAbstractExtensionManager: The QAbstractExtensionManager class provides an interface for extension managers in Qt Designer.
 - 
						
QAbstractFormBuilder: The QAbstractFormBuilder class provides a default implementation for classes that create user interfaces at run-time.
 - 
						
QDesignerActionEditorInterface: The QDesignerActionEditorInterface class allows you to change the focus of Qt Designer's action editor.
 - 
						
QDesignerContainerExtension: The QDesignerContainerExtension class allows you to add pages to a custom multi-page container in Qt Designer's workspace.
 - 
						
QDesignerCustomWidgetCollectionInterface: The QDesignerCustomWidgetCollectionInterface class allows you to include several custom widgets in one single library.
 - 
						
QDesignerCustomWidgetInterface: The QDesignerCustomWidgetInterface class enables Qt Designer to access and construct custom widgets.
 - 
						
QDesignerDynamicPropertySheetExtension: The QDesignerDynamicPropertySheetExtension class allows you to manipulate a widget's dynamic properties in Qt Designer's property editor.
 - 
						
QDesignerFormEditorInterface: The QDesignerFormEditorInterface class allows you to access Qt Designer's various components.
 - 
						
QDesignerFormWindowCursorInterface: The QDesignerFormWindowCursorInterface class allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets.
 - 
						
QDesignerFormWindowInterface: The QDesignerFormWindowInterface class allows you to query and manipulate form windows appearing in Qt Designer's workspace.
 - 
						
QDesignerFormWindowManagerInterface: The QDesignerFormWindowManagerInterface class allows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions.
 - 
						
QDesignerMemberSheetExtension: The QDesignerMemberSheetExtension class allows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slots.
 - 
						
QDesignerObjectInspectorInterface: The QDesignerObjectInspectorInterface class allows you to change the focus of Qt Designer's object inspector.
 - 
						
QDesignerPropertyEditorInterface: The QDesignerPropertyEditorInterface class allows you to query and manipulate the current state of Qt Designer's property editor.
 - 
						
QDesignerPropertySheetExtension: The QDesignerPropertySheetExtension class allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor.
 - 
						
QDesignerTaskMenuExtension: The QDesignerTaskMenuExtension class allows you to add custom menu entries to Qt Designer's task menu.
 - 
						
QDesignerWidgetBoxInterface: The QDesignerWidgetBoxInterface class allows you to control the contents of Qt Designer's widget box.
 - 
						
QExtensionFactory: The QExtensionFactory class allows you to create a factory that is able to make instances of custom extensions in Qt Designer.
 - 
						
QExtensionManager: The QExtensionManager class provides extension management facilities for Qt Designer.
 - 
						
QFormBuilder: The QFormBuilder class is used to dynamically construct user interfaces from UI files at run-time.
 
Detailed Description▲
In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.


