SecondaryText.qml 73 B

123456
  1. import QtQuick 2.0
  2. Text {
  3. color: "#EEEEEE"
  4. font.pointSize: 12
  5. }