Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
September 16, 2015 Load Qt UI XML File as GUI | ||||
---|---|---|---|---|
| ||||
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? |
September 16, 2015 Re: Load Qt UI XML File as GUI | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike McKee | 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 |
September 16, 2015 Re: Load Qt UI XML File as GUI | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | 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.
|
September 16, 2015 Re: Load Qt UI XML File as GUI | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | 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 |
September 17, 2015 Re: Load Qt UI XML File as GUI | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ali Çehreli | 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
|
September 17, 2015 Re: Load Qt UI XML File as GUI | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike McKee | 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 |
Copyright © 1999-2021 by the D Language Foundation