10 January 2026
Ссылка
click to show
click to show
(irc) urja: https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/blob/main/PKGBUILD?ref_type=heads#L69 would a similar split make sense for pyside6 too? (or do they have a valid reason to keep the components together?)
17 January 2026
Hey folks! I'm trying to capture an event QtCore.QEvent.MouseButtonPress of the type: QtCore.Qt.MouseButton.BackButton on a QListView. Well actually, I'd love to have this as a shortcut with the context QtCore.Qt.ShortcutContext.WindowShortcut but that doesn't work with mouse buttons, right? I just installed an eventFilter on the list view but that doesn't work eiter :/
Any thoughts?
21 January 2026
Made with pyside6 + qml, the version of pyside6 is 6.8.3 Android app, when switching to other applications, and then switching back, the following error appeared
20:52:42.225 | ROStart | WARNING | main.py:qt_message_handler:100 --> None:0-->Warning: makeCurrent(): no EGLSurface, likely Surface destroyed by Android.
20:52:42.245 | ROStart | WARNING | main.py:qt_message_handler:100 --> None:0-->Warning: QRhiGles2: Failed to make context current. Expect bad things to happen.
20:52:42.264 | ROStart | WARNING | main.py:qt_message_handler:100 --> None:0-->Warning: Failed to start frame
What to do to solve this problem