Re: [PyQt] Wrap C++ QWidget Subclass for use in PyQt4

2008-07-29 Thread Tyler Distad
On Tue, Jul 29, 2008 at 3:33 PM, Kovid Goyal <[EMAIL PROTECTED]> wrote: > That's because PhotoFlow tries to only load a few images (to the left and > right > of the current image) at a time. You can do the same thing in the pictureflow > widget in calibre by sub classing the FlowImages class whic

Re: [PyQt] Wrap C++ QWidget Subclass for use in PyQt4

2008-07-29 Thread Kovid Goyal
That's because PhotoFlow tries to only load a few images (to the left and right of the current image) at a time. You can do the same thing in the pictureflow widget in calibre by sub classing the FlowImages class which represents an abstract data model. Indeed, calibre uses that class to load i

Re: [PyQt] Wrap C++ QWidget Subclass for use in PyQt4

2008-07-29 Thread Tyler Distad
On Mon, Jul 28, 2008 at 2:43 AM, kovid <[EMAIL PROTECTED]> wrote: > > There's a wrapped version in the calibre source tree (search for calibre on > launchpad.net) > > Kovid. I've downloaded and used the widget from Kovid's Calibre project (http://launchpad.net/calibre). Unfortunately, the picturef

Re: [PyQt] Wrap C++ QWidget Subclass for use in PyQt4

2008-07-28 Thread Nenad Romic - Marcell
On Mon, Jul 28, 2008 at 8:43 AM, kovid <[EMAIL PROTECTED]> wrote: > There's a wrapped version in the calibre source tree (search for calibre on > launchpad.net) for my own reference and maybe few others who didn't have time to browse the launcpad: http://rdr.to/r3 or longer: http://bazaar.launchpa

Re: [PyQt] Wrap C++ QWidget Subclass for use in PyQt4

2008-07-27 Thread kovid
There's a wrapped version in the calibre source tree (search for calibre on launchpad.net) Kovid. On Mon, 28 Jul 2008 00:36:51 -0400, Tyler Distad <[EMAIL PROTECTED]> wrote: > I am attempting to use this subclass of QWidget in a Python program: > http://code.google.com/p/pictureflow/ > > I'm al

[PyQt] Wrap C++ QWidget Subclass for use in PyQt4

2008-07-27 Thread Tyler Distad
I am attempting to use this subclass of QWidget in a Python program: http://code.google.com/p/pictureflow/ I'm also willing to substitute this custom widget: http://www.qt-apps.org/content/show.php/QCoverFlow?content=73404 Both of these widgets are written in C++. Is there any way to access one