aqt.exporting#
Classes#
Module Contents#
- class aqt.exporting.ExportDialog(mw: aqt.main.AnkiQt, did: anki.decks.DeckId | None = None, cids: list[anki.cards.CardId] | None = None, parent: QWidget | None = None)#
Bases:
QDialog- mw#
- col#
- frm#
- exporter: anki.exporting.Exporter | None = None#
- cids = None#
- setup(did: anki.decks.DeckId | None) None#
- exporterChanged(idx: int) None#
- accept() None#
- on_export_finished() None#
- on_export_failed() None#