Details
-
Epic
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.4
-
None
-
Extend Qt kit easily
Description
Users want to extend the offering a std DS kit as. We currently have Studio Components which introduce this functionality but it is specific to Qt DS offering.
We should have a project in open git repo that can be compiled with a Qt kit and it delivers the boiler plate to create customer's own qml components into Qt DS so they can be used across projects.
This needs
- Sample boiler plate (compiles and installs on the used Qt environment)
- Code walkthrough of the sample components
- QML only
- QML + C++
- Documentation what needs to be done so that
- DS property editor can use the component
- Component can be dragged from the library and placed on the form view
- Other editors can 'see' the exposed properties
- New components are built alongside when exported DS project is built
- Documentation how all these are done