Image Gallery like bottom image gallery in android.
Hi All,
I am new in Qt Quick development. I want to achieve the image gallery shown in the picture embedded in the URL using QML. In Android it is quite simple but i did not found any solution in QML. the gallery shown in the image at the top is scrollable . Thnx in advance.
4 replies
Ravinder,
What functionality do you want beyond scrolling??
If you look at the QML Flickr example in the QtSDK, you can take the flickable/scrollable GridView and make it one column horizontal.
Or as minimoog77 suggests use a horizontal ListView and then add animation or transitions to get the functionality you want.
http://doc.qt.nokia.com/4.7-snapshot/qml-flickable.html
The Animation and Transitions section under QML Elements may help you find what you are thinking of: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeelements.html
You must log in to post a reply. Not a member yet? Register here!



