Obsolete Members for QDesignerFormWindowManagerInterface

以下成员源于类 QDesignerFormWindowManagerInterface 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(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

成员函数文档编制

QAction *QDesignerFormWindowManagerInterface:: actionAdjustSize () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionBreakLayout () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionCopy () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionCut () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionDelete () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionFormLayout () const

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

使用 action () 代替。

该函数在 Qt 4.4 引入。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionGridLayout () const

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.

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionHorizontalLayout () const

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.

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionLower () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionPaste () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionRaise () const

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.

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionRedo () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionSelectAll () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionSimplifyLayout () const

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

使用 action () 代替。

该函数在 Qt 4.4 引入。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionSplitHorizontal () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionSplitVertical () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionUndo () const

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

使用 action () 代替。

另请参阅 QAction .

QAction *QDesignerFormWindowManagerInterface:: actionVerticalLayout () const

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.

使用 action () 代替。

另请参阅 QAction .