Re: [Interest] mouse gestures

2013-03-09 Thread Joshua Grauman
I'm not sure if this is relevant, but the tap and hold gesture works with the mouse for me on multiple platforms, but I haven't tried other gestures. Josh > Hello, guys. > > I just did a fresh pull from GIt, ran the example, and got nothing. > > Also, when I attempted the doubleclick event

Re: [Interest] mouse gestures

2013-03-09 Thread Rick Stockton
Hello, guys. I just did a fresh pull from GIt, ran the example, and got nothing. Also, when I attempted the doubleclick event (after adding #include to the header file, it was missing) I got no response on a doubleclick Action either. I did build the new qt5/qtbase/src/widgets/kernel/QWind

Re: [Interest] ListView text item delegate property setting issue

2013-03-09 Thread Steve Pavao
Hi Nils, Thanks! Using listModel.index === listView.currentIndex worked for me, given that listModel and listView are the id's of the instances. I am fairly new to QML programming and still learning the API, and hadn't thought of using the model.index concept in the delegate. I don't have a l