导入 qtquick x.x
继承自item
成员变量
activeFocus bool 活动焦点
activeFocusOnTab 活动焦点在tabcontrol按键
anchors 锚定。。。很多
activeFocus : bool 活动焦点
activeFocusOnTab : bool 活动焦点在tabcontrol按键
anchors 锚定。。
anchors.top : AnchorLine 锚定-顶部在:
anchors.bottom : AnchorLine 锚定-底部在:
anchors.left : AnchorLine 锚定-左边在:
anchors.right : AnchorLine 锚定-右边在:
anchors.horizontalCenter : AnchorLine 锚定-水平局中 --[hɒrɪ'zɒnt(ə)l]
anchors.verticalCenter : AnchorLine 锚定-垂直居中--['vɜːtɪk(ə)l]
anchors.baseline : AnchorLine
anchors.fill : Item 锚定-填充
anchors.centerIn : Item 锚定-四周居中
anchors.margins : real 锚定-其他控件距离
anchors.topMargin : real 锚定-顶部控件距离
anchors.bottomMargin : real 锚定-底部控件距离
anchors.leftMargin : real 锚定-右边控件距离
anchors.rightMargin : real 锚定-左边控件距离
anchors.horizontalCenterOffset : real 锚定-水平居中偏移距离
anchors.verticalCenterOffset : real 锚定-垂直居中偏移距离
anchors.baselineOffset : real
anchors.alignWhenCentered : bool 调整
antialiasing : bool 抗锯齿
baselineOffset : int 基线偏移
children : list<Item> 子列表
childrenRect 子空间位置
childrenRect.x : real
childrenRect.y : real
childrenRect.width : real
childrenRect.height : real
clip : bool 裁剪
data : list<Object>
enabled : bool 是否能被交互
focus : bool 是否当前焦点
height : real 高度
implicitHeight : real 隐式高度
implicitWidth : real 隐式宽度
layer.effect : Component 层设置
layer.enabled : bool
layer.format : enumeration
layer.mipmap : bool
layer.samplerName : string
layer.smooth : bool
layer.sourceRect : rect
layer.textureSize : size
layer.wrapMode : enumeration
opacity : real 透明度
parent : Item 父控件
resources : list<Object> 资源
rotation : real 旋转角度
scale : real 缩放倍数
smooth : bool 平滑
state : string
states : list<State>
transform : list<Transform>
transformOrigin : enumeration 转换点
transitions : list<Transition>
visible : bool
visibleChildren : list<Item>
width : real
x : real
y : real
z : real
childAt(real x, real y) 返回第一个子项的坐标
object contains(point point)
forceActiveFocus(Qt::FocusReason reason)
forceActiveFocus()
bool grabToImage(callback, targetSize)
object mapFromItem(Item item, real x, real y, real width, real height)
object mapFromItem(Item item, real x, real y)
object mapToItem(Item item, real x, real y, real width, real height)
object mapToItem(Item item, real x, real y)
nextItemInFocusChain(bool forward)