##// END OF EJS Templates
First draft of project structure
First draft of project structure

File last commit:

r1:e2b454419c47
r1:e2b454419c47
Show More
charttest.qml
11 lines | 129 B | application/x-qml | QmlLexer
//import QtQuick 1.1
import QtQuick 2.0
import com.digia.charts 1.0
Chart {
width: 200
height: 200
color: "red"
}