Creating CRUD server through QT.
Unsolved
General and Desktop
-
I'm trying to fix Anki so it's compatible with QT 5.11.1. A ton of dummy threads end up getting created, causing the app to send incorrect file paths through QWebChannel. Believe this is a result of Anki mixing QT with Python's built in threading system, for the CRUD server behind the application. Is there a prerolled QT server class for CRUD operations, or a server that will take a handler for this?