MauiKit 3 migration
This issue is open to organizing the migration to MauiKit 2 and as a way for people interested in the project to jump in and help to allow them to get to know better the source code.
Since we now have Maui 2 being released, the idea is to bump mauikit frameworks to Qt 6, when doing this a few steps are needed and can help improve the project:
- Check the control API for spelling
- Check that the control format follows the Maui QML standard: ID - Own properties - New properties - signals - implementation - background - connections - functions
- Add missing inline documentation to properties and functions
- Check and test the API behavior
- Add a simple example using the control under examples/controlName/example.qml
- Move the control to the controls/ root directory if it is in the labs
- Register the new control to mauikit.cpp and mauikit.qrc using the Qt6 versionless
- Open a MR
Edited by camilo higuita