aqt.importing#
Classes#
Functions#
|
Shorthand to show a standard warning. |
|
|
|
|
|
|
|
Module Contents#
- class aqt.importing.ChangeMap(mw: aqt.main.AnkiQt, model: dict, current: str)#
Bases:
QDialog- mw#
- model#
- frm#
- field: str | None = None#
- getField() str | None#
- accept() None#
- reject() None#
- class aqt.importing.ImportDialog(mw: aqt.main.AnkiQt, importer: Any)#
Bases:
QDialog- mw#
- importer#
- frm#
- setupOptions() None#
- modelChanged(unused: Any | None = None) None#
- onDelimiter() None#
- updateDelimiterButtonText() None#
- accept() None#
- setupMappingFrame() None#
- hideMapping() None#
- showMapping(keepMapping: bool = False, hook: collections.abc.Callable | None = None) None#
- changeMappingNum(n: int) None#
- reject() None#
- helpRequested() None#
- importModeChanged(newImportMode: int) None#
- aqt.importing.showUnicodeWarning() None#
Shorthand to show a standard warning.
- aqt.importing.onImport(mw: aqt.main.AnkiQt) None#
- aqt.importing.importFile(mw: aqt.main.AnkiQt, file: str) None#
- aqt.importing.invalidZipMsg() str#
- aqt.importing.setupApkgImport(mw: aqt.main.AnkiQt, importer: anki.importing.apkg.AnkiPackageImporter) bool#