工具按钮所有成员列表
这是 ToolButton 的完整成员列表,包括继承成员。
以下成员继承自 Button。
- flat : bool
- highlighted : bool
以下成员继承自 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 : 网址
- 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 : 字符串
- 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 : 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 : 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 : 项目
- 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(callback, targetSize)
- 点 mapFromGlobal(实数 x, 实数 y)
- 点 mapFromItem(Item item, 实数 x, 实数 y)
- 点 mapFromItem(Item item, 点 p)
- 矩形 mapFromItem(Item item, 实数 x, 实数 y, 实数 width, 实数 height)
- 矩形 mapFromItem(Item item, 矩形 r)
- 点 mapToGlobal(实数 x, 实数 y)
- 点 mapToItem(Item item, 实数 x, 实数 y)
- 点 mapToItem(Item item, 点 p)
- 矩形 mapToItem(Item item, 实数 x, 实数 y, 实数 width, 实数 height)
- 矩形 mapToItem(Item item, 矩形 r)
- nextItemInFocusChain(布尔 forward)
© 2024 Qt公司。本文档中的贡献权归各自所有者所有。本文档基于自由软件基金会发布的GNU自由文档许可证版本1.3条款提供。Qt及其标志是芬兰Qt公司在芬兰及全球其他国家的商标。所有其他商标均为各自所有者的财产。