In this example I will move a toolbar into the main rectangle. The toolbar get’s hidden when the user clicks outside the toolbar.
Continue Reading
A like-o-meter is used when a user shall rate content. In this case it’s a series of stars a user can give.
Continue Reading
An Image element displayed in a Flickable element can be scrolled in the Flickable’s viewport. To indicate the position the user is currently looking at we will develop a simple scroll indicator.
Continue Reading
The ListView can also be used with more advanced models, like the XmlListModel. The XmlListModel allows you to specify a XPath query to extract information from the XML data source.
Continue Reading
This post explains shortly how to use a ListView with a simple model and a delegate to paint the model data.
Continue Reading
Now we have all building blocks together to create a login view with username and password field and 2 buttons, one for login the other one for login as guest.
Continue Reading
The Row/Column element in QML are called positioners. They position their children horizontally/vertically in a line-up.
Continue Reading
In a previous post we post, we developed a beautiful TextInput with borders. In this post, we will extract this in a component for later reuse.
Continue Reading
If you ever wondered, what is possible with QtQuick, aka QML have a look.
Sweet!
TextInput allows you to add an editable line to your scene.