摘要: 官网文档 https://docs.python.org/3/howto/argparse.html # 简易教程 https://docs.python.org/3/library/argparse.html#module-argparse # 详细教程 add_argument()方法中的一些参 阅读全文
posted @ 2021-03-19 00:26 我在路上回头看 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 安装 pip install PyQt5 -i https://pypi.douban.com/simple pip install PyQt5-tools -i https://pypi.douban.com/simple 通过pycharm配置拓展 settings>Tools>External 阅读全文
posted @ 2021-03-19 00:14 我在路上回头看 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 开发pyqt5桌面应用 必须使用两个类:QApplication和QWidget。都在PyQt5.QtWidgets中 安装 pip install pyqt5 -i https://pypi.douban.com/simple pip install pyqt5-tools -i https:// 阅读全文
posted @ 2021-03-19 00:12 我在路上回头看 阅读(50) 评论(0) 推荐(0) 编辑