When loading Progress Bar original:
Traceback (most recent call last):
File "aqt.addons", line 245, in loadAddons
File "C:\Users\User\AppData\Roaming\Anki2\addons21\1685464019__init__.py", line 9, in
from . import reviewer_progress_bar
File "C:\Users\User\AppData\Roaming\Anki2\addons21\1685464019\reviewer_progress_bar.py", line 94, in
orientationHV = Qt.Horizontal # Show bar horizontally (side to side). Use with top/bottom dockArea.
AttributeError: type object 'Qt' has no attribute 'Horizontal'
Anki 23.12.1 (1a1d4d54) (ao) Python 3.9.15 Qt 6.6.1 PyQt 6.6.1 Platform: Windows-10-10.0.19041
When loading Progress Bar original: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "C:\Users\User\AppData\Roaming\Anki2\addons21\1685464019__init__.py", line 9, in
from . import reviewer_progress_bar
File "C:\Users\User\AppData\Roaming\Anki2\addons21\1685464019\reviewer_progress_bar.py", line 94, in
orientationHV = Qt.Horizontal # Show bar horizontally (side to side). Use with top/bottom dockArea.
AttributeError: type object 'Qt' has no attribute 'Horizontal'