Re: Adventures in Quest for GUI RAD - Mailing list pgsql-general

From Steve Atkins
Subject Re: Adventures in Quest for GUI RAD
Date
Msg-id 20050505235529.GA32737@gp.word-to-the-wise.com
Whole thread Raw
In response to Re: Adventures in Quest for GUI RAD  (Rich Shepard <rshepard@appl-ecosys.com>)
List 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


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Adventures in Quest for GUI RAD
Next
From: Bruno Wolff III
Date:
Subject: Re: Anyone doing a 8.0.2-x86_64-RHEL4.rpm?