robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

Moving from PyQt5 to PyQt6 #63

Closed robertobucher closed 4 months ago

robertobucher commented 1 year ago

I've modified the files to work with both PyQt5 and PyQt6.

If the try to import he PyQt6 packages fails, pyimCoder starts with the packages of PyQt5. Due to the new approach of PyQt6 in handling the enum values, it can happens that some errors appears. Please, let me inform for every problem related to this issue.