代码拉取完成,页面将自动刷新
# altgraph
# chardet
# pefile
# pip
# pyinstaller
# pyinstaller-hooks-contrib
# pyperclip
# PySide6
# PySide6_Addons
# PySide6_Essentials
# pywin32-ctypes
# setuptools
# shiboken6
profiler = cProfile.Profile()
profiler.enable()
# 如果有参数就传给记事本打开(这样打包成exe双击txt就能被记事本打开),否则创建空窗口
if Notepad._instance is None:
JQEdit = Notepad()
else:
JQEdit = Notepad._instance
# Get filename from command line argument and open the file
filename = get_file_argument()
if filename:
JQEdit.read_file(filename)
JQEdit.show()
profiler.disable()
profiler.print_stats(sort='cumulative')
sys.exit(app.exec())
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。