GridLayout 所有成员列表
这是 GridLayout 所有成员的完整列表,包括继承的成员。
- columnSpacing : 实数
- columns : 整数
- flow : 枚举
- layoutDirection : 枚举
(自 QtQuick.Layouts 1.1)
- rowSpacing : 实数
- rows : 整数
- uniformCellHeights : 布尔值
(自 QtQuick.Layouts 6.6)
- uniformCellWidths : 布尔值
(自 QtQuick.Layouts 6.6)
以下成员是从 Item 继承的。
- activeFocus : 布尔值
- activeFocusOnTab : 布尔值
- 锚点
- 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 : AnchorLine
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : AnchorLine
- anchors.rightMargin : 实数
- anchors.top : AnchorLine
- anchors.topMargin : 实数
- anchors.verticalCenter : AnchorLine
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔值
- baselineOffset : 整数
- children :
list<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(实数 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)
- 点 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)
以下成员是从 QtObject 继承的。
- objectName : 字符串
© 2024 Qt 公司 Ltd。此处包含的文档贡献者是各自所有者的版权。此处提供的文档是根据自由软件基金会以 GNU 自由文档许可证版本 1.3 的条款发布的。Qt 及其相应的标志是芬兰及其它国家/地区的 Qt 公司的商标。所有其他商标均为各自所有者的财产。