Jump to page: 1 2 3
Thread overview
D + Qt + QtDesigner
Sep 27, 2022
Willian
Sep 28, 2022
Ali Çehreli
Sep 29, 2022
Barbara
Sep 29, 2022
Tejas
Sep 29, 2022
Barbara
Oct 02, 2022
Willian
Oct 02, 2022
Ali Çehreli
Oct 02, 2022
Carlos
Oct 03, 2022
Barbara
Nov 02, 2022
IceFox
Nov 21, 2022
thebluepandabear
Sep 28, 2022
Tejas
Nov 21, 2022
thebluepandabear
Sep 28, 2022
ryuukk_
Sep 29, 2022
Willian
Nov 21, 2022
thebluepandabear
Nov 21, 2022
thebluepandabear
Nov 21, 2022
Adam D Ruppe
Nov 23, 2022
Barbara
Nov 23, 2022
thebluepandabear
Nov 23, 2022
thebluepandabear
Nov 24, 2022
Barbara
Nov 24, 2022
rikki cattermole
Nov 24, 2022
Adam D Ruppe
Nov 25, 2022
Barbara
Nov 26, 2022
thebluepandabear
September 27, 2022

https://forum.dlang.org/post/misbkuqdifjdhhsoxbxc@forum.dlang.org

On Sunday, 21 November 2021 at 15:08:18 UTC, MGW wrote:

>

I am still developing my QtE5 library.
Unfortunately, I don't have enough free time to make it into a complete dub package.

Link to short video: http://www.youtube.com/watch?v=TFN5P4eoS_o

Dear friends,
I would like to know if it is possible to gather the D community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway for many programmers in the D language.

September 27, 2022

On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote:

>

I would like to know if it is possible to gather the D community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway for many programmers in the D language.

Considering licensing model of Qt and political decisions of Qt Foundation, GTK looks much better. Also having C API GTK is probably much easier to use directly and efficiently rather than non-standard C++ of Qt.

September 27, 2022
On 9/27/22 16:21, Vladimir Marchevsky wrote:

> Considering licensing model of Qt and political decisions of Qt
> Foundation

Those were the reasons why my friends Barbara and Ansel started CopperSpice:

  https://www.copperspice.com

Ali


September 28, 2022

On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote:

>

https://forum.dlang.org/post/misbkuqdifjdhhsoxbxc@forum.dlang.org

On Sunday, 21 November 2021 at 15:08:18 UTC, MGW wrote:

>

I am still developing my QtE5 library.
Unfortunately, I don't have enough free time to make it into a complete dub package.

Link to short video: http://www.youtube.com/watch?v=TFN5P4eoS_o

Dear friends,
I would like to know if it is possible to gather the D community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway for many programmers in the D language.

Announce is not the right place to ask questions, either #learn or #general

Posts in the #announce category are automatically shared on twitter, so we should avoid sending out noise/spam

September 28, 2022

On Tuesday, 27 September 2022 at 23:21:07 UTC, Vladimir Marchevsky wrote:

>

On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote:

>

I would like to know if it is possible to gather the D community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway for many programmers in the D language.

Considering licensing model of Qt and political decisions of Qt Foundation, GTK looks much better. Also having C API GTK is probably much easier to use directly and efficiently rather than non-standard C++ of Qt.

An extremely significant portion of Qt is available under GPL 3 nowadays, not sure if it's worth sticking with GTK purely for the license

September 29, 2022
On Wednesday, 28 September 2022 at 01:39:34 UTC, Ali Çehreli wrote:
> On 9/27/22 16:21, Vladimir Marchevsky wrote:
>
> > Considering licensing model of Qt and political decisions of
> Qt
> > Foundation
>
> Those were the reasons why my friends Barbara and Ansel started CopperSpice:
>
>   https://www.copperspice.com
>
> Ali


Thank you Ali for mentioning our work. CopperSpice is licensed under LGPL 2.1 and provides a migration path for applications written in Qt. We support most all of the Qt 5 functionality with major improvements to strings, containers, and no longer requires MOC to implement run time reflection.

We released CsDesigner earlier this year as a standalone program which is fully compatible with their UI files.

DoxyPress is a code documentation generator based on Doxygen with full support for modern C++ and major improvements in the HTML output. If the D community would like to improve support for parsing D source code our team would be very excited to work with any interested developers.

If anyone is interested in creating D bindings for CopperSpice we will gladly accept this up stream and help maintain it.

Please feel free to contact us with any questions.

Barbara
September 29, 2022

On Thursday, 29 September 2022 at 00:46:36 UTC, Barbara wrote:

>

On Wednesday, 28 September 2022 at 01:39:34 UTC, Ali Çehreli wrote:

>

[...]

Thank you Ali for mentioning our work. CopperSpice is licensed under LGPL 2.1 and provides a migration path for applications written in Qt. We support most all of the Qt 5 functionality with major improvements to strings, containers, and no longer requires MOC to implement run time reflection.

[...]

You support Android/iOS?

If you don't, are the any blockers to supporting it or you just didn't get around to doing it/there wasn't much demand?

September 29, 2022

On Wednesday, 28 September 2022 at 03:00:37 UTC, ryuukk_ wrote:

>

On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote:

>

https://forum.dlang.org/post/misbkuqdifjdhhsoxbxc@forum.dlang.org

On Sunday, 21 November 2021 at 15:08:18 UTC, MGW wrote:

>

I am still developing my QtE5 library.
Unfortunately, I don't have enough free time to make it into a complete dub package.

Link to short video: http://www.youtube.com/watch?v=TFN5P4eoS_o

Dear friends,
I would like to know if it is possible to gather the D community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway for many programmers in the D language.

Announce is not the right place to ask questions, either #learn or #general

Posts in the #announce category are automatically shared on twitter, so we should avoid sending out noise/spam

I don't know how my post got here. I made this post in response to an announcement thread at the link: https://forum.dlang.org/post/misbkuqdifjdhhsoxbxc@forum.dlang.org

September 29, 2022

On Thursday, 29 September 2022 at 03:20:12 UTC, Tejas wrote:

>

On Thursday, 29 September 2022 at 00:46:36 UTC, Barbara wrote:

>

On Wednesday, 28 September 2022 at 01:39:34 UTC, Ali Çehreli wrote:

>

[...]

Thank you Ali for mentioning our work. CopperSpice is licensed under LGPL 2.1 and provides a migration path for applications written in Qt. We support most all of the Qt 5 functionality with major improvements to strings, containers, and no longer requires MOC to implement run time reflection.

[...]

You support Android/iOS?

If you don't, are the any blockers to supporting it or you just didn't get around to doing it/there wasn't much demand?

Android is on our road map and you are correct, the demand has not been high enough as of yet. Happy to work with contributors.

Apple iOS is a different story since the LGPL has deployment issues on the Apple store. Let us know if you need more details.

Barbara

October 02, 2022
On Wednesday, 28 September 2022 at 01:39:34 UTC, Ali Çehreli wrote:
> On 9/27/22 16:21, Vladimir Marchevsky wrote:
>
> > Considering licensing model of Qt and political decisions of
> Qt
> > Foundation
>
> Those were the reasons why my friends Barbara and Ansel started CopperSpice:
>
>   https://www.copperspice.com
>
> Ali

How can I use CopperSpice with Qt + Dlang?
« First   ‹ Prev
1 2 3