qml.qrc
author sl
Thu, 29 May 2014 14:27:08 +0200
changeset 15 737f8bb110be
parent 8 9543e1703afb
child 25 aec049087578
permissions -rw-r--r--
Adding MiniDisplay methods to display image and window.
Using our test tab to render our display frame in QML and send it to our display.
Using a timer and frame counter to profile our performance.
     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     </qresource>
    10 </RCC>