How convert .ui to .d (Dlang)?
-
I use "Qt Design" to create my GUI and save as untitled.ui.
I know how convert .ui to .py (Python) or .rb (Ruby), but I don't know how convert .ui to .d (Dlang) for use with QtE5.
I need a uic (User Interface Converter) to convert .ui to .d (duic.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/
-
Hi
That tool is 10 years old and seems to be made for Qt4 and will require (many) changes to the files to compile in Qt5.
Also it might generate code that do not work with Dlang in QtE5 version since its so old.
I did try to open project and press compile but it exploded in errors. sorry.