[Tutor] Blackadder by the Kompany

dman dsh8290@rit.edu
Tue, 24 Jul 2001 11:59:34 -0400


On Tue, Jul 24, 2001 at 12:08:23PM +0100, Patrick Kirk wrote:
| Hi all,
|=20
| Some time ago I asked about the ability to create forms quickly and
| easily the way you can in products like MS Access.  Apart from Boa,
| which looks like it will be good in a year or so if someone takes an
| interest in it, I found nothing 'til now.  I just bought the
| Blackadder IDE which uses the Qt widget set.  It set me back the
| princley sum for =A330.  So far it looks great.  The forms are self
| sizing and the widgets very fetching.

There are also wxDesigner for wxPython/wxWindows and Glade for the
GTK+.

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

If you use Qt you will need the Qt library and the python bindings.
If you use wxPython you need the wxWindows library and the python
bindings.  If you use GTK+ you will need the GTK+ library and the
python bindings.  It's more or less the same, though the size of the
libraries may differ.  The main issue with using Qt is licenseing.
wxPython/wxWindows and PyGTK/GTK+ are both free (open) so there is no
licensing issues.

HTH,
-D