You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is still a significant performance issue with PySide2 (drawing polylines with PySide2 is apparently approx. 60 times slower than with PyQt5, see [this bug report](https://bugreports.qt.io/browse/PYSIDE-1366)).
120
91
121
92
As a consequence, until an equivalent feature is implemented in PySide2, we strongly
122
93
recommend using PyQt5 instead of PySide2.
@@ -154,4 +125,4 @@ the associated code is distributed under the terms of the LGPL license. The
154
125
rest of the code was either wrote from scratch or strongly inspired from MIT
155
126
licensed third-party software.
156
127
157
-
See included [LICENSE](LICENSE) file for more details about licensing terms.
128
+
See included [LICENSE](LICENSE) file for more details about licensing terms.
0 commit comments