Re: [PyKDE] pyqt3 for python 2.5

2006-09-22 Thread Phil Thompson
> Hi, > > (repeating an earlier message that may have got lost) > > Recent changes to pyqt3 appear to incorporate support > for python 2.5 and/or recent sip changes. But there > is no snapshot of pyqt3 available, only the Changelog. > > Is there any way to use python 2.5 with qt3? There is a pr

[PyKDE] Support for the unitest framework of Qt

2006-09-22 Thread Marco Bubke
HiIs there planned any support for the Qt Uni Testing Framework?regardsMarco ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Colour a cell in QTableView (PyQt4)

2006-09-22 Thread Chris Dunscombe
--- Andreas Pakulat <[EMAIL PROTECTED]> wrote: > On 21.09.06 10:29:39, Chris Dunscombe wrote: > > --- Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > > > > On 21.09.06 03:27:04, Chris Dunscombe wrote: > > > > I'm trying to set the colour of cell in a QTableView, not all cells the > > > > same c

Re: [PyKDE] pyqt4: segmentation fault/data corruption with signal/slots

2006-09-22 Thread Andreas Pakulat
On 22.09.06 02:01:06, Panard wrote: > I'm experiencing a strange problem with PyQt4. > - PyQt4 and Sip snapshots 20060917 > - qt-4.1.4 > - all compiled with gcc 4.1.1 > > My test case is a QDialog, designed with designer, which contains only a > QProgressBar. > That QDialog (progress_section) wil

Re: [PyKDE] Support for the unitest framework of Qt

2006-09-22 Thread Phil Thompson
> Hi > > Is there planned any support for the Qt Uni Testing Framework? No plans. It seems to use templates for some things (addColumn()) which makes it a real pain. Is there a useful subset you can identify? Phil ___ PyKDE mailing listPyKDE@mats.i

Re: [PyKDE] Support for the unitest framework of Qt

2006-09-22 Thread Andreas Pakulat
On 22.09.06 12:45:02, Phil Thompson wrote: > > Is there planned any support for the Qt Uni Testing Framework? > > No plans. It seems to use templates for some things (addColumn()) which > makes it a real pain. Is there a useful subset you can identify? Well, the gui-stuff would be nice I think, b

Re: [PyKDE] Support for the unitest framework of Qt

2006-09-22 Thread Giovanni Bajo
Phil Thompson wrote: >> Is there planned any support for the Qt Uni Testing Framework? > > No plans. It seems to use templates for some things (addColumn()) > which makes it a real pain. Is there a useful subset you can identify? In my opinion, the testing *framework* itself is not very useful: w

[PyKDE] Updated pyuic4 snapshot

2006-09-22 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I've just sent a new pyuic4 snapshot to Phil, which should appear in one of the next PyQt4 snapshots. Bugfixes: - - NoneType/AttributeError regression reported by Detlev New features: - - supports some of the new features of Qt 4.2 (new wid

[PyKDE] PyKDE 3.16.0 released

2006-09-22 Thread Jim Bublitz
The PyKDE 3.16.0 release should be available at riverbankcomputing.co.uk in the near future (I understand Phil has some repairs to do there, and has been out of town as well, so it may take a day or two - or not). Changes are (some already available in earlier snapshots): - support for KDE thro

Re: [PyKDE] Updated pyuic4 snapshot

2006-09-22 Thread Andreas Pakulat
On 22.09.06 21:20:53, Torsten Marek wrote: > I find it amazing how much fun Python programming is when you are programming > Java the whole day at work. Today, I drove one of my fellow workers to madness > because I thought about passing HashMap, which is the closest > thing that Java has to a dict

[PyKDE] QTable black line around cell ?

2006-09-22 Thread Dave S
I have a QTable which works great, however when you click a cell it 'highlights' it by drawing a black line around it. Is it possible to stop this ? The action of clicking the cell opens a dialog anyway and it would be great if I could clean this up. I tried .. self.table1.SelectionMode(QTabl

Re: [PyKDE] Updated pyuic4 snapshot

2006-09-22 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, >> I find it amazing how much fun Python programming is when you are programming >> Java the whole day at work. Today, I drove one of my fellow workers to >> madness >> because I thought about passing HashMap, which is the closest >> thing that J

[PyKDE] BrowserExtension.createNewWindow(KURL, URLArgs, WindowArgs, ReadOnlyPart)

2006-09-22 Thread Paul Giannaros
There are two createNewWindow signals in KParts::BrowserExtension to notify browser hosts that a new window has been requested. createNewWindow(KURL, KParts::URLArgs) is supported, but I can see on the PyKDE docs that createNewWindow(KURL, KParts::URLArgs, KParts::WindowArgs, *&KParts::ReadOnlyP

Re: [PyKDE] Updated pyuic4 snapshot

2006-09-22 Thread Andreas Pakulat
On 22.09.06 23:06:40, Torsten Marek wrote: > >> I find it amazing how much fun Python programming is when you are > >> programming > >> Java the whole day at work. Today, I drove one of my fellow workers to > >> madness > >> because I thought about passing HashMap, which is the > >> closest > >>

Re: [PyKDE] BrowserExtension.createNewWindow(KURL, URLArgs, WindowArgs, ReadOnlyPart)

2006-09-22 Thread Jim Bublitz
On Friday 22 September 2006 14:06, Paul Giannaros wrote: > There are two createNewWindow signals in KParts::BrowserExtension to notify > browser hosts that a new window has been requested. > createNewWindow(KURL, KParts::URLArgs) is supported, but I can see on the > PyKDE docs that createNewWindow(