From: Vadim Godunko on
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.