导航

随笔分类 -  Python

摘要:Souce code for the book: 图灵社区-图书 (ituring.com.cn) Chapter 1-10 Chapter 10-20 # places = ['lushan', 'zhangjiajie','aerbeisishan', 'sea', 'jiuzhaigou'] 阅读全文

posted @ 2021-09-10 11:35 ccjvl 阅读(286) 评论(0) 推荐(0)

摘要:直接载入,无需再生成相应的py文件。 参考:Using .ui files from Designer or QtCreator with QUiLoader and pyside6-uic — Qt for Python 入口文件 simpleApp.py from MainWindow impo 阅读全文

posted @ 2021-09-10 11:22 ccjvl 阅读(5083) 评论(0) 推荐(0)

摘要:安装好VS Code 和 PySide6后,安装扩展 Qt for Python. 需要用到以下命令在 cmd中 找到相关路径: where python 和 pip show PySide6 得到路径后,填入以下设置中: { "workbench.colorTheme": "Default Dar 阅读全文

posted @ 2021-09-10 11:07 ccjvl 阅读(2265) 评论(0) 推荐(0)

摘要:Python 3 Module of the Week — PyMOTW 3 PySide6安装使用及QT Designer UI设计 - 知乎 (zhihu.com) PyQt6 vs PySide6: What's the difference between the two Python Qt 阅读全文

posted @ 2021-09-07 16:18 ccjvl 阅读(552) 评论(0) 推荐(0)