[Tutor] Blackadder by the Kompany

alan.gauld@bt.com alan.gauld@bt.com
Wed, 25 Jul 2001 11:55:45 +0100


> widget set.  It set me back the princley sum for =A330. =20
> So far it looks great. =20

Good, thayts the first biut of unsolicited feedback=20
I've seen on BlackAdder.

> Question:  will using Qt and Python mean that any executable=20
> on Windows I create has a huge amount of library compared=20
> by something done in wxPython.

I wouldn't have thought so. Qt is a professionally developed=20
library designed for commercial cross platform apps. If it was totally
bloated nobody would use it!

It might be a little bit bigger than something using another=20
library (and any library will be bigger than using raw win32)
but it shouldn't be that bad.

OTOH you gain in that the code should be highly portable=20
to Linux/Unix versions of Qt.

Alan g