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.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }