View Single Post
Old 04-02-2025, 06:28 AM   #472
Sc0tsman
Junior Member
Sc0tsman began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2025
Device: Kindle Keyboard
Quote:
Originally Posted by dmeyer0 View Post
Making "Edit Collections manually..." work with Qt6 is actually surprisingly easy if you're comfortable with editing source code.

Just go to where your plugins live (~/Library/Preferences/calibre/plugins on my Mac), unzip "Kindle Collections.zip", and make a couple of minor changes to utilities.py:

where it references
QtGui.QTableWidgetItem.UserType
change that to
QtGui.QTableWidgetItem.ItemType.UserType

and where it references
Qt.ItemFlags
change that to
Qt.ItemFlag

zip "Kindle Collections.zip" back up, restart calibre, and it's just working for me. Hope this helps someone.

That works perfectly for me on an Kindle Keyboard (Jailbroken)

Very Happy
Sc0tsman is offline   Reply With Quote