Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Find what you need - explore our website and developer resources
11 June 2020
We are now ready to showcase probably the most important component for model/view programming in QML: ListView. As the name says, the ListView is a view for lists – that is, one-dimensional sequences.
At first glance, it looks just like a Repeater placed inside a Column element, but ListView is so much more than that. It supports flicking, it creates and destroys elements on demand (to be able to work with very big datasets), and so on. This video introduces ListView and its basic usage.
The example code showcased in this video is available here: https://github.com/KDAB/kdabtv
00:00 Introduction
01:21 ListView
06:12 Code Walkthrough
10:07 Adding Highlight
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Upgrade your applications from Qt 5 to Qt 6 with KDAB’s migration services. Get a free migration assessment and join a hands-on workshop to prepare your team for a successful transition!
Learn more