Nice looking Flow with Images
-
Hello,
I would like to make a "Flow":http://qt-project.org/doc/qt-4.8/qml-flow.html element filled with "Image":http://qt-project.org/doc/qt-4.8/qml-image.html elements just as beautiful as "Google search":https://www.google.com/search?hl=en&q=flower&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&bpcl=35466521&biw=1256&bih=554&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&ei=o0GJUJi_NMXm4QSdz4CwCg
It should also support rotation (device screen orientation change). Hardcore. I'm too scared implement all of this.
Is there a ready solution somewhere? Maybe someone has done it before and could share :)Or what would you do if you need to display something like google image search with QML?
-
Check out the following DevDays presentation by Johannes Zellner: http://qt-project.org/videos/watch/pimp-your-ui-using-effects-transitions-etc
At about the 38 minute mark he discusses these sort of flow elements.