Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Baz Walter
Unfortunately, On Monday 05 Dec 2005 00:33, Baz Walter wrote: > After some further playing around with the tetrix example I have found > another fairly minor issue which picks up on some points made later in this > thread. There are some functions in the QPainter class which have a const > QBrush a

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Baz Walter
On Sunday 04 Dec 2005 14:01, Phil Thompson wrote: > On Saturday 03 December 2005 6:08 pm, Baz Walter wrote: > > > > Hello Phil > > > > I've created a PyQt4 port of the tetrix example from Qt v4.x, which is > > attached. It's not been tested to destruction, but almost everything > > seemed to work o

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Giovanni Bajo
David Boddie <[EMAIL PROTECTED]> wrote: >> Yes - I shouldn't have used the word "bug". >> >> SIP doesn't support automatic type converters like C++ does, so I've >> been adding %ConvertToTypeCode in various places to make things a >> bit more convenient. This is one such place. > > I can't remembe

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread David Boddie
On Sunday 04 December 2005 21:25, Phil Thompson wrote: > Yes - I shouldn't have used the word "bug". > > SIP doesn't support automatic type converters like C++ does, so I've been > adding %ConvertToTypeCode in various places to make things a bit more > convenient. This is one such place. I can't

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Phil Thompson
On Sunday 04 December 2005 7:46 pm, David Boddie wrote: > On Sunday 04 December 15:01:20, Phil Thompson wrote: > > On Saturday 03 December 2005 6:08 pm, Baz Walter wrote: > > > The only very minor issue I came across was the following error when > > > trying to pass Qt.AlignCenter to QLabel.setAlig

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread David Boddie
On Sunday 04 December 15:01:20, Phil Thompson wrote: > On Saturday 03 December 2005 6:08 pm, Baz Walter wrote: > > The only very minor issue I came across was the following error when > > trying to pass Qt.AlignCenter to QLabel.setAlignment: > > > > TypeError: argument 1 of QLabel.setAlignm

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Phil Thompson
On Sunday 04 December 2005 6:15 pm, Torsten Marek wrote: > Phil Thompson schrieb: > > Tonight's PyQt4 snapshot has the QtGui module 99% complete. This means > > PyQt4 is now officially useful, but note the following... > > > > - untested on Windows > > - untested against Qt v4.1 > > - untested agai

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Thompson schrieb: > Tonight's PyQt4 snapshot has the QtGui module 99% complete. This means PyQt4 > is now officially useful, but note the following... > > - untested on Windows > - untested against Qt v4.1 > - untested against GCC v4 > > The Qt

Re: [PyKDE] Eric3 quick search in v3.8.0 (change request)

2005-12-04 Thread Detlev Offenbach
Am Freitag 25 November 2005 17:45 schrieb Jeff Mast: > I have a request for changing slightly how the quick search behaves in > eric3. Fundamentally, I would like it to work more like the quick search > in other kde apps (like kdevelop). The one difference I notice is that > in the other kde apps,

Re: [pyKDE] Eric3: Improving the shell.

2005-12-04 Thread Detlev Offenbach
Am Freitag 30 September 2005 23:59 schrieb Joshua Gilbert: > I gave it a go at writing the code myself, but I got lost, I can't > find where the event is actually handled. To trace execution I'm > running eric.py (eric-snapshot-20050917) in eric (Debian testing). > > Anyway, here are my points. >

Re: [PyKDE] PyQt4 Update

2005-12-04 Thread Phil Thompson
On Saturday 03 December 2005 6:08 pm, Baz Walter wrote: > On Thursday 01 Dec 2005 22:34, you wrote: > > Tonight's PyQt4 snapshot has the QtGui module 99% complete. This means > > PyQt4 is now officially useful, but note the following... > > > > - untested on Windows > > - untested against Qt v4.1 >

[PyKDE] Seperating GUI code from program logic

2005-12-04 Thread Arthur Pemberton
Hello, I am new to Qt programming and PyQt. I am attempting to build a client for AllofMp3.com, I already have most of the logic code down. But now I want to build a GUI with PyQt. What rules should I follow to make the program useable in the console, but also with a GUI? Thank you.-- As a boy I