aqt.operations.collection

aqt.operations.collection#

Functions#

undo(→ None)

Undo the last operation, and refresh the UI.

redo(→ None)

Redo the last operation, and refresh the UI.

set_preferences(...)

Module Contents#

aqt.operations.collection.undo(*, parent: aqt.qt.QWidget) None#

Undo the last operation, and refresh the UI.

aqt.operations.collection.redo(*, parent: aqt.qt.QWidget) None#

Redo the last operation, and refresh the UI.

aqt.operations.collection.set_preferences(*, parent: aqt.qt.QWidget, preferences: anki.collection.Preferences) aqt.operations.CollectionOp[anki.collection.OpChanges]#