QML Training Material
After 2 years of silence I think about reloading this blog (not sure where the final location will be). Two years ago I started with a blog about training material. […]
After 2 years of silence I think about reloading this blog (not sure where the final location will be). Two years ago I started with a blog about training material. […]
In this example I will move a toolbar into the main rectangle. The toolbar get’s hidden when the user clicks outside the toolbar.
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.
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 […]
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.
This post explains shortly how to use a ListView with a simple model and a delegate to paint the model data.
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.