Quote:
Originally Posted by KevinH
How much of your special QApplication wrapper from plugin_utils.py is still needed?
Should we be pulling out the old PyQt5 and compatibility code just leaving PySide6 and whatever QApplication wrappering it still needed and adding the much smaller resulting plugin_utils.py to be part of Sigil's official internal plugin launcher code?
Might be a good idea.
Thoughts?
|
I was thinking much the same thing. The application wrappering is still handy for a variety of things, but maybe a "light" version with no PyQt5 compatibility stuff is in order.