Re: [Plplot-devel] Qt5 support, strange driver output

2018-12-23 Thread Alan W. Irwin
On 2018-12-23 10:14- António Rodrigues Tomé wrote: Just an update. qt drivers do not behave well with alfa values. [...] I'll try to upload this changes using git as I cannot find any other problem with qt drivers at least for the use I make of them. (well memqt does not work quite well bu

Re: [Plplot-devel] Qt5 support, strange driver output

2018-12-23 Thread António Rodrigues Tomé
Just an update. qt drivers do not behave well with alfa values. as the background was being filled with the instruction QBrush brush( QColor( r, g, b, (int) ( alpha * 255 ) ) ); m_painterP->fillRect( 0, 0, width(), height(), brush ); however has explained in http://curtis.humphreyonline.us/code/q