Re: Adventures in Quest for GUI RAD

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Adventures in Quest for GUI RAD
Date: 2005-05-05 23:55:29
Message-ID: 20050505235529.GA32737@gp.word-to-the-wise.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 05, 2005 at 04:28:43PM -0700, Rich Shepard wrote:
> On Thu, 5 May 2005, Tony Caduto wrote:
>
> >Programmers Paradise has delphi in their catalogs...
>
> I haven't used any Microsoft or Winduhs software for about eight years
> now,
> but I beleive that you can get -- for free -- Qt for winduhs. If you do
> this,
> you get the Qt Designer included. This is a GUI GUI developer; a RAD if you
> wish. It works with C++ and with python (my lanuage of choice now). All
> these
> tools are free.

/me uses Qt a lot

Qt is not exactly free for Windows right now. The current release
of Qt is 3.3.4. There is a learning Qt book available that includes
Qt/Windows 3.2.3 on CD under a fairly liberal license.

Qt 4 is in late beta, and will be available under something like
the GPL for Windows.

Qt has a very nice database abstraction that lets you access most
database features without needing to know the underlying database.
The disadvantage is that it's an abstraction. You can't access some
features using it, and if you're familiar with libpq, say, it feels a
little like working on something while wearing thick gloves.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Typing80wpm 2005-05-06 03:02:42 Re: Adventures in Quest for GUI RAD
Previous Message Rich Shepard 2005-05-05 23:28:43 Re: Adventures in Quest for GUI RAD