Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Planned (no version)
-
None
Description
- the FlowView related QML items shall be part of Qt module, the properties explanation shall just like other official QML items like https://doc.qt.io/qt-6/qml-qtquick-item.html because engineer needs to handle over the code and understand what these component it is
- the FlowView related QML items shall not contain QDS visual properties like "Outline color", those information shall be stored separately because these codes are not going to be used in the real application.
- "ActionArea" seems unnecessary, because we already have MouseArea, Button, etc...