[PyKDE] qtreeview question

2006-09-17 Thread M.Chambers
Hi all, I'm trying to get qtreeview to add new items already expanded. Anyone have any ideas on how to do this? Thanks Matt ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] PyQt4/win32 crash

2006-09-17 Thread K.S.Sreeram
K.S.Sreeram wrote: > The crash happens when a top-level window is closed, and all python > references to the window are lost in the 'closeEvent' method. I was just planning to report this bug to Trolltech, but it looks like the bug has already been reported (and fixed for 4.2!). Bug id 115905. htt

Re: [PyKDE] PyQt4/win32 crash

2006-09-17 Thread K.S.Sreeram
K.S.Sreeram wrote: > Phil Thompson wrote: >> On Friday 15 September 2006 9:58 pm, K.S.Sreeram wrote: >>> [Qt-4.1.4, sip-4.4.5, PyQt-4.0.1, Python-2.4.3, MSVC-7.1] >>> >>> Hi all, >>> >>> I've been facing a random crash in my app for sometime, and i've got it >>> down to a simple test program. Run t

[PyKDE] [PyQt4] How to distribute an application.

2006-09-17 Thread Javier Sanz
Hello. What is the recommended way to distribute an application for PyQt4/Linux?. Most distros don't have PyQt4 available in their repositories. Thanks -- Un saludo, Javier ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraun

Re: [PyKDE] QMutexLocker doesn't unlock the mutex if an exception israised

2006-09-17 Thread Phil Thompson
On Saturday 16 September 2006 8:03 pm, Giovanni Bajo wrote: > Phil Thompson <[EMAIL PROTECTED]> wrote: > >> the Qt4/PyQt4 manuals specifically talk about using QMutexLocker to > >> simplify exception handling in functions. However, in PyQt the mutex > >> doesn't get unlocked if an exception is rais

Re: [PyKDE] PyQt4/win32 crash

2006-09-17 Thread K.S.Sreeram
Phil Thompson wrote: > On Friday 15 September 2006 9:58 pm, K.S.Sreeram wrote: >> [Qt-4.1.4, sip-4.4.5, PyQt-4.0.1, Python-2.4.3, MSVC-7.1] >> >> Hi all, >> >> I've been facing a random crash in my app for sometime, and i've got it >> down to a simple test program. Run the attached script, click "C

Re: [PyKDE] PyQt4 and SIP-4.4.5 issues

2006-09-17 Thread Gerard Vermeulen
On Sun, 17 Sep 2006 16:04:41 +0200 Torsten Marek <[EMAIL PROTECTED]> wrote: > Gerard Vermeulen schrieb: > > Phil, > > > > The attached PyQt4.pyqwt.patch (a bit hardwired, but IMO not worth a more > > general > > solution) makes it possible to use the Qwt5 designer plugin with pyuic4 > > without

Re: [PyKDE] PyQt4/win32 crash

2006-09-17 Thread Phil Thompson
On Friday 15 September 2006 9:58 pm, K.S.Sreeram wrote: > [Qt-4.1.4, sip-4.4.5, PyQt-4.0.1, Python-2.4.3, MSVC-7.1] > > Hi all, > > I've been facing a random crash in my app for sometime, and i've got it > down to a simple test program. Run the attached script, click "Click Me" > and close the newl

Re: [PyKDE] PyQt4 and SIP-4.4.5 issues

2006-09-17 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerard Vermeulen schrieb: > Phil, > > The attached PyQt4.pyqwt.patch (a bit hardwired, but IMO not worth a more > general > solution) makes it possible to use the Qwt5 designer plugin with pyuic4 > without > editing the generated Python code (it is

Re: [PyKDE] PyQt4 and SIP-4.4.5 issues

2006-09-17 Thread Phil Thompson
On Saturday 16 September 2006 11:52 am, Gerard Vermeulen wrote: > Phil, > > The attached PyQt4.pyqwt.patch (a bit hardwired, but IMO not worth a more > general solution) makes it possible to use the Qwt5 designer plugin with > pyuic4 without editing the generated Python code (it is impossible to in

[PyKDE] QTable setBackgroundOrigin problem

2006-09-17 Thread Dave S
...mmm ... hitting a lot of problems. My plan - to have a properly scaled background to my QTable with logo on it that re-sizes as my window resizes. Thanks to help from you guys I can now display my PNG :) but I have hit multiple problems. Splitting them up : Problem 1: The following code disp