aqt.flags#
Classes#
A container class for flag related data. |
|
Module Contents#
- class aqt.flags.Flag#
A container class for flag related data.
index – The integer by which the flag is represented internally (1-7). label – The text by which the flag is described in the GUI. icon – The icon by which the flag is represented in the GUI. search_node – The node to build a search string for finding cards with the flag. action – The name of the action to assign the flag in the browser form.
- index: int#
- label: str#
- icon: aqt.theme.ColoredIcon#
- search_node: anki.collection.SearchNode#
- action: str#