Closed razman786 closed 3 years ago
Hi
On Friday, 9 April 2021 17:36:47 CEST Raz wrote:
Firstly, thank you for this awesome work for getting Qwt6 working with PyQt5! Thanks
I noticed that zoomStack and setZoomStack calls are missing. I can see the following in the respective sip file: ``` //const QStack
&zoomStack() const; FIXME //void setZoomStack( const QStack &, int zoomRectIndex = -1 ); FIXME Are there any plans to get this included, or is there a known workaround? Hihi, yes, now there is :) Any help would be very much appreciated. I don't see any reference to QStack in PyQt5. I will ask a question on the PyQt mailing list and keep you informed.
Regards Gudjon
Hi again
Please check the branch zoomstack. I have not tested it yet but it might work.
Regards Gudjon
Hi
Thank you for the super fast response! I will give the branch a run through and let you know how it goes!
Cheers, Raz
Hi Gudjon
I've created a pull request here https://github.com/GauiStori/PyQt-Qwt/pull/19 with a quick hack on the issue. So far it gets setZoomStack()
working, but zoomStack()
still gives errors - details are in the pull request.
Cheers, Raz
Hi Raz
This should be fixed now and I have merged the zoomstack branch into next_version.
Cheers Gudjon
Hi Gudjon
I've tested the updated next_version branch and it is working like a charm! Thank you!
Cheers, Raz
Firstly, thank you for this awesome work for getting Qwt6 working with PyQt5!
I noticed that zoomStack and setZoomStack calls are missing. I can see the following in the respective sip file:
Are there any plans to get this included, or is there a known workaround?
Any help would be very much appreciated.