Thread overview
QtE5 for Qt 6
Jan 21, 2021
MGW
Jan 22, 2021
Imperatorn
Jan 22, 2021
aberba
Jan 22, 2021
aberba
Feb 03, 2021
Marcone
Feb 22, 2021
Marcone
January 21, 2021
I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made slots), works on Linux and Windows. Of course this is not full Qt, but a small part that I use every day in my projects.

https://github.com/MGWL/QtE5
January 22, 2021
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote:
> I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made slots), works on Linux and Windows. Of course this is not full Qt, but a small part that I use every day in my projects.
>
> https://github.com/MGWL/QtE5

Nice
January 22, 2021
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote:
> I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made slots), works on Linux and Windows. Of course this is not full Qt, but a small part that I use every day in my projects.
>
> https://github.com/MGWL/QtE5

Will be nice to see a way to set it up send build something like a Hello world app. There's quite often interest in using At in D.
January 22, 2021
On Friday, 22 January 2021 at 22:13:02 UTC, aberba wrote:
> On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote:
>> I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made slots), works on Linux and Windows. Of course this is not full Qt, but a small part that I use every day in my projects.
>>
>> https://github.com/MGWL/QtE5
>
> Will be nice to see a way to set it up send build something like a Hello world app. There's quite often interest in using At in D.

I just saw some examples. Cool.
February 03, 2021
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote:
> I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made slots), works on Linux and Windows. Of course this is not full Qt, but a small part that I use every day in my projects.
>
> https://github.com/MGWL/QtE5

Please create duic to convert .ui to .d (For convert .ui files created by Qt Design) to dlang file .d
February 22, 2021
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote:
> I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made slots), works on Linux and Windows. Of course this is not full Qt, but a small part that I use every day in my projects.
>
> https://github.com/MGWL/QtE5

No possibility to create a "duic" to convert .iu generated by Qt Design to .d?