DisplayFrame.qml
author sl
Wed, 04 Jun 2014 19:30:54 +0200
changeset 34 f2c87f0cfabe
permissions -rw-r--r--
Trying to get fonts working with marquee.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }