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
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