WrappedText.qml 151 B

12345678
  1. import QtQuick 1.0
  2. StyledText {
  3. width: mainWindow.qmlWidth - 20;
  4. textFormat: Text.RichText
  5. wrapMode: Text.WrapAtWordBoundaryOrAnywhere;
  6. }