C
List of All Members for Control
This is the complete list of members for Control, including inherited members.
- availableHeight : real
 - availableWidth : real
 - background : Item
 - bottomInset : real
 - bottomPadding : real
 - contentItem : Item
 - font : font
 - leftInset : real
 - leftPadding : real
 - padding : real
 - rightInset : real
 - rightPadding : real
 - spacing : real
 - topInset : real
 - topPadding : real
 
The following members are inherited from Item.
- activeFocus : Item 
(since Qt Quick Ultralite 2.9) - anchors
- anchors.baseline : AnchorLine
 - anchors.baselineOffset : real
 - anchors.bottom : AnchorLine
 - anchors.bottomMargin : real
 - anchors.centerIn : Item
 - anchors.fill : Item
 - anchors.horizontalCenter : AnchorLine
 - anchors.horizontalCenterOffset : real
 - anchors.left : AnchorLine
 - anchors.leftMargin : real
 - anchors.margins : real
 - anchors.right : AnchorLine
 - anchors.rightMargin : real
 - anchors.top : AnchorLine
 - anchors.topMargin : real
 - anchors.verticalCenter : AnchorLine
 - anchors.verticalCenterOffset : real
 
 - clip : bool
 - enabled : bool
 - height : real
 - implicitHeight : real
 - implicitWidth : real
 - opacity : real
 - parent : Item
 - state : string
 - states : list<State>
 - transitions : list<Transition>
 - visible : bool
 - width : real
 - x : real
 - y : real
 - z : real
 - childAt(real x, real y)
 - forceActiveFocus()
 - point mapFromItem(Item item, point p)
 - rect mapFromItem(Item item, rect r)
 - point mapFromItem(Item item, real x, real y)
 - rect mapFromItem(Item item, real x, real y, real width, real height)
 - point mapToItem(Item item, point p)
 - rect mapToItem(Item item, rect r)
 - point mapToItem(Item item, real x, real y)
 - rect mapToItem(Item item, real x, real y, real width, real height)
 
Available under certain Qt licenses.
Find out more.