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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!postnews.google.com!k79g2000hse.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Announce: QtAda 0.2.0 Date: Sat, 29 Sep 2007 12:16:33 -0000 Organization: http://groups.google.com Message-ID: <1191068193.852013.158980@k79g2000hse.googlegroups.com> References: <1190998721.852603.133610@y42g2000hsy.googlegroups.com> NNTP-Posting-Host: 83.221.193.160 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191068194 3676 127.0.0.1 (29 Sep 2007 12:16:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 29 Sep 2007 12:16:34 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k79g2000hse.googlegroups.com; posting-host=83.221.193.160; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2219 Date: 2007-09-29T12:16:33+00:00 List-Id: On Sep 29, 3:05 pm, Stephen Leake wrote: > > This looks very interesting. > Thanks! > I've downloaded that, but have not tried to compile it yet. I'm on > Windows XP; I have mingw installed. > You may found detailed instructions in INSTALL.Windows file in source archive. Or wait some times before binary package for Windows will be available. > Apparently the open source edition includes the full Qt Designer? That > is _very_ interesting; Yes, it includes full functional Qt Designer. > 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. > QtSql module not implemented in QtAda for now.