zengyh1900 / 3D-Human-Body-Shape

[ICIMCS'2017] Official Code for 3D Human Body Reshaping with Anthropometric Modeling
https://doi.org/10.1007/978-981-10-8530-7_10
MIT License
340 stars 105 forks source link

Updates to PyQt5 #19

Closed rockbot closed 4 years ago

rockbot commented 4 years ago

Hi! PyQt4 is no longer being maintained, so I took the liberty of upgrading this project from PyQt4 to PyQt5. It seems to work as intended - I hope it's helpful!

JeanPaul20 commented 4 years ago

Nice one, thank you

JeanPaul20 commented 4 years ago

What version of Python to you use to compile the program, 3.5 or the latest 3.8.1 ?

rockbot commented 4 years ago

I used Python version 3.7.4. I believe PyQt4 doesn't work with python < 3. I hope that's helpful!

grig8693 commented 4 years ago

Hello every one)) It Will be very helpful if update Pyqt4 to pyqt5 and puthon 3.7 and higher))

zengyh1900 commented 4 years ago

Hi @rockbot thank you so much for your contribution! I have merged this pull request, everything goes well. I used pyqt5 and python3.5 for testing on macOS.