I have a app that using PyQt/PyQwt, now I want to transform the PyQt to PySide but I don't know if PyQwt can work with PySide, it seems PyQwt is binded with PyQt. So is there a way that allow me to use PyQwt under the framework by PySide?
Asked
Active
Viewed 672 times
2
-
1Check this link: https://gitorious.org/pysideqwt – Carlangueitor Oct 23 '13 at 02:28
-
thanks, but this project seems to be silent for a long time. @Carlangueitor – luxiaolu Oct 23 '13 at 02:53
-
1You may use **pyqtgraph**, it supports both pyqt and pyside – Ashwani Kumar Apr 12 '14 at 06:51