-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
6.7
-
None
-
13
-
96093993f (dev), 500babffa (6.7)
Add the code snippet that explains how protobuf message from QML context can be used in C++ code and vice versa. The example/tutorial/documentation page should cover the following aspects:
- Creating messages in QML context
- Passing messages from QML to C++ as property
- Passing message from QML to C++ as argument of invokable function
- Exposing C++ properties that are protobuf message to QML