On Wednesday, 16 September 2015 at 04:03:46 UTC, Mike McKee wrote:
Unfortunately, the http://dsource.org/forums/ doesn't appear to be active -- I can't login after I registered. This is where the QtD project has their forum. So, I'm asking this here.

Is it possible with D and QtD to draw my GUI using QtCreator, and then take its UI XML file and load it somehow via QtD and D? That way, I don't need to do everything by hand and can utilize the power of a WYSIWYG form tool (like Glade), and then just manipulate the rest by code after that?

As an alternative, you could try qml bindings from https://github.com/filcuc/dqml

Reply via email to