Basic QML Visual Elements
The BorderImage element provides an image that can be used as a border. | |
The Image element displays an image in a declarative user interface | |
The Item is the most basic of all visual items in QML. | |
The GradientStop item defines the color at a position in a Gradient. | |
The Gradient item defines a gradient fill. | |
The Rectangle item provides a filled rectangle with an optional border. | |
The Text item allows you to add formatted text to a scene. | |
The TextEdit item displays multiple lines of editable formatted text. | |
The TextInput item displays an editable line of text. | |
If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here. |
The BorderImage element provides an image that can be used as a border. | |
The Image element displays an image in a declarative user interface | |
The Item is the most basic of all visual items in QML. | |
The GradientStop item defines the color at a position in a Gradient. | |
The Gradient item defines a gradient fill. | |
The Rectangle item provides a filled rectangle with an optional border. | |
The Text item allows you to add formatted text to a scene. | |
The TextEdit item displays multiple lines of editable formatted text. | |
The TextInput item displays an editable line of text. | |
If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here. |