[Interest] Qt5 C++ Widgets and Animated ListView

Konstantin Tokarev annulen at yandex.ru
Tue May 17 22:00:23 CEST 2016



17.05.2016, 22:21, "Simone" <cjb.sw.nospam at gmail.com>:
> 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 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, Konstantin Tokarev <annulen at yandex.ru> ha scritto:
>>
>>  17.05.2016, 20:16, "Cjb_SW Freescale" <cjb.sw.nospam at gmail.com>:
>>>  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 animated list, exactly the same as QML component "ListView", with animation, accelerations and so on.
>>>
>>>  Is there a way to subclass the base-component and use it in a Widget application?
>>
>>  You need to subclass QListView or QAbstractItemView.
>>
>>  --
>>  Regards,
>>  Konstantin

-- 
Regards,
Konstantin



More information about the Interest mailing list