RadioButton所有成员列表
这是RadioButton的所有成员的完整列表,包括继承成员。
以下成员是从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
- icon.cache : bool
- icon.color : 颜色
- icon.height : int
- icon.name : 字符串
- icon.source : URL
- icon.width : int
- implicitIndicatorHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- implicitIndicatorWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- indicator : Item
- pressX : 实数
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- pressY : 实数
(自 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 : 实数
- availableWidth : 实数
- background : Item
- bottomInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- bottomPadding : 实数
- contentItem : Item
- focusReason : 枚举
- font : 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.alignWhenCentered : 布尔
- anchors.baseline : AnchorLine
- anchors.baselineOffset : 实数
- anchors.bottom : AnchorLine
- anchors.bottomMargin : 实数
- anchors.centerIn : Item
- anchors.fill : Item
- anchors.horizontalCenter : AnchorLine
- anchors.horizontalCenterOffset : 实数
- anchors.left : 锚点线
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : 锚点线
- anchors.rightMargin : 实数
- anchors.top : 锚点线
- anchors.topMargin : 实数
- anchors.verticalCenter : 锚点线
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔值
- baselineOffset : 整数
- children : 项列表
- 子项矩形 :
- 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 : 字符串
- states : 状态列表
- transform : 变换列表
- transformOrigin : 枚举值
- transitions : 过渡列表
- visible : 布尔值
- visibleChildren : 项列表
- width : 实数
- x : 实数
- y : 实数
- z : 实数
- childAt(实数 x, 实数 y)
- bool contains(点 point)
- dumpItemTree()
(自 6.3 版起)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- bool grabToImage(回调, 目标大小)
- 点 mapFromGlobal(实数 x, 实数 y)
- 点 mapFromItem(项 item, 实数 x, 实数 y)
- 点 mapFromItem(项 item, 点 p)
- 矩形 mapFromItem(项 item, 实数 x, 实数 y, 实数 宽度, 实数 高度)
- 矩形 mapFromItem(项 item, 矩形 r)
- 点 mapToGlobal(实数 x, 实数 y)
- 点 mapToItem(项 item, 实数 x, 实数 y)
- 点 mapToItem(项 item, 点 p)
- 矩形 mapToItem(项 item, 实数 x, 实数 y, 实数 宽度, 实数 高度)
- 矩形 mapToItem(项 item, 矩形 r)
- nextItemInFocusChain(布尔 forward)
© 2024 The Qt Company Ltd. 本文档贡献的版权属于其各自的拥有者。本提供的文档根据自由软件基金会发布的 GNU 自由文档许可协议第 1.3 版 的条款进行许可。Qt 及其相关标志是芬兰 The Qt Company Ltd. 以及/或全球其他国家的商标。所有其他商标均为其各自拥有者的财产。