TabButton 所有成员列表
这是 TabButton 的完整成员列表,包括继承的成员。
以下成员是从 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 : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- implicitIndicatorWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- indicator : 项目
- pressX : 实数
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- pressY : 实数
(自 QtQuick.Controls 2.4 (Qt 5.11) 开始)
- pressed : bool
- text : 字符串
- 已取消()
- 点击()
- 双击()
- 按住并等待()
- 被按()
- 已释放()
- void toggle()
- toggled()
(自 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 : 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
- anchors.horizontalCenter : AnchorLine
- anchors.horizontalCenterOffset : real
- anchors.left : AnchorLine
- anchors.leftMargin : real
- anchors.margins : real
- anchors.right : 锚点线
- anchors.rightMargin : 实数
- anchors.top : 锚点线
- anchors.topMargin : 实数
- anchors.verticalCenter : 锚点线
- 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(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条款许可。