From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2974b858e367e05d X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!uns-out.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Announce: QtAda 0.2.0 References: <1190998721.852603.133610@y42g2000hsy.googlegroups.com> From: Stephen Leake Date: Sat, 29 Sep 2007 07:05:15 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:9GQHgcGBUL8ZcvCMpbiFQQOwq7I= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 2a66e46fe316be05e48ed19686 X-Original-Bytes: 2105 Xref: g2news2.google.com comp.lang.ada:2218 Date: 2007-09-29T07:05:15-04:00 List-Id: Vadim Godunko writes: > We are pleased to announce new release of QtAda 0.2.0. > > All questions and comment are welcome! This looks very interesting. I suggest you include a direct link to the Qt Open Source download page; it took me a while to find it. http://trolltech.com/developer/downloads/qt/index I've downloaded that, but have not tried to compile it yet. I'm on Windows XP; I have mingw installed. Apparently the open source edition includes the full Qt Designer? That is _very_ interesting; I've been looking for an alternative to Visual Basic for a home database GUI interface project that I need to upgrade from VB 3.1 (10 years old!). I suppose I should give GtkAda and Gnade another try, but it was painful the last time around. Do any of the Qt classes provide database functions? In particular, binding database record fields to display/edit fields is very easy in VB (not so easy in Gnade). Ah; I found the Qt manual online (http://doc.trolltech.com/4.3/groups.html), and there are database classes; QSqlDatabase, QSqlField etc. I'll definitely give this a try. Hmm. Grep'ing for 'database' and 'sql' in the QtAda source gave no hits. So maybe I'll have to write that binding; that's ok, if the rest works nicely. Thanks for the pointer! -- -- Stephe