Anki/qt/aqt/browser/table
RumovZ f89811870e Calculate number of selected rows manually
`len(self._view.selectionModel().selectedRows())` is slow for large
selections, because Qt queries flags() for every selected cell, so we
calculate the number of selected rows ourselves.
2021-09-27 10:15:53 +02:00
..
__init__.py Rename violet to pink 2021-06-01 18:14:43 +02:00
model.py Switch to new row before deleting notes 2021-09-25 17:28:38 +02:00
state.py Add pylib/browser.py for literal config keys 2021-07-05 12:44:48 +02:00
table.py Calculate number of selected rows manually 2021-09-27 10:15:53 +02:00