以下成員源於類 QDesignerFormWindowManagerInterface 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(棄用)
QAction *
|
actionAdjustSize () const |
(棄用)
QAction *
|
actionBreakLayout () const |
(棄用)
QAction *
|
actionCopy () const |
(棄用)
QAction *
|
actionCut () const |
(棄用)
QAction *
|
actionDelete () const |
(棄用)
QAction *
|
actionFormLayout () const |
(棄用)
QAction *
|
actionGridLayout () const |
(棄用)
QAction *
|
actionHorizontalLayout () const |
(棄用)
QAction *
|
actionLower () const |
(棄用)
QAction *
|
actionPaste () const |
(棄用)
QAction *
|
actionRaise () const |
(棄用)
QAction *
|
actionRedo () const |
(棄用)
QAction *
|
actionSelectAll () const |
(棄用)
QAction *
|
actionSimplifyLayout () const |
(棄用)
QAction *
|
actionSplitHorizontal () const |
(棄用)
QAction *
|
actionSplitVertical () const |
(棄用)
QAction *
|
actionUndo () const |
(棄用)
QAction *
|
actionVerticalLayout () const |
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionAdjustSize
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "adjust size" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionBreakLayout
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "break layout" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionCopy
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "copy" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionCut
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "cut" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionDelete
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "delete" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionFormLayout
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "form layout" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionGridLayout
() const
This function is deprecated. 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 Widgets Designer's workspace. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionHorizontalLayout
() const
This function is deprecated. 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 Widgets Designer's workspace. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionLower
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control the action of lowering a form window in Qt Widgets Designer's workspace. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionPaste
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "paste" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionRaise
() const
This function is deprecated. 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 Widgets Designer's workspace. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionRedo
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "redo" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionSelectAll
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "select all" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionSimplifyLayout
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "simplify layout" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionSplitHorizontal
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "split horizontal" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionSplitVertical
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "split vertical" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionUndo
() const
This function is deprecated. We strongly advise against using it in new code.
Allows you to intervene and control Qt Widgets Designer's "undo" action. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .
[deprecated]
QAction
*QDesignerFormWindowManagerInterface::
actionVerticalLayout
() const
This function is deprecated. 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 Widgets Designer's workspace. The function returns the original action.
使用 action () 代替。
另請參閱 QAction .