DisplayFrame.qml
author sl
Tue, 03 Jun 2014 16:11:47 +0200
changeset 29 a42cc76a2d5a
permissions -rw-r--r--
Trying to get rid of our QML timer.
We now connect to our window after animation signal from C++.
It looks like it works much better now. Less UI lags smother animation.
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
}