Thread
:
Plugin devs: Upcoming migration to Qt 6
View Single Post
01-05-2022, 10:12 PM
#
71
kovidgoyal
creator of calibre
Posts: 45,400
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@DiapDealer: You just need to do
Code:
try: from qt.core import whatever except ImportError: from PyQt5.Qt import whatever
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS