mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
* Add MessageBox class and associated funcs to aqt.utils and update some callers in aqt.sync and aqt.addons * Cleanup imports in aqt.sync * Fix return values for ask_user and ask_user_dialog * Fix wrong argument name in aqt.utils.ask_user * Add type annotations to **kwargs in utils.py * Type annotation for callback in aqt.sync.full_sync * MessageBox accepts StandardButton in addition to str, fix linting issues * Assess default buttons in correct order and return correct button name in MessageBox * Add explicit Optionals in aqt.utils * Pass button index to callback in MessageBox * Update type hints for aqt.utils.MessageBox * Use Sequence for aqt.utils.MessageBox buttons arg * default_button > default_yes in aqt.utils.ask_user * Dark mode question icon in aqt.utils.MessageBox |
||
|---|---|---|
| .. | ||
| aqt | ||
| bundle | ||
| icons | ||
| mac | ||
| tests | ||
| tools | ||
| .isort.cfg | ||
| .pylintrc | ||
| bazelfixes.py | ||
| BUILD.bazel | ||
| dmypy.py | ||
| mypy.ini | ||
| README.md | ||
| runanki.py | ||
Python's Qt GUI is in aqt/