##// END OF EJS Templates
QML test app's scatter and area into separate views
QML test app's scatter and area into separate views

File last commit:

r918:1555e575642a
r918:1555e575642a
Show More
resources.qrc
10 lines | 321 B | text/plain | TextLexer
Michal Klocek
Add qmlplugin support for integrated build
r255 <RCC>
<qresource prefix="/">
<file>qml/qmlchart/loader.qml</file>
<file>qml/qmlchart/main.qml</file>
Tero Ahola
Refactored QML example to multiple views
r887 <file>qml/qmlchart/View1.qml</file>
<file>qml/qmlchart/View2.qml</file>
<file>qml/qmlchart/View3.qml</file>
Tero Ahola
QML test app's scatter and area into separate views
r918 <file>qml/qmlchart/View4.qml</file>
Michal Klocek
Add qmlplugin support for integrated build
r255 </qresource>
</RCC>