Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-07-13 Thread Simone CJB
It is finally the solution to my problems! Thanks a lot Simone > Il giorno 24/mag/2016, alle ore 18:57, Cjb_SW Freescale > ha scritto: > > Dear Martin, > Thank you a lot for your answer. > In fact, I missed this class in Qt, I will give it a try as soon as I >

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-24 Thread Cjb_SW Freescale
Dear Martin, Thank you a lot for your answer. In fact, I missed this class in Qt, I will give it a try as soon as I configure my QtCreator... Thanks again! Simone 2016-05-24 14:55 GMT+02:00 Martin Koller : > On Tuesday 17 May 2016 21:21:14 Simone wrote: > > You mean that with

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-24 Thread Martin Koller
On Tuesday 17 May 2016 21:21:14 Simone wrote: > You mean that with QListView i have natively the scrolling by finger with > deceleration and bouncing effect? I need exactly the same result as the QML > ListView component. > > If yes it seems wonderful to me.. > Do you know some examples on the

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-18 Thread Sebastian Diel
Hi, Am 17.05.2016 um 21:21 schrieb Simone: You mean that with QListView i have natively the scrolling by finger with deceleration and bouncing effect? I need exactly the same result as the QML ListView component. I remember to have used a flickcharm on widgets a few years ago. I don't know

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Thiago Macieira
On terça-feira, 17 de maio de 2016 21:16:18 PDT Simone wrote: > Thank you Thiago, > You mean that i will be able to use QML with the raster engine? Wow! > > Are you aware of the timings? I thought it was already in Qt 5.7, but I can't find it. Note that "can't find it" here could mean

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Konstantin Tokarev
17.05.2016, 22:21, "Simone" : > You mean that with QListView i have natively the scrolling by finger with > deceleration and bouncing effect? If you implement it (e.g. with QAnimation), it will bounce in any way you desire. > I need exactly the same result as the QML

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Simone
You mean that with QListView i have natively the scrolling by finger with deceleration and bouncing effect? I need exactly the same result as the QML ListView component. If yes it seems wonderful to me.. Do you know some examples on the web? > Il giorno 17/mag/2016, alle ore 19:19,

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Simone
Thank you Thiago, You mean that i will be able to use QML with the raster engine? Wow! Are you aware of the timings? Thank you a lot Regards Simone > Il giorno 17/mag/2016, alle ore 20:02, Thiago Macieira > ha scritto: > >> On terça-feira, 17 de maio de 2016

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Thiago Macieira
On terça-feira, 17 de maio de 2016 19:16:08 PDT Cjb_SW Freescale wrote: > Dear All, > For a new project, I need to develop a C++ widgets application. > Since the target hardware does not have a GPU and I cannot use QML because > "if I understood properly" there is no raster engine in qt5, as it

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Konstantin Tokarev
17.05.2016, 20:16, "Cjb_SW Freescale" : > Dear All, > For a new project, I need to develop a C++ widgets application. > Since the target hardware does not have a GPU and I cannot use QML because > "if I understood properly" there is no raster engine in qt5, as it was on

[Interest] Qt5 C++ Widgets and Animated ListView

2016-05-17 Thread Cjb_SW Freescale
Dear All, For a new project, I need to develop a C++ widgets application. Since the target hardware does not have a GPU and I cannot use QML because "if I understood properly" there is no raster engine in qt5, as it was on qt4. The main issue I see is that for the new project customer want an