DisplayFrame.qml
author sl
Mon, 02 Jun 2014 18:52:31 +0200
changeset 27 3d3f781bf543
permissions -rw-r--r--
Switching our marquee implementation from animator to animation to avoid lags.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }