On Sat May 2 19:39:48 BST 2009, Benjamin Wohlwend wrote: > over the last couple of weeks, I wrote my first PyQt4 application and > released it at http://undercover.piquadrat.ch . My application is a tool to > retrieve and manage artwork for iTunes. So it's self-evident that I have to > use something "coverflowy". Qxt[1] has an itemview derived from > PictureFlow[2] that displays images stored in an itemmodel (QxtFlowView > [3]). I'd really like to use a QxtFlowView instead of the QListView I use > at the moment to list artwork.
There are SIP-based bindings for PictureFlow. Someone might be able to use those as a starting point: http://github.com/ariya/pictureflow/tree/master David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
