Quote:
Originally Posted by jackie_w
app.exec_() works OK with calibre v3.48-v5.34 but not with v5.99.2, which needs to be app.exec().
app.exec() works OK from v5.0-v5.99.2 but not with v3.48-v4.23.
Is there a neat way to handle both simultaneously? I did notice that dlg.exec_() still works in v5.99.2 where dlg is a QDialog object.
|
Looking at
https://github.com/kovidgoyal/calibr...yqt6_compat.py, app.exec_ is not on the list, but QDialog.exec_ is.