Basic QML Visual Elements

BorderImage

The BorderImage element provides an image that can be used as a border.

Image

The Image element displays an image in a declarative user interface

Item

The Item is the most basic of all visual items in QML.

GradientStop

The GradientStop item defines the color at a position in a Gradient.

Gradient

The Gradient item defines a gradient fill.

Rectangle

The Rectangle item provides a filled rectangle with an optional border.

Text

The Text item allows you to add formatted text to a scene.

TextEdit

The TextEdit item displays multiple lines of editable formatted text.

TextInput

The TextInput item displays an editable line of text.

IntValidator

DoubleValidator

RegExpValidator

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.

BorderImage

The BorderImage element provides an image that can be used as a border.

Image

The Image element displays an image in a declarative user interface

Item

The Item is the most basic of all visual items in QML.

GradientStop

The GradientStop item defines the color at a position in a Gradient.

Gradient

The Gradient item defines a gradient fill.

Rectangle

The Rectangle item provides a filled rectangle with an optional border.

Text

The Text item allows you to add formatted text to a scene.

TextEdit

The TextEdit item displays multiple lines of editable formatted text.

TextInput

The TextInput item displays an editable line of text.

IntValidator

DoubleValidator

RegExpValidator

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.