Phil Thompson wrote:
>> 2. In the same vein, how does one embed a runtime plot in a qt3 UI ? It
>> will
>> need to be a python solution since I am using python libraries to acquire
>> the data.
>
> Have a look at PyQwt which is a set of Python bindings for the Qt-based
> Qwt plotting library.
>
I find Eric3 very easy to work with when using Qt+Python. It will
generate a Python wrapper for your Qt (Designer designed) form, that you
can the sub-class and use as if it was a Python object.
I'm hoping it will be available (together with PyQt, etc.) for Qt4 soon,
but as I'm not paying a dime fo
> Hi
>
> Two questions :
>
> 1. Is it possible to use an import command in a qt3 designer code ? (I
> know
> that it is possible to write python inside the braces -- but is it
> possible
> to use an import command for some rather large libraries I wrote that I
> need to access ?).
You can include