4 Star 2 Fork 1

pyminer / qtpyeditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.py 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
hzy15610046011 提交于 2021-01-30 11:53 . initial commit
# -*- coding:utf-8 -*-
# @Time: 2021/1/30 11:44
# @Author: Zhanyi Hou
# @Email: 1295752786@qq.com
# @File: test.py
from qtpy.QtWidgets import QApplication
from qtpyeditor.codeedit import PMPythonCodeEdit
if __name__ == '__main__':
app = QApplication([])
e = PMPythonCodeEdit()
e.show()
app.exec_()
Python
1
https://gitee.com/py2cn/qtpyeditor.git
git@gitee.com:py2cn/qtpyeditor.git
py2cn
qtpyeditor
qtpyeditor
main

搜索帮助