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
1788670778\config\config_ui.py:78:'Qt.Horizontal' will stop working. Please use 'Qt.Orientation.Horizontal' instead.
1788670778\config\config_ui.py:79:'QDialogButtonBox.Cancel' will stop working. Please use 'QDialogButtonBox.StandardButton.Cancel' instead.
1788670778\config\config_ui.py:79:'QDialogButtonBox.Ok' will stop working. Please use 'QDialogButtonBox.StandardButton.Ok' instead.
FixStvad#170.
We're slavishly copying the convention used by anki in
`qt/aqt/forms/` (up to the presence of the type: ignore comment).
The old qt5 files are moved from *_ui.py to *_ui_qt5.py.
The new qt6 files are *_ui_qt6.py.
generate_ui.sh was run from within the pipenv (pipenv shell). I'm not
yet sure whether to change the script to have `pipenv run ...` at the
start of all the lines, or to update CONTRIBUTING.md.
FixStvad#170.
We're slavishly copying the convention used by anki in
`qt/aqt/forms/` (up to the presence of the type: ignore comment).
The old qt5 files are moved from *_ui.py to *_ui_qt5.py.
The new qt6 files are *_ui_qt6.py.
generate_ui.sh was run from within the pipenv (pipenv shell). I'm not
yet sure whether to change the script to have `pipenv run ...` at the
start of all the lines, or to update CONTRIBUTING.md.
aplaice
added a commit
to aplaice/CrowdAnki
that referenced
this issue
Nov 7, 2022
FixStvad#170.
We're slavishly copying the convention used by anki in
`qt/aqt/forms/` (up to the presence of the type: ignore comment).
The old qt5 files are moved from *_ui.py to *_ui_qt5.py.
The new qt6 files are *_ui_qt6.py.
generate_ui.sh was run from within the pipenv (pipenv shell). I'm not
yet sure whether to change the script to have `pipenv run ...` at the
start of all the lines, or to update CONTRIBUTING.md.
CrowdAnki/crowd_anki/config/config_ui.py
Lines 78 to 79 in fcc0e29
The text was updated successfully, but these errors were encountered: