DisplayFrame.qml
author sl
Mon, 02 Jun 2014 21:56:03 +0200
changeset 28 8297924aa384
permissions -rw-r--r--
Putting our marquee control on our display.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }