digitalmars.D.learn - Load Qt UI XML File as GUI
- Mike McKee (8/8) Sep 15 2015 Unfortunately, the http://dsource.org/forums/ doesn't appear to
- Steven Schveighoffer (5/8) Sep 15 2015 Seems to have moved here, but it doesn't look fresh:
- Mike McKee (4/6) Sep 15 2015 Yep, but when I poke around in the source, I can't see anywhere
- =?UTF-8?Q?Ali_=c3=87ehreli?= (4/12) Sep 16 2015 I wonder why this older one exists:
- Steven Schveighoffer (5/21) Sep 17 2015 First line in .md file:
- michaelc37 (3/11) Sep 17 2015 As an alternative, you could try qml bindings from
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
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
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
On 09/15/2015 09:36 PM, Steven Schveighoffer wrote:On 9/16/15 12:03 AM, Mike McKee wrote:I wonder why this older one exists: https://github.com/qtd-developers/qtd AliUnfortunately, 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 16 2015
On 9/16/15 3:08 PM, Ali Çehreli wrote:On 09/15/2015 09:36 PM, Steven Schveighoffer wrote:First line in .md file: "Fork of bitbucket repo" I'm guessing it's probably because D likes github? -SteveOn 9/16/15 12:03 AM, Mike McKee wrote:I wonder why this older one exists: https://github.com/qtd-developers/qtd AliUnfortunately, 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 17 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
Sep 17 2015