fonol / anki-search-inside-add-card

An add-on providing full-text-search and PDF reading functionality to Anki's Add card dialog
https://ankiweb.net/shared/info/1781298089
GNU Affero General Public License v3.0
177 stars 24 forks source link

fixed url-to-pdf issue on anki qt6 version #363

Open 0x0501 opened 1 year ago

0x0501 commented 1 year ago

Url-to-pdf feature amended

When using url-to-pdf feature on anki qt6 version, anki crashed because it couldn't find the QPrinter module, so I import QPrinter directly from PyQt6.QtPrintSupport, despite of anki recommending using aqt.qt.

Issue tracker: #355

Vilhelm-Ian commented 7 months ago

@0x0501 I made a fork that is comptible with qt6. So I wouldn't be stealing your commit would you want to submit this pull request to my repo