Re: [Plplot-devel] Testing of latest qt pushes requested

2019-01-02 Thread António Rodrigues Tomé
Yes Alan it was. It worked without problem from my qt apps. Cheers On Wed, 2 Jan 2019, 09:49 Alan W. Irwin On 2018-12-31 16:05- António Rodrigues Tomé wrote: > > > p.s > > I will have a look at your commit and test it on my own applications > > Hi António: > > Just to finish off this topic, w

Re: [Plplot-devel] Testing of latest qt pushes requested

2019-01-02 Thread Alan W. Irwin
On 2018-12-31 16:05- António Rodrigues Tomé wrote: p.s I will have a look at your commit and test it on my own applications Hi António: Just to finish off this topic, was that test a success? Alan __ Alan W. Irwin Programming affiliations with the FreeEOS equati

Re: [Plplot-devel] Testing of latest qt pushes requested

2018-12-31 Thread António Rodrigues Tomé
Hi Alan let's do a small change in qt_example. cpp to make it more orthodox. QApplication a( argc, argv ); PlotWindow win ( Argc, Argv ); win.show(); when I do this the program always crashes on close in my system. much likely because there is an attempt to free twice a memory block.

[Plplot-devel] Testing of latest qt pushes requested

2018-12-30 Thread Alan W. Irwin
Hi António: I have just pushed your change and my subsequent followup to make the initQtApp and close QtApp code easier to read and more robust. Please look carefully at the code changes in my last commit (plplot-5.14.0-15-g790754f35) and also test those changes to make sure they work fine for y