SwitchDelegate 所有成员列表
这是 SwitchDelegate 的完整成员列表,包括继承的成员。
- position : 实数
- visualPosition : 实数
以下成员继承自 ItemDelegate。
- highlighted : 布尔
以下成员继承自 AbstractButton。
- action : Action
(自 QtQuick.Controls 2.3 (Qt 5.10) 以来)
- autoExclusive : 布尔
- autoRepeat : 布尔
- autoRepeatDelay : 整数
(自 QtQuick.Controls 2.4 (Qt 5.11) 以来)
- autoRepeatInterval : 整数
(自 QtQuick.Controls 2.4 (Qt 5.11) 以来)
- checkable : 布尔
- checked : 布尔
- display : 枚举
(自 QtQuick.Controls 2.3 (Qt 5.10) 以来)
- down : 布尔
- 图标
- icon.cache : 布尔
- icon.color : 颜色
- icon.height : 整数
- icon.name : 字符串
- icon.source : URL
- icon.width : 整数
- 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 : 布尔
- text : 字符串
- canceled()
- clicked()
- doubleClicked()
- pressAndHold()
- pressed()
- released()
- void toggle()
- toggled()
(自 QtQuick.Controls 2.2 (Qt 5.9) 开始)
以下成员是从 Control 继承的。
- availableHeight : 实数
- availableWidth : 实数
- background : 项
- bottomInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- bottomPadding : 实数
- contentItem : 项
- 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 : 区域设置
- 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 : 折中对齐线
- anchors.baselineOffset : 实数
- anchors.bottom : 折中对齐线
- 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 : QObjects指针
- data : QtObjects列表
- 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 : QtObjects列表
- rotation : 实数
- scale : 实数
- smooth : 布尔值
- state : 字符串
- states : 状态列表
- transform : 转换列表
- transformOrigin : 枚举
- transitions : 过渡列表
- visible : bool
- visibleChildren : list
- width : 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 Qt公司。在此包含的文档贡献为各自所有者的版权所有。提供的文档根据免费软件基金会发布的GNU自由文档许可版本1.3的条款进行许可。Qt及其相关标志是Qt公司在芬兰以及全球其他国家的商标。所有其他商标均为各自所有者的财产。