Using a expandable list item as delegate. (adapted Qt example: https://doc.qt.io/qt-6/qtquick-views-example.html)

Icons not working yet!
This commit is contained in:
2026-03-07 11:02:35 +01:00
parent 5b9f796a6f
commit dc8a4683db
3 changed files with 220 additions and 7 deletions

View File

@ -17,8 +17,9 @@ qt_add_qml_module(${TARGET_APP}
URI GenericQML
QML_FILES
Main.qml
QML_FILES ListPage.qml
QML_FILES ListItemDelegate.qml
ListPage.qml
ListItemDelegate.qml
ExpandableItemDelegate.qml
)
# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1.