-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
The Qt version shown by Picard in the About dialog does not show the actual version of the Qt library in use but the version PyQt was build against.
The issue is the usage of PyQt5.QtCore.QT_VERSION_STR instead of PyQt5.QtCore.qVersion()