Alban Rochel wrote:
> Hello all,
>
> Actually, this is one of the few days I am in contact, so:
> - I must have misunderstood something about dynamic casts because I
> believed that QtPLDriver* widget=(QtPLDriver*)(pls->dev) would have
> created a "pure" QtPLDriver* object, and thus the member fun
air...@users.sourceforge.net wrote:
>
> import sys
> from PyQt4 import QtCore, QtGui
> +from plplot_python_start import *
> import plplot
> import plplot_pyqt4
I took that out since I could not run the example with it in the build
tree. What is it supposed to do?
Sorry about the pyqt4_test
On 2009-07-02 13:14-0400 Hazen Babcock wrote:
> Alban Rochel wrote:
>> Hello all,
>>
>> Actually, this is one of the few days I am in contact, so:
>> - I must have misunderstood something about dynamic casts because I
>> believed that QtPLDriver* widget=(QtPLDriver*)(pls->dev) would have
>> create
On 2009-07-02 17:26-0400 Hazen Babcock wrote:
> air...@users.sourceforge.net wrote:
>>
>> import sys
>> from PyQt4 import QtCore, QtGui
>> +from plplot_python_start import *
>> import plplot
>> import plplot_pyqt4
>
> I took that out since I could not run the example with it in the build
> tre