digitalmars.D.announce - QtE5 for Qt 6
- MGW (7/7) Jan 21 2021 I want to meet Qt 6 by creating QtE6. This forced me to update
- Imperatorn (2/9) Jan 22 2021 Nice
- aberba (3/10) Jan 22 2021 Will be nice to see a way to set it up send build something like
- aberba (2/14) Jan 22 2021 I just saw some examples. Cool.
- Marcone (3/10) Feb 03 2021 Please create duic to convert .ui to .d (For convert .ui files
- Marcone (3/10) Feb 22 2021 No possibility to create a "duic" to convert .iu generated by Qt
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
Jan 21 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/QtE5Nice
Jan 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/QtE5Will 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.
Jan 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 just saw some examples. Cool.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/QtE5Will 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.
Jan 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/QtE5Please create duic to convert .ui to .d (For convert .ui files created by Qt Design) to dlang file .d
Feb 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/QtE5No possibility to create a "duic" to convert .iu generated by Qt Design to .d?
Feb 22 2021