DisplayFrame.qml
author sl
Wed, 04 Jun 2014 08:12:37 +0200
changeset 32 1c2a7f563019
permissions -rw-r--r--
Messing around to try to get our animation to start and stop properly.
That's still not working though.
sl@15
     1
import QtQuick 2.0
sl@15
     2
sl@15
     3
Rectangle {
sl@15
     4
    width: 256
sl@15
     5
    height: 64
sl@15
     6
    color: red
sl@15
     7
}