Hi,<br><br>over the last couple of weeks, I wrote my first PyQt4 application and released it at <a href="http://undercover.piquadrat.ch">http://undercover.piquadrat.ch</a> . My application is a tool to retrieve and manage artwork for iTunes. So it&#39;s self-evident that I have to use something &quot;coverflowy&quot;. Qxt[1] has an itemview derived from PictureFlow[2] that displays images stored in an itemmodel (QxtFlowView [3]). I&#39;d really like to use a QxtFlowView instead of the QListView I use at the moment to list artwork.<br>
<br>Unfortunately, my C++ skills are practically inexistent, same goes for my knowledge of SIP. I tried to translate QxtFlowView and the classes it uses to Python, but I&#39;ve hit a wall where the C++ code uses QImage::scanLine and does fancy bit operations on the raw data. Even if I could translate that to Python, I suspect performance to be quite sub par.<br>
<br>So my last hope is cheap, shameless begging ;-) If it isn&#39;t to much work, could someone with mad SIP ninja skillz convert the appropriate header files (qxtflowview_p.h[4] and qxtflowview.h[5] should be enough, I think)? As my application is open source and I have no opportunity to earn money with it, I can only offer eternal gratitude and a link on my website and/or about dialog in the application.<br>
<br>Kind regards,<br>Benjamin Wohlwend<br><br>[1] <a href="http://www.libqxt.org/">http://www.libqxt.org/</a><br>[2] <a href="http://code.google.com/p/pictureflow/">http://code.google.com/p/pictureflow/</a><br>[3] <a href="http://doc.libqxt.org/tip/classQxtFlowView.html">http://doc.libqxt.org/tip/classQxtFlowView.html</a><br>
[4] <a href="http://dev.libqxt.org/libqxt/src/tip/src/gui/qxtflowview_p.h">http://dev.libqxt.org/libqxt/src/tip/src/gui/qxtflowview_p.h</a><br>[5] <a href="http://dev.libqxt.org/libqxt/src/tip/src/gui/qxtflowview.h">http://dev.libqxt.org/libqxt/src/tip/src/gui/qxtflowview.h</a><br>