Re: [Interest] R: Replicate QML Listview in QtCpp and widgets

2013-11-11 Thread Clément Geiger
I think you might be interested in this: https://blog.qt.digia.com/blog/2008/11/15/flick-list-or-kinetic-scrolling/ You have the source code and all, it's a good way to learn new things :-) 2013/11/12 Simone > Hello Alan, > thank you. > > The customer don't want QML because for some strange re

[Interest] R: Replicate QML Listview in QtCpp and widgets

2013-11-11 Thread Simone
Hello Alan, thank you. The customer don't want QML because for some strange reason he don't want to use it. I don't know much more, anyway I have to adapt.. And of course we cannot force him to use QML. I've saw your example but seems that is only for qt5, we are currently using qt4.8.5 Let's see