Quote:
Originally Posted by davidfor
There are two related problems with this build.
Firstly, it looks like I uploaded the wrong version last night. It didn't have the fixes for the config dialog and Qt4/5 that I meant to put in. The places that you removed the ".toString()" from need to be converted by "convert_qvariant". Without this, it works OK in the Qt5 version, but you lose the settings from the drop-down lists in the Qt4 version.
I also saw the following error:
Code:
calibre, version 1.202.0
ERROR: Cannot generate cover: No cover settings exist named: "None"
This looks to be caused by the above problem. The Qt4 version wrote "None" as the setting for all the drop-downs. Then using the same library with the Qt5 version read "None" and displayed the error. It should only affect someone who swaps between the calibre builds with exactly the wrong plugin versions.
|
I should know better than to try posting quick updates from hotel rooms.
I believe this version corrects the issue.
Unfortunately, I also made the same mistake in my other plugins. I don't think I made it in kiwidude's plugins I ported because that's a piece of code I made myself.