www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - New QtE5 version and the test it - mini ide ide5

reply MGW <mgw yandex.ru> writes:
QtE5 - gained further development. The new mechanism of operation 
with memory
is realized that allowed will get rid of crash of applications in 
case of completion.

The summary code amount increases all the time. New classes from 
Qt are added.
Now the code amount reached:
	qte5.d 			- 6700 lines
	qte5widgets.cpp - 3500 lines

The considerable efforts are made in development of bitmap 
graphics,
QBitmap, QResource, QPixmap are added and properties for QImage 
are added.
The operation technique with QPainter is fulfilled.

https://www.youtube.com/watch?v=iWnWMKsNt0E
https://github.com/MGWL/QtE5
Nov 12 2017
next sibling parent reply user1234 <user1234 12.nl> writes:
On Sunday, 12 November 2017 at 08:04:37 UTC, MGW wrote:
 QtE5 - gained further development. The new mechanism of 
 operation with memory
 is realized that allowed will get rid of crash of applications 
 in case of completion.

 The summary code amount increases all the time. New classes 
 from Qt are added.
 Now the code amount reached:
 	qte5.d 			- 6700 lines
 	qte5widgets.cpp - 3500 lines

 The considerable efforts are made in development of bitmap 
 graphics,
 QBitmap, QResource, QPixmap are added and properties for QImage 
 are added.
 The operation technique with QPainter is fulfilled.

 https://www.youtube.com/watch?v=iWnWMKsNt0E
 https://github.com/MGWL/QtE5
Hello, i was a bored yesterday and between two movies tried to install it (it was before the announce) and i have to say that it's not clear at all and delete it. The main reason is that i expected the top level dub JSON to produce a kind of static library required by all the examples...so in a nutshell you must provide better instructions before disappointing more people. Sorry.
Nov 12 2017
parent MGW <mgw yandex.ru> writes:
On Sunday, 12 November 2017 at 10:26:33 UTC, user1234 wrote:

 Hello, i was a bored yesterday and between two movies tried to 
 install it (it was before the announce) and i have to say that 
 it's not clear at all and delete it.
 The main reason is that i expected the top level dub JSON to 
 produce a kind of static library required by all the 
 examples...so in a nutshell you must provide better 
 instructions before disappointing more people. Sorry.
installation of QtE5 on win32 https://www.youtube.com/watch?v=d6-8lxs9xJo
Nov 12 2017
prev sibling next sibling parent lobo <swamp.lobo gmail.com> writes:
On Sunday, 12 November 2017 at 08:04:37 UTC, MGW wrote:
 QtE5 - gained further development. The new mechanism of 
 operation with memory
 is realized that allowed will get rid of crash of applications 
 in case of completion.

 The summary code amount increases all the time. New classes 
 from Qt are added.
 Now the code amount reached:
 	qte5.d 			- 6700 lines
 	qte5widgets.cpp - 3500 lines

 The considerable efforts are made in development of bitmap 
 graphics,
 QBitmap, QResource, QPixmap are added and properties for QImage 
 are added.
 The operation technique with QPainter is fulfilled.

 https://www.youtube.com/watch?v=iWnWMKsNt0E
 https://github.com/MGWL/QtE5
Thanks for this, and the installation was pretty easy to figure out, at least on Linux. I have not tried this with Windows. Cheers, A not so disappointed person
Nov 12 2017
prev sibling parent Andrea Fontana <nospam example.com> writes:
On Sunday, 12 November 2017 at 08:04:37 UTC, MGW wrote:
 QtE5 - gained further development. The new mechanism of 
 operation with memory
 is realized that allowed will get rid of crash of applications 
 in case of completion.

 The summary code amount increases all the time. New classes 
 from Qt are added.
 Now the code amount reached:
 	qte5.d 			- 6700 lines
 	qte5widgets.cpp - 3500 lines

 The considerable efforts are made in development of bitmap 
 graphics,
 QBitmap, QResource, QPixmap are added and properties for QImage 
 are added.
 The operation technique with QPainter is fulfilled.

 https://www.youtube.com/watch?v=iWnWMKsNt0E
 https://github.com/MGWL/QtE5
Good news :) It seems you missed the update on code.dlang.org: http://code.dlang.org/packages/qte5
Nov 13 2017