Using PyQt6 via qtpy, QtCore.Qt.BackButton is not defined. The equivalent QtCore.Qt.XButton1 is defined, however (both are defined in PyQt5).
These are in the Qt::MouseButton enum, and both values are present in both Qt5 and Qt6 according to the Qt docs.
Using PyQt6 via qtpy, QtCore.Qt.BackButton is not defined. The equivalent QtCore.Qt.XButton1 is defined, however (both are defined in PyQt5).
These are in the Qt::MouseButton enum, and both values are present in both Qt5 and Qt6 according to the Qt docs.