anki/qt/aqt/browser
Damien Elmes e357dbf6b3 use Qt search path instead of resource system
Means URLs like :/icons/foo.jpg should become icons:foo.jpg

This is part of the prep work for a PyQt6 update. PyQt6 has dropped
pyrcc, so we can longer generate the icons_qrc.py file we did previously.

Qt Designer expects us to use the resource system, so we continue to
generate the icons.qrc file to make editing the UI files easier. But at
runtime, we no longer use that file.
2021-10-12 16:17:08 +10:00
..
sidebar use Qt search path instead of resource system 2021-10-12 16:17:08 +10:00
table run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
card_info.py split browser dialogs into separate files 2021-05-08 15:08:45 +10:00
find_and_replace.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
find_duplicates.py Keep the list of duplicates up-to-date before tagging (#1404) 2021-10-07 12:49:41 +10:00
previewer.py use Qt search path instead of resource system 2021-10-12 16:17:08 +10:00