Qt 6.7.1 Released(qt.io)
qt.io
Qt 6.7.1 Released
https://www.qt.io/blog/qt-6.7.1-released
2 comments
Agreed. Pyside had segfaults and trivial bugs in 6.7. A super weird example was that you simply can't use qlabels for some reason, as shiboken had issues binding them correctly if you import a module (I think Pyside6.QtCore?). They weren't subclassed as QWidgets I think meaning you just couldn't upgrade. The same goes for the segfaults caused by signals. I guess it's an issue with pyside and not QT proper but still, it sure sucks when even a point release breaks stuff (had to revert 6.6.3 to 6.6.2 because again, segfaults).
It's not just my app that had those issues too. Napari also had issues with unexplained segfaults (access violations) with more recent pyside versions. Super frustrating to debug too.
It's not just my app that had those issues too. Napari also had issues with unexplained segfaults (access violations) with more recent pyside versions. Super frustrating to debug too.
[deleted]
EDIT: If any Qt developer sees this, why is there no option to disable flicking of QML Flickable by mouse click yet keep letting users scroll via mouse wheel/touchpad? Setting `interactive` to false disables both. Or am I missing something?
[1] https://bugreports.qt.io/browse/QTBUG-122658
https://bugreports.qt.io/browse/QTBUG-124572
https://bugreports.qt.io/browse/QTBUG-123133
https://bugreports.qt.io/browse/QTBUG-124814