RangeSlider所有成员列表
这是RangeSlider所有成员的完整列表,包括继承的成员。
- first
- first.handle : Item
- first.hovered : bool
- first.implicitHandleHeight : real
- first.implicitHandleWidth : real
- first.position : real
- first.pressed : bool
- first.value : real
- first.visualPosition : real
- from : real
- horizontal : bool
(since QtQuick.Controls 2.3 (Qt 5.10))
- live : bool
(since QtQuick.Controls 2.2 (Qt 5.9))
- orientation : enumeration
- second
- second.handle : Item
- second.hovered : bool
- second.implicitHandleHeight : real
- second.implicitHandleWidth : real
- second.position : real
- second.pressed : bool
- second.value : real
- second.visualPosition : real
- snapMode : enumeration
- stepSize : real
- to : real
- touchDragThreshold : qreal
(since QtQuick.Controls 2.5 (Qt 5.12))
- vertical : bool
(since QtQuick.Controls 2.3 (Qt 5.10))
- void first.decrease()
- void first.increase()
- void first.moved()
(since QtQuick.Controls 2.5)
- void second.decrease()
- void second.increase()
- void second.moved()
(自 QtQuick.Controls 2.5)
- void setValues(real firstValue, real secondValue)
- real valueAt(real position)
(自 QtQuick.Controls 2.5 (Qt 5.12))
以下成员是从 Control 继承的。
- availableHeight : real
- availableWidth : real
- background : Item
- bottomInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- bottomPadding : real
- contentItem : Item
- focusReason : 枚举类型
- font : 字体
- horizontalPadding : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- hoverEnabled : bool
- hovered : bool
- implicitBackgroundHeight : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitBackgroundWidth : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitContentHeight : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitContentWidth : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- leftInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- leftPadding : real
- locale :Locale
- mirrored : bool
- padding : real
- rightInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- rightPadding : real
- spacing : real
- topInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- topPadding : real
- verticalPadding : real
(自 QtQuick.Controls 2.5 (Qt 5.12))
- visualFocus : bool
- wheelEnabled : bool
以下成员是从 Item 继承的。
- activeFocus : bool
- activeFocusOnTab : bool
- 锚点 :
- anchors.alignWhenCentered : bool
- anchors.baseline : AnchorLine
- anchors.baselineOffset : real
- anchors.bottom : AnchorLine
- anchors.bottomMargin : real
- anchors.centerIn : Item
- anchors.fill : Item
- 水平居中文本 : 锚线
- 水平居中文本偏移 : 浮点数
- 左对齐 : 锚线
- 左侧边距 : 浮点数
- 边距 : 浮点数
- 右对齐 : 锚线
- 右侧边距 : 浮点数
- 顶部对齐 : 锚线
- 顶部边距 : 浮点数
- 垂直居中文本 : 锚线
- 垂直居中文本偏移 : 浮点数
- 抗锯齿 : 布尔值
- 基线偏移 : 整数
- 子项 : Item列表
- 子项矩形 :
- 子项矩形高度 : 浮点数
- 子项矩形宽度 : 浮点数
- 子项矩形X : 浮点数
- 子项矩形Y : 浮点数
- 裁剪 : 布尔值
- 包含掩码 : QObject指针
- 数据 : QtObject列表
- 启用 : 布尔值
- 焦点 : 布尔值
- 焦点策略 : 枚举
(从 6.7 开始)
- 高度 : 浮点数
- 隐式高度 : 浮点数
- 隐式宽度 : 浮点数
- 图层效果 : 组件
- 图层启用 : 布尔值
- 图层格式 : 枚举
- 图层活动 : 布尔值
(从 6.5 开始)
- 图层贴图映射 : 布尔值
- 图层采样器名称 : 字符串
- 图层样本 : 枚举
- 图层平滑 : 布尔值
- 图层源矩形 : 矩形
- 纹理镜像 : 枚举
- 纹理大小 : 大小
- 包装模式 : 枚举
- 不透明度 : 浮点数
- 调色板 : Palette
(从 6.0 开始)
- 父元素 : Item
- 资源 : QtObject列表
- 旋转 : 浮点数
- 缩放 : 浮点数
- 平滑 : 布尔值
- 状态 : 字符串
- 状态列表 : State列表
- transform : Transform 列表
- transformOrigin : 枚举类型
- transitions : Transition 列表
- visible : 布尔型
- visibleChildren : Item 列表
- width : 实数
- x : 实数
- y : 实数
- z : 实数
- childAt(实数 x, 实数 y)
- bool contains(点 point)
- dumpItemTree()
(自 6.3 版本起)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- bool grabToImage(回调函数, 目标大小)
- point mapFromGlobal(实数 x, 实数 y)
- point mapFromItem(Item item, 实数 x, 实数 y)
- point mapFromItem(Item item, point p)
- rect mapFromItem(Item item, 实数 x, 实数 y, 实数 width, 实数 height)
- rect mapFromItem(Item item, rect r)
- point mapToGlobal(实数 x, 实数 y)
- point mapToItem(Item item, 实数 x, 实数 y)
- point mapToItem(Item item, point p)
- rect mapToItem(Item item, 实数 x, 实数 y, 实数 width, 实数 height)
- rect mapToItem(Item item, rect r)
- nextItemInFocusChain(布尔型 forward)
© 2024 Qt 公司有限。此处包含的文档贡献是各自权利人的版权。提供的文档在此以 Free Software Foundation 发布的 GNU Free Documentation License 1.3 版本的条件进行许可。Qt 及相关标志是 Qt 公司在芬兰以及全球其他国家的商标。所有其他商标均为各自权利人的财产。