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,8a09227af042693b,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f36g2000hsa.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Announce: QtAda 1.0.3 released Date: Wed, 7 May 2008 08:43:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 87.117.38.212 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1210175028 26694 127.0.0.1 (7 May 2008 15:43:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 7 May 2008 15:43:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f36g2000hsa.googlegroups.com; posting-host=87.117.38.212; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww 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) Xref: g2news2.google.com comp.lang.ada:5738 Date: 2008-05-07T08:43:47-07:00 List-Id: We are pleased to announce QtAda 1.0.3 release. This release includes bugs fixes and enhancements. You can see the full list at the end of this mail. QtAda is an Ada2005 language bindings to the Qt libraries and a set of useful tools. QtAda allows easly to create cross-platform powerful graphical user interface completely on Ada 2005. QtAda applications will work on most popular platforms -- Microsoft Windows, Mac OS X, Linux/Unix -- without any changes and platform specific code. QtAda allows to use all power of visual GUI development with Qt Designer on all software lifecycle stages -- from prototyping and up to maintanace. QtAda is not just a bindings to the existent Qt widgets, it also allows to develop your own widgets and integrates it into the Qt Designer for high speed visual GUI development. Multi platform source code package and Microsoft Windows binary package of the QtAda 1.0.3 can be downloaded from: http://www.qtada.com/ New in QtAda 1.0.3: - added support for the QRadioButton class; - extended support for QAbstractItemDelegate, QAbstractListModel, QAbstractProxyModel, QAbstractTableModel, QDoubleValidator, QIntValidator, QItemDelegate, QRegExpValidator, QSortFilterProxyModel, QSpinBox, QSqlRelationalDelegate, QTabWidget, QTableView, QValidator, QWidget.