Recommend: IDE and GUI library

Moritz Maxeiner via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Feb 25 14:08:55 PST 2017


On Saturday, 25 February 2017 at 21:26:32 UTC, XavierAP wrote:
> It's not GUI projects that I would plan to work on, just 
> something easy with basic functionality that I can use for my 
> own utilities or test clients for libraries. And if there's 
> anything with any kind of designer support (in which IDE)...

Well, if you use dqml you can use the official QML designer "Qt 
Quick Designer"[1].

You can also use GtkD[2], which supports loading[3] Glade[4] 
files.

[1] 
http://doc.qt.io/qtcreator/creator-using-qt-quick-designer.html
[2] https://github.com/gtkd-developers/GtkD
[3] 
https://github.com/gtkd-developers/GtkD/blob/master/demos/builder/builderTest.d
[4] https://glade.gnome.org/


More information about the Digitalmars-d-learn mailing list