On Thursday, 14 November 2019 at 19:07:56 UTC, Marcone wrote:
Hi,
I use Dlang with QtE5 to make my programs with GUI.
If QT is is not a must, you can go for gtkd + Glade designer. I
wrote a small utility to work together with Glade and gtkd.
please note that it doesn't convert all fields of
Hi,
I use Dlang with QtE5 to make my programs with GUI.
I want to design my program with "Qt Designer" and convert .ui
file to .d file for use with Dlang + QtE5.
In Python, Ruby, C++ you can designe GUI using "Qt Designer" and
convert to respective language using uic.exe.
I found this duic