aqt.operations.collection#
Functions#
|
Undo the last operation, and refresh the UI. |
|
Redo the last operation, and refresh the UI. |
|
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]#