www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Load Qt UI XML File as GUI

reply Mike McKee <volomike gmail.com> writes:
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?
Sep 15 2015
next sibling parent reply Steven Schveighoffer <schveiguy yahoo.com> writes:
On 9/16/15 12:03 AM, 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.
Seems to have moved here, but it doesn't look fresh: https://bitbucket.org/qtd/ dsource is dead (only there for archive reasons), don't use it. -Steve
Sep 15 2015
next sibling parent Mike McKee <volomike gmail.com> writes:
On Wednesday, 16 September 2015 at 04:36:15 UTC, Steven 
Schveighoffer wrote:
 Seems to have moved here, but it doesn't look fresh:

 https://bitbucket.org/qtd/
Yep, but when I poke around in the source, I can't see anywhere that the QtD can read the .ui files that QtCreator creates.
Sep 15 2015
prev sibling parent reply =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
On 09/15/2015 09:36 PM, Steven Schveighoffer wrote:
 On 9/16/15 12:03 AM, 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.
Seems to have moved here, but it doesn't look fresh: https://bitbucket.org/qtd/ dsource is dead (only there for archive reasons), don't use it. -Steve
I wonder why this older one exists: https://github.com/qtd-developers/qtd Ali
Sep 16 2015
parent Steven Schveighoffer <schveiguy yahoo.com> writes:
On 9/16/15 3:08 PM, Ali Çehreli wrote:
 On 09/15/2015 09:36 PM, Steven Schveighoffer wrote:
 On 9/16/15 12:03 AM, 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.
Seems to have moved here, but it doesn't look fresh: https://bitbucket.org/qtd/ dsource is dead (only there for archive reasons), don't use it. -Steve
I wonder why this older one exists: https://github.com/qtd-developers/qtd Ali
First line in .md file: "Fork of bitbucket repo" I'm guessing it's probably because D likes github? -Steve
Sep 17 2015
prev sibling parent michaelc37 <michaelc37 msn.com> writes:
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
Sep 17 2015