anki/qt
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
..
aqt use Qt search path instead of resource system 2021-10-12 16:17:08 +10:00
icons move remaining Filter button items into sidebar 2021-02-05 18:58:22 +10:00
linux Quote $PREFIX properly for paths with spaces 2021-09-23 01:24:52 +00:00
mac exclude Mac dylib from '...' 2021-02-04 20:41:08 +10:00
tests bump minimum Python to 3.9 2021-10-04 15:05:15 +10:00
tools Add hook after selecting a new note type in the add window 2021-09-24 21:54:33 -05:00
.isort.cfg initial Bazel conversion 2020-11-01 14:26:58 +10:00
.pylintrc update Python deps 2021-10-02 23:52:23 +10:00
bazelfixes.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
BUILD.bazel update to latest mypy 2021-06-16 16:04:59 +10:00
dmypy.py move proto files into separate py_library in same namespace 2021-07-11 14:51:25 +10:00
mypy.ini bump minimum Python to 3.9 2021-10-04 15:05:15 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
runanki.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00

Python's Qt GUI is in aqt/