sliding banner in qt
-
Need help in creating a sliding banner in qt c++. Anyone can provide some guidance
Thanks for the help. Glad i am not alone learning qt : >
http://beantin.se/sliding-banner-content-slider-carousel-rotator/ -
@alvinNew Someone has posted a similar example on developer.nokia.com. It uses QStackWidget and QPropertyAnimation. It seems that the site is now closed by Microsoft. Google Cache brought me to this. The zip is not available to download anymore. But you can construct a program based on those code snippets there.
Hope this helps ... -
The link brought me to
https://github.com/euroelessar/qutim/tree/qt5/core/3rdparty/slidingstackedwidget
When i git clone git@github.com:euroelessar/qutim.git, i cant get slidingStackedWidget to work