Megaxela / QCodeEditor

Qt Code Editor widget.
MIT License
383 stars 118 forks source link

Feature request: Add PyQt5/6 or PySide5/6 bindings #44

Open liudonghua123 opened 2 years ago

liudonghua123 commented 2 years ago

It would be nice if it supports to use of this lib in PyQt5/6 or PySide5/6 app.

Duolabs commented 6 months ago

Did anybody succeed to compile it in QT6??

zimolab commented 2 months ago

It would be nice if it supports to use of this lib in PyQt5/6 or PySide5/6 app.

Hey, I have made a python port of this project, it based on qtpy, so it should work on PyQt5/6 or PySide5/6. You check the repo: https://github.com/zimolab/PyQCodeEditor.