Details
-
Suggestion
-
Resolution: Moved
-
P2: Important
-
None
-
Qt for MCUs 1.5
Description
There is no API to specify word wrap for QML Text in Qt for MCU. It would be great if such API is released for it.
Text { id: name text: "some text" color: "yellow" anchors.fill: parent wrapMode: Text.Wrap }