# Python代码编辑器 **Repository Path**: muziliuri/python-code-editor ## Basic Information - **Project Name**: Python代码编辑器 - **Description**: 用Qt写的一个Python代码编辑器,写着玩的。 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2020-10-11 - **Last Updated**: 2024-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### QScintilla 这是一个代码编辑控件,下载地址为:[QScintilla]( https://riverbankcomputing.com/software/qscintilla/download ); ### 步骤 构建一下(release,不是debug)QScintilla,生成dll; 修改pro文件中动态库的路径: `LIBS += -L你的release路径 -lqscintilla2_qt5` 然后构建一下项目应该就能用了;