Home · All Classes · All Functions · Overviews

[Previous: Qt3Support Module] [All Qt Modules] [Next: QtUiTools Module]

QtDesigner Module

The QtDesigner module provides classes that allow you to create your own custom widget plugins for Qt Designer, and classes that enable you to access Qt Designer's components. More...

Classes

QAbstractExtensionFactoryInterface for extension factories in Qt Designer
QAbstractExtensionManagerInterface for extension managers in Qt Designer
QAbstractFormBuilderDefault implementation for classes that create user interfaces at run-time
QDesignerActionEditorInterfaceAllows you to change the focus of Qt Designer's action editor
QDesignerContainerExtensionAllows you to add pages to a custom multi-page container in Qt Designer's workspace
QDesignerCustomWidgetCollectionInterfaceAllows you to include several custom widgets in one single library
QDesignerCustomWidgetInterfaceEnables Qt Designer to access and construct custom widgets
QDesignerDynamicPropertySheetExtensionAllows you to manipulate a widget's dynamic properties in Qt Designer's property editor
QDesignerFormEditorInterfaceAllows you to access Qt Designer's various components
QDesignerFormWindowCursorInterfaceAllows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets
QDesignerFormWindowInterfaceAllows you to query and manipulate form windows appearing in Qt Designer's workspace
QDesignerFormWindowManagerInterfaceAllows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions
QDesignerMemberSheetExtensionAllows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slots
QDesignerObjectInspectorInterfaceAllows you to change the focus of Qt Designer's object inspector
QDesignerPropertyEditorInterfaceAllows you to query and manipulate the current state of Qt Designer's property editor
QDesignerPropertySheetExtensionAllows you to manipulate a widget's properties which is displayed in Qt Designer's property editor
QDesignerTaskMenuExtensionAllows you to add custom menu entries to Qt Designer's task menu
QDesignerWidgetBoxInterfaceAllows you to control the contents of Qt Designer's widget box
QExtensionFactoryAllows you to create a factory that is able to make instances of custom extensions in Qt Designer
QExtensionManagerExtension management facilities for Qt Designer
QFormBuilderUsed 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.

To include the definitions of the module's classes, use the following directive:

 #include <QtDesigner>

To link against the module, add this line to your qmake .pro file:

 CONFIG += designer

Note: These classes are part of the Open Source Versions of Qt and Qt Full Framework Edition for commercial users.

[Previous: Qt3Support Module] [All Qt Modules] [Next: QtUiTools Module]


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.6.0