aqt.deckchooser#
Classes#
Module Contents#
- class aqt.deckchooser.DeckChooser(mw: aqt.AnkiQt, widget: QWidget, label: bool = True, starting_deck_id: anki.decks.DeckId | None = None, on_deck_changed: collections.abc.Callable[[int], None] | None = None, dyn: bool = False)#
Bases:
QHBoxLayout- mw#
- dyn = False#
- property selected_deck_id: anki.decks.DeckId#
- on_deck_changed = None#
- selected_deck_name() str#
- show() None#
- hide() None#
- choose_deck() None#
- on_operation_did_execute(changes: anki.collection.OpChanges, handler: object | None) None#
- cleanup() None#
- onDeckChange#
- deckName#
- selectedId() anki.decks.DeckId#