##// END OF EJS Templates
Bug fix for bar presenters. It appears that order of childItems may change. Relying on order caused crash
Bug fix for bar presenters. It appears that order of childItems may change. Relying on order caused crash

File last commit:

r5:99c4c9176ee1
r256:bd68fc4fe7ab
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"
}