DisplayFrame.qml
author sl
Tue, 03 Jun 2014 18:12:10 +0200
changeset 30 c0f274a21d33
permissions -rw-r--r--
Marquee can now be paused and restarted.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }