martinribelotta / uPyIDE

Micropython IDE
GNU General Public License v3.0
68 stars 18 forks source link

Port to Qt5 (changed from: Is this project beeing maintained?) #3

Open doquen opened 6 years ago

doquen commented 6 years ago

Hi: Is this project beeing maintained? Any plans to update to PyQt5?

martinribelotta commented 6 years ago

This project is not maintain at this time but if any peapole is interested, I can port this to Qt5.

doquen commented 6 years ago

Hi: I would like to help with the port. I don't have much time, but i think i can do something.

martinribelotta commented 6 years ago

Your help is welcome. You can start proving this recipe: http://pythonhosted.org/pyqode.qt/examples.html#pyqt5

doquen commented 6 years ago

Hi: I'll look for examples and try to do that. By the way, i saw that som places (like in termWidget.py) you already use PyQt5. Also, as pyqode is not maintained anymore, would it be better to use QScintilla? just an idea.