PrimaryText.qml 100 B

1234567
  1. import QtQuick 2.0
  2. Text {
  3. color: "#FFFFFF"
  4. font.pointSize: 12
  5. font.weight: Font.Bold
  6. }