-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
There are a few KDE frameworks that are beneficial to have when constructing QtQuick apps:
- Kirigami
- Easy and idiomatic navigation handling
- Tons of prebuilt components offering common patterns
- Convergent applications
- KItemModels
- KSortFilterProxyModel; a QML-usable proxy model for sorting and filtering items
Both of these only depend on Qt, so packing them in the runtimes should be fairly straightforward.
The biggest question is how to integrate these into the build system as they'll need to be compiled as part of the build process for all three supported platforms.
tjaart
Metadata
Metadata
Assignees
Labels
No labels