标签所有成员的列表
这是 Label 的完整成员列表,包括继承来的成员。
- background : Item
- bottomInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 起支持)
- implicitBackgroundHeight : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 起支持)
- implicitBackgroundWidth : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 起支持)
- leftInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 起支持)
- rightInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 起支持)
- topInset : real
(自 QtQuick.Controls 2.5 (Qt 5.12) 起支持)
以下成员是从 Text 继承的。
- advance : size
- antialiasing : bool
- baseUrl : url
- bottomPadding : real
- clip : bool
- color : color
- contentHeight : real
- contentWidth : real
- effectiveHorizontalAlignment : enumeration
- elide : enumeration
- font.bold : bool
- font.capitalization : enumeration
- font.family : string
- font.features : object
(自 6.6 起支持)
- font.hintingPreference : enumeration
- font.italic : bool
- font.kerning : bool
- font.letterSpacing : real
- font.pixelSize : int
- font.pointSize : real
- font.preferShaping : bool
- font.strikeout : bool
- font.styleName : string
- font.underline : bool
- font.variableAxes : 对象
(自 6.7)
- font.weight : 整数
- font.wordSpacing : 实数
- fontInfo.bold : 布尔值
- fontInfo.family : 字符串
- fontInfo.italic : 布尔值
- fontInfo.pixelSize : 整数
- fontInfo.pointSize : 实数
- fontInfo.styleName : 字符串
- fontInfo.weight : 整数
- fontSizeMode : 枚举类型
- horizontalAlignment : 枚举类型
- hoveredLink : 字符串
- leftPadding : 实数
- lineCount : 整数
- lineHeight : 实数
- lineHeightMode : 枚举类型
- linkColor : 颜色
- maximumLineCount : 整数
- minimumPixelSize : 整数
- minimumPointSize : 整数
- padding : 实数
- renderType : 枚举类型
- renderTypeQuality : 整数
(自 6.0)
- rightPadding : 实数
- style : 枚举类型
- styleColor : 颜色
- text : 字符串
- textFormat : 枚举类型
- topPadding : 实数
- truncated : 布尔值
- verticalAlignment : 枚举类型
- wrapMode : 枚举类型
- doLayout()
(已弃用)
- forceLayout()
- lineLaidOut(对象 line)
- linkActivated(字符串 link)
- linkAt(实数 x, 实数 y)
- linkHovered(字符串 link)
以下成员从 Item 继承。
- activeFocus : 布尔值
- activeFocusOnTab : 布尔值
- anchors :
- anchors.alignWhenCentered : 布尔值
- anchors.baseline : AnchorLine
- anchors.baselineOffset : 实数
- anchors.bottom : AnchorLine
- anchors.bottomMargin : 实数
- anchors.centerIn : Item
- anchors.fill : Item
- anchors.horizontalCenter : AnchorLine
- anchors.horizontalCenterOffset : 实数
- anchors.left : 线性锚点
- anchors.leftMargin : 实数
- anchors.margins : 实数
- 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(实数 x, 实数 y)
- bool contains(点 point)
- dumpItemTree()
(自 6.3)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- bool grabToImage(回调, 目标尺寸)
- 点 mapFromGlobal(实数 x, 实数 y)
- 点 mapFromItem(项目 item, 实数 x, 实数 y)
- 点 mapFromItem(项目 item, 点 p)
- 矩形 mapFromItem(项目 item, 实数 x, 实数 y, 实数 width, 实数 height)
- 矩形 mapFromItem(项目 item, 矩形 r)
- 点 mapToGlobal(实数 x, 实数 y)
- 点 mapToItem(项目 item, 实数 x, 实数 y)
- 点 mapToItem(项目 item, 点 p)
- 矩形 mapToItem(项目 item, 实数 x, 实数 y, 实数 width, 实数 height)
- 矩形 mapToItem(项目 item, 矩形 r)
- nextItemInFocusChain(布尔 forward)
© 2024 Qt 公司. 本文档中的文档贡献归其各自所有者所有。本提供的文档是在自由软件基金会发布的 GNU 自由文档许可证版本 1.3 的条款下授权的。Qt 及相关标志是芬兰和 / 或其他国家的 Qt 公司的商标。所有其他商标均为其各自所有者的财产。