Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components. More...

Namespaces

Classes

QAbstractExtensionFactory

Interface for extension factories in Qt Designer

QAbstractExtensionManager

Interface for extension managers in Qt Designer

QAbstractFormBuilder

Default implementation for classes that create user interfaces at run-time

QDesignerActionEditorInterface

Allows you to change the focus of Qt Designer's action editor

QDesignerContainerExtension

Allows you to add pages to a custom multi-page container in Qt Designer's workspace. QtDesigner

QDesignerCustomWidgetCollectionInterface

Allows you to include several custom widgets in one single library

QDesignerCustomWidgetInterface

Enables Qt Designer to access and construct custom widgets

QDesignerDialogGuiInterface

Allows integrations of Qt Designer to replace the message boxes displayed by Qt Designer by custom dialogs

QDesignerDnDItemInterface

Interface that is used to manage items during a drag and drop operation. QtDesigner

QDesignerDynamicPropertySheetExtension

Allows you to manipulate a widget's dynamic properties in Qt Designer's property editor

QDesignerExtraInfoExtension

Extra information about a widget in Qt Designer. QtDesigner

QDesignerFormEditorInterface

Allows you to access Qt Designer's various components

QDesignerFormEditorPluginInterface

Interface that is used to manage plugins for Qt Designer's form editor component. QtDesigner

QDesignerFormWindowCursorInterface

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

Allows you to query and manipulate form windows appearing in Qt Designer's workspace

QDesignerFormWindowManagerInterface

Allows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions

QDesignerFormWindowToolInterface

Interface that enables tools to be used on items in a form window

QDesignerIntegration

Qt Designer's implementation of QDesignerIntegrationInterface

QDesignerIntegrationInterface

Glues together parts of Qt Designer and allows for overwriting functionality for IDE integration

QDesignerIntrospectionInterface

Access to a QDesignerMetaObjectInterface for a given Qt object

QDesignerLayoutDecorationExtension

Extension to a layout in Qt Designer. QtDesigner

QDesignerMemberSheetExtension

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

QDesignerMetaDataBaseInterface

Interface to Qt Designer's object meta database. QtDesigner

QDesignerMetaDataBaseItemInterface

Interface to individual items in Qt Designer's meta database. QtDesigner

QDesignerMetaEnumInterface

Part of Qt Designer's introspection interface and represents an enumeration

QDesignerMetaMethodInterface

Part of Qt Designer's introspection interface and represents a member function

QDesignerMetaObjectInterface

Part of Qt Designer's introspection interface and provides meta-information about Qt objects

QDesignerMetaPropertyInterface

Part of Qt Designer's introspection interface and represents a property

QDesignerNewFormWidgetInterface

Interface for chooser widgets that can be used within "New Form" dialogs and wizards. It presents the user with a list of choices taken from built-in templates, pre-defined template paths and suitable custom widgets. It provides a static creation function that returns Qt Designer's implementation

QDesignerObjectInspectorInterface

Allows you to change the focus of Qt Designer's object inspector

QDesignerOptionsPageInterface

Interface for integrating Qt Designer's options pages into IDE option dialogs

QDesignerPromotionInterface

Functions for modifying the promoted classes in Designer. QtDesigner 4.3

QDesignerPromotionInterface::PromotedClass

QDesignerPropertyEditorInterface

Allows you to query and manipulate the current state of Qt Designer's property editor

QDesignerPropertySheetExtension

Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor

QDesignerSettingsInterface

Abstraction of QSettings to be used in Qt Designer

QDesignerTaskMenuExtension

Allows you to add custom menu entries to Qt Designer's task menu. QtDesigner

QDesignerWidgetBoxInterface

Allows you to control the contents of Qt Designer's widget box

QDesignerWidgetBoxInterface::Category

Specifies a category in Qt Designer's widget box component.

QDesignerWidgetBoxInterface::Widget

Specified a widget in Qt Designer's widget box component

QDesignerWidgetDataBaseInterface

Interface that is used to access and modify Qt Designer's widget database. QtDesigner

QDesignerWidgetDataBaseItemInterface

Interface that is used to access individual items in Qt Designer's widget database. QtDesigner

QDesignerWidgetFactoryInterface

Interface that is used to control the widget factory used by Qt Designer. QtDesigner

QExtensionFactory

Allows you to create a factory that is able to make instances of custom extensions in Qt Designer

QExtensionManager

Extension management facilities for Qt Designer

QFormBuilder

Used to dynamically construct user interfaces from UI files at run-time

qdesigner_internal::Layout

Baseclass for layouting widgets in the Designer (Helper for Layout commands)

qdesigner_internal::QDesignerFormWindowManager

Detailed Description

\titleQt Designer C++ Classes \ingroup modules \qtcmakepackage Designer \qtvariable designer

In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.