On Tuesday, 12 May 2015 at 21:44:04 UTC, Kelly wrote:
Well the first fully working example of a large library is
finally working with Calypso. Elie has managed to get a Qt5
demo program to compile and run!!
The demo is a D version of the Qt5 Widgets demo. This is a
simple window with a pseudo address book app. The demo uses a D
class inheriting from QWidget, calls 'super(parent)' from D
code and uses the QStrings, QLabel, QLineEdit, QLayout,
QGridLayout classes, among other things. You can see the code
here:
https://github.com/Syniurge/Calypso/blob/master/tests/calypso/qt5/qt5demo.d
The demo is confirmed to work with Qt5.4 and Qt5.2.1.
This really is a huge leap, congratulations!