Re: [PyKDE] PyQt4 Update (examples)

2005-12-12 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Boddie schrieb: > On Monday 05 December 2005 21:40, Phil Thompson wrote: > >>On Monday 05 December 2005 12:16 am, you wrote: > > >>>Looking at your port of the mainwindows/application example raises an >>>issue I became aware of while working

Re: [PyKDE] PyQt4 Update

2005-12-06 Thread David Boddie
On Mon, 5 Dec 2005 16:21:56, Phil Thompson wrote: >On Saturday 03 December 2005 6:56 pm, David Boddie wrote: >> Just to clarify: subclasses of QAbstractListModel that don't >> reimplement columnCount() should automatically inherit the base >> class's behaviour and return 1. It seems that the

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Saturday 03 December 2005 6:56 pm, David Boddie wrote: > > > There also seemed to be some problems with the default implementations > > > of methods in QAbstractListModel subclasses, but I'll have to explore > > > that later. > > Just to clarify: subclasses of QAbstractListModel that don't reimp

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Sunday 04 December 2005 11:03 pm, Giovanni Bajo wrote: > 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

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Sunday 04 December 2005 9:42 pm, David Boddie wrote: > 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

Re: [PyKDE] PyQt4 Update

2005-12-05 Thread Phil Thompson
On Monday 05 December 2005 1:06 am, Baz Walter wrote: > 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

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] 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 >

Re: [PyKDE] PyQt4 Update

2005-12-03 Thread David Boddie
On Saturday 3rd December, Phil Thompson wrote: > On Saturday 03 December 2005 5:35 pm, David Boddie wrote: > > I've been looking at the examples in the "widgets" subdirectory, and > > converting them in alphabetical order. One issue that's arisen so far is > > that the QComboBox wrapper is missing

Re: [PyKDE] PyQt4 Update

2005-12-03 Thread Phil Thompson
On Saturday 03 December 2005 5:35 pm, David Boddie wrote: > On Thu, 1 Dec 2005 22:34:41, Phil Thompson 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

Re: [PyKDE] PyQt4 Update

2005-12-03 Thread David Boddie
On Thu, 1 Dec 2005 22:34:41, Phil Thompson 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 > - untested against GCC v4 > > The Qt tutorials have been p

Re: [PyKDE] PyQt4 Update

2005-12-02 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] PyQt4 Update

2005-12-02 Thread Phil Thompson
On Friday 02 December 2005 8:23 am, Guest007 wrote: > В сообщении от Пятница 02 Декабрь 2005 01:34 Phil Thompson написал(a): > > Tonight's PyQt4 snapshot has the QtGui module 99% complete. This means > > PyQt4 is now officially useful, but note the following... > > Changelog from PyQt snapshot poin

Re: [PyKDE] PyQt4 Update

2005-12-02 Thread Guest007
В сообщении от Пятница 02 Декабрь 2005 01:34 Phil Thompson написал(a): > Tonight's PyQt4 snapshot has the QtGui module 99% complete. This means > PyQt4 is now officially useful, but note the following... > Changelog from PyQt snapshot points on similar from PyQt4. One changelog for both versions

Re: [PyKDE] PyQt4 Update

2005-12-01 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 > Hi Phil

[PyKDE] PyQt4 Update

2005-12-01 Thread Phil Thompson
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 tutorials have been ported to Python as has the application.py example. A really use