Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 python/pyside 程序中加入一个轻量级的文本编辑器。它应该能够做一些基本的事情,比如显示行号和语法高亮。
是否有一个模块/小部件,或者我必须自己制作一个?
试试 QScintilla,它是 Eric IDE 使用的组件
http://www.riverbankcomputing.co.uk/software/qscintilla
自己找这个: PySide QSyntaxHighlighter