digitalmars.D.learn - Dlang + QtE5 + "Qt Designer": How convert .ui to .d Grafic Interface?
- Marcone (12/12) Nov 14 2019 Hi,
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (6/8) Nov 14 2019 If QT is is not a must, you can go for gtkd + Glade designer. I
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 convert, but is in C++ and yet not compiled. I don't develop in C++, so I can't compile. Someon can compile it to duic.exe, send to internet and send me the link for download? thank you. duic.cpp link: https://bitbucket.org/qtd/repo/src/default/tools/duic/
Nov 14 2019
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 Glade file into a d source as at designer does. https://github.com/aferust/makegtkdclass
Nov 14 2019