Re: [Interest] Qt5.3.1 ListView delegate Image overlapped

2014-07-17 Thread Leslie Zhai
Hi Filip, Thanks for your help ;) I got it by reading about qtdeclarative/src/quick/items/qquickimage.cpp and I noticed http://comments.gmane.org/gmane.comp.lib.qt.devel/17685 there is only QTouchEvent for MultiPointTouchArea, but NO QTabletEvent for hacker`s TabletSketchArea https://coderevie

[Interest] Qt5.3.1 ListView delegate Image overlapped

2014-07-16 Thread Leslie Zhai
Hi Qt developers, My QML code shown as below: ListView { model: xmlModel anchors.fill: parent delegate: Item { width: 340; height: 95 Image { source: "../images/3index-content-bg.png" } } I use XmlListModel to parse a XML such as http://planet.qt-project.org/rs