qml.qrc
author sl
Tue, 03 Jun 2014 16:11:47 +0200
changeset 29 a42cc76a2d5a
parent 15 737f8bb110be
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 <RCC>
     2     <qresource prefix="/">
     3         <file>main.qml</file>
     4         <file>FontsTab.qml</file>
     5         <file>TestsTab.qml</file>
     6         <file>DisplayTab.qml</file>
     7         <file>DisplayStatusBar.qml</file>
     8         <file>DisplayFrame.qml</file>
     9         <file>MarqueeText.qml</file>
    10     </qresource>
    11 </RCC>