aqt.deckoptions#

Classes#

DeckOptionsDialog

The new deck configuration screen.

Functions#

Module Contents#

class aqt.deckoptions.DeckOptionsDialog(mw: aqt.main.AnkiQt, deck: anki.decks.DeckDict)#

Bases: QDialog

The new deck configuration screen.

TITLE = 'deckOptions'#
silentlyClose = True#
mw#
set_ready()#
closeEvent(evt: QCloseEvent | None) None#
require_close()#

Close. Ensure the closeEvent is not ignored.

reject() None#
aqt.deckoptions.confirm_deck_then_display_options(active_card: anki.cards.Card | None = None) None#
aqt.deckoptions.display_options_for_deck_id(deck_id: anki.decks.DeckId) None#
aqt.deckoptions.display_options_for_deck(deck: anki.decks.DeckDict) None#