##// END OF EJS Templates
Initial project refactor, xylinecharts...
Initial project refactor, xylinecharts * refactors pro files to include QCHART namespace * removes QWidget dependency * adds xylinechart to library * adds xylinechart example

File last commit:

r5:99c4c9176ee1
r11:3456b7f2ae05
Show More
charttest.qml
11 lines | 129 B | application/x-qml | QmlLexer
Tero Ahola
New features like chart type to the test app
r5 import QtQuick 1.1
//import QtQuick 2.0
Jani Honkonen
First draft of project structure
r1 import com.digia.charts 1.0
Chart {
width: 200
height: 200
color: "red"
}