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 .