QML之Label
(2013-11-03 12:57:47)
标签:
qmlqtquick.controls1.0labelqtquick |
分类: QML |
详细描述
Label {
}
Label {
}
参见:Text、TextField、和TextEdit。
标签所有成员
下列成员继承Text
- baseUrl
- clip
- color
- contentHeight
- contentWidth
- effectiveHorizontalAlign
ment - elide
- font.bold
- font.capitalization
- font.family
- font.italic
- font.letterSpacing
- font.pixelSize
- font.pointSize
- font.strikeout
- font.underline
- font.weight
- font.wordSpacing
- fontSizeMode
- horizontalAlignment
- lineCount
- lineHeight
- lineHeightMode
- linkColor
- maximumLineCount
- minimumPixelSize
- minimumPointSize
- style
- styleColor
- text
- textFormat
- truncated
- verticalAlignment
- wrapMode
- onLineLaidOut()
- onLinkActivated()
- 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.height
- childrenRect.width
- childrenRect.x
- childrenRect.y
- clip
- data
- enabled
- focus
- height
- implicitHeight
- implicitWidth
- layer.effect
- layer.enabled
- layer.format
- layer.mipmap
- layer.samplerName
- layer.smooth
- layer.sourceRect
- layer.textureSize
- layer.wrapMode
- opacity
- parent
- resources
- rotation
- scale
- smooth
- state
- states
- transform
- transformOrigin
- transitions
- visible
- visibleChildren
- width
- x
- y
- z
- childAt()
- contains()
- forceActiveFocus()
- forceActiveFocus()
- mapFromItem()
- mapFromItem()
- mapToItem()
- mapToItem()
- nextItemInFocusChain()
- objectName
注:
前一篇:QML之Button