Obsolete Members for QDesignerFormWindowManagerInterface

The following members of class QDesignerFormWindowManagerInterface are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) QAction *actionAdjustSize() const
(obsolete) QAction *actionBreakLayout() const
(obsolete) QAction *actionCopy() const
(obsolete) QAction *actionCut() const
(obsolete) QAction *actionDelete() const
(obsolete) QAction *actionFormLayout() const
(obsolete) QAction *actionGridLayout() const
(obsolete) QAction *actionHorizontalLayout() const
(obsolete) QAction *actionLower() const
(obsolete) QAction *actionPaste() const
(obsolete) QAction *actionRaise() const
(obsolete) QAction *actionRedo() const
(obsolete) QAction *actionSelectAll() const
(obsolete) QAction *actionSimplifyLayout() const
(obsolete) QAction *actionSplitHorizontal() const
(obsolete) QAction *actionSplitVertical() const
(obsolete) QAction *actionUndo() const
(obsolete) QAction *actionVerticalLayout() const

Member Function Documentation

QAction *QDesignerFormWindowManagerInterface::actionAdjustSize() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "adjust size" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionBreakLayout() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "break layout" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionCopy() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "copy" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionCut() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "cut" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionDelete() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "delete" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionFormLayout() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "form layout" action. The function returns the original action.

Use action() instead.

This function was introduced in Qt 4.4.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionGridLayout() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control a request for grid layout for a form window in Qt Designer's workspace. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionHorizontalLayout() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control a request for horizontal layout for a form window in Qt Designer's workspace. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionLower() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control the action of lowering a form window in Qt Designer's workspace. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionPaste() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "paste" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionRaise() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control the action of raising of a form window in Qt Designer's workspace. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionRedo() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "redo" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionSelectAll() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "select all" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionSimplifyLayout() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "simplify layout" action. The function returns the original action.

Use action() instead.

This function was introduced in Qt 4.4.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionSplitHorizontal() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "split horizontal" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionSplitVertical() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "split vertical" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionUndo() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control Qt Designer's "undo" action. The function returns the original action.

Use action() instead.

See also QAction.

QAction *QDesignerFormWindowManagerInterface::actionVerticalLayout() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Allows you to intervene and control a request for vertical layout for a form window in Qt Designer's workspace. The function returns the original action.

Use action() instead.

See also QAction.

© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.