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.
-
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.
-
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.
-
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.
Detailed Description▲
In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.
To include the definitions of the module classes, use the following directive:
#include <QtDesigner>
To link against the module, add this line to your qmake .pro file:
CONFIG +=
designer