StyledText.qml 65 B

1234567
  1. import QtQuick 1.0
  2. Text {
  3. color: "white";
  4. clip: true;
  5. }