SpinBox所有成员列表
这是SpinBox的所有成员列表,包括继承成员。
- displayText : string
(自QtQuick.Controls 2.4 (Qt 5.11)起)
- down
- down.hovered : bool
- down.implicitIndicatorHeight : real
- down.implicitIndicatorWidth : real
- down.indicator : Item
- down.pressed : bool
- editable : bool
- from : int
- inputMethodComposing : bool
(自QtQuick.Controls 2.2 (Qt 5.9)起)
- inputMethodHints : flags
(自QtQuick.Controls 2.2 (Qt 5.9)起)
- live : bool
(自6.6起)
- stepSize : int
- textFromValue : function
- to : int
- up
- up.hovered : bool
- up.implicitIndicatorHeight : real
- up.implicitIndicatorWidth : real
- up.indicator : Item
- up.pressed : bool
- validator : Validator
- value : int
- valueFromText : function
- wrap : bool
(自QtQuick.Controls 2.3 (Qt 5.10)起)
- void decrease()
- void increase()
- valueModified()
(自QtQuick.Controls 2.2 (Qt 5.9)起)
以下成员是从Control继承的。
- availableHeight : real
- availableWidth : real
- background : Item
- bottomInset : real
(自QtQuick.Controls 2.5 (Qt 5.12)起)
- bottomPadding : real
- 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.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 : 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)
- bool 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.在芬兰和其他全球国家的商标。所有其他商标均为其各自所有者的财产。