aqt.changenotetype#

Classes#

Functions#

Module Contents#

class aqt.changenotetype.ChangeNotetypeDialog(parent: QWidget, mw: aqt.main.AnkiQt, note_ids: collections.abc.Sequence[anki.notes.NoteId], notetype_id: anki.models.NotetypeId)#

Bases: QDialog

TITLE = 'changeNotetype'#
silentlyClose = True#
mw#
reject() None#
save(data: bytes) None#
aqt.changenotetype.change_notetype_dialog(parent: QWidget, note_ids: collections.abc.Sequence[anki.notes.NoteId]) None#