MenuItem 所有成员列表
以下是 MenuItem 的完整成员列表,包括继承的成员。
- arrow : Item
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- highlighted : bool
- menu : Menu
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- subMenu : Menu
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- void triggered()
以下成员是从 AbstractButton 继承的。
- action : Action
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- autoExclusive : bool
- autoRepeat : bool
- autoRepeatDelay : int
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- autoRepeatInterval : int
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- checkable : bool
- checked : bool
- display : 枚举
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- down : bool
- 图标
- icon.cache : bool
- icon.color : 颜色
- icon.height : int
- icon.name : 字符串
- icon.source : url
- icon.width : int
- implicitIndicatorHeight : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- implicitIndicatorWidth : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- indicator : Item
- pressX : real
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- pressY : real
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- pressed : 布尔型
- text : 字符串
- canceled()
- clicked()
- doubleClicked()
- pressAndHold()
- pressed()
- released()
- void toggle()
- toggled()
(自 QtQuick.Controls 2.2 (Qt 5.9) 开始)
以下成员继承自 Control。
- availableHeight : 实数
- availableWidth : 实数
- background : Item
- bottomInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- bottomPadding : 实数
- contentItem : Item
- focusReason : 枚举类型
- font : 字体
- horizontalPadding : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- hoverEnabled : 布尔型
- hovered : 布尔型
- implicitBackgroundHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- implicitBackgroundWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- implicitContentHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- implicitContentWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- leftInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- leftPadding : 实数
- locale : Locale
- mirrored : 布尔型
- padding : 实数
- rightInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- rightPadding : 实数
- spacing : 实数
- topInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- topPadding : 实数
- verticalPadding : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- visualFocus : 布尔型
- wheelEnabled : 布尔型
以下成员继承自 Item。
- activeFocus : 布尔型
- activeFocusOnTab : 布尔型
- anchors :
- anchors.alignWhenCentered : 布尔型
- anchors.baseline : AnchorLine
- anchors.baselineOffset : 实数
- anchors.bottom : AnchorLine
- anchors.bottomMargin : 实数
- anchors.centerIn : 项目
- anchors.fill : 项目
- anchors.horizontalCenter : 锚线
- anchors.horizontalCenterOffset : 实数
- anchors.left : 锚线
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : 锚线
- anchors.rightMargin : 实数
- anchors.top : 锚线
- anchors.topMargin : 实数
- anchors.verticalCenter : 锚线
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔值
- baselineOffset : 整数
- children : 项目列表
- childrenRect :
- childrenRect.height : 实数
- childrenRect.width : 实数
- childrenRect.x : 实数
- childrenRect.y : 实数
- clip : 布尔值
- containmentMask : QObject指针
- data : QtObject列表
- enabled : 布尔值
- focus : 布尔值
- focusPolicy : 枚举值(自 6.7 开始)
- height : 实数
- implicitHeight : 实数
- implicitWidth : 实数
- layer.effect : 组件
- layer.enabled : 布尔值
- layer.format : 枚举值
- layer.live : 布尔值(自 6.5 开始)
- layer.mipmap : 布尔值
- layer.samplerName : 字符串
- layer.samples : 枚举值
- layer.smooth : 布尔值
- layer.sourceRect : 矩形
- layer.textureMirroring : 枚举值
- layer.textureSize : 大小
- layer.wrapMode : 枚举值
- opacity : 实数
- palette : 颜色板(自 6.0 开始)
- parent : 项目
- resources : QtObject列表
- rotation : 实数
- scale : 实数
- smooth : 布尔值
- state : 字符串
- 状态 : list<State>
- 变换 : list<Transform>
- 变换原点 : 枚举
- 转换 : list<Transition>
- 可见 : bool
- 可见子项 : list<Item>
- 宽度 : real
- x坐标 : real
- y坐标 : real
- z坐标 : real
- childAt(real x, real y)
- bool contains(point point)
- dumpItemTree()
(since 6.3)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- bool grabToImage(callback, targetSize)
- point mapFromGlobal(real x, real y)
- point mapFromItem(Item item, real x, real y)
- point mapFromItem(Item item, point p)
- rect mapFromItem(Item item, real x, real y, real width, real height)
- rect mapFromItem(Item item, rect r)
- point mapToGlobal(real x, real y)
- point mapToItem(Item item, real x, real y)
- point mapToItem(Item item, point p)
- rect mapToItem(Item item, real x, real y, real width, real height)
- rect mapToItem(Item item, rect r)
- nextItemInFocusChain(bool forward)
© 2024 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.