-
Notifications
You must be signed in to change notification settings - Fork 0
3.02
Jan Olsson edited this page May 15, 2018
·
23 revisions
Tino: New suggestion. Views
Tino: Let's have this before the delegate part (previous session) and let's introduce List, Grid, Path views. Let's very shortly introduce delegates, outline, header, footer, keyboard handling.
Explanation of the contents of a topic page @ Topic reference page
Objective: Using QML views
Tino: Using QML views
- What is a view?
- What is a list, grid, and path views?
- How delegates are created?
- What is a cache buffer?
- How keyboard is used in delegates?
- How many items is shown by the view?
- What is a hater and footer?
https://qmlbook.github.io/en/ch06/index.html#basic-models https://doc.qt.io/qt-5/qml-qtquick-listview.html https://doc.qt.io/qt-5/qml-qtquick-gridview.html https://doc.qt.io/qt-5/qml-qtquick-pathview.html