AbstractButton 所有成员列表
这是 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 : bool
- text : 字符串
- canceled()
- clicked()
- doubleClicked()
- pressAndHold()
- pressed()
- released()
- void toggle()
- toggled()
(自 QtQuick.Controls 2.2 (Qt 5.9))
以下成员从 Control 继承。
- availableHeight : real
- 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 : 项(Item)
- anchors.fill : 项(Item)
- anchors.horizontalCenter : 锚线(AnchorLine)
- anchors.horizontalCenterOffset : 实数
- anchors.left : 锚线(AnchorLine)
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : AnchorLine
- anchors.rightMargin : 实数
- anchors.top : AnchorLine
- anchors.topMargin : 实数
- anchors.verticalCenter : AnchorLine
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔值
- baselineOffset : 整数
- children : Item 列表
- 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 : Palette
(自 6.0)
- parent : Item
- resources : QtObject 列表
- rotation : 实数
- scale : 实数
- smooth : 布尔值
- state : 字符串
- states : State 列表
- transform : Transform 列表
- transformOrigin : 枚举类型
- transitions : Transition 列表
- visible : 布尔值
- visibleChildren : Item 列表
- width : 实数
- x : 实数
- y : 实数
- z : 实数
- childAt(实数 x, 实数 y)
- 布尔值 contains(点 point)
- dumpItemTree()
(自 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. 本文档贡献包含了各自所有者的版权。本提供的文档是根据自由软件基金会发布的GNU自由文档许可协议版本1.3许可的。Qt及其相关标志是芬兰和/或其他国家的The Qt Company Ltd.的商业名称。所有其他商标均为各自所有者的财产。