Load Qt UI XML File as GUI

michaelc37 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 17 11:23:25 PDT 2015


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



More information about the Digitalmars-d-learn mailing list