摘要: 找不到这个控件了,尴尬!!! 找到了,在这个地方,两个控件以上才能用 阅读全文
posted @ 2020-05-19 21:32 bH1pJ 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 找不到这个控件了,尴尬!!! 找到了,在这个地方,两个控件以上才能用 阅读全文
posted @ 2020-05-19 21:32 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 自己定义一套协议吧 阅读全文
posted @ 2020-05-19 19:55 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 自己定义一套协议吧 阅读全文
posted @ 2020-05-19 19:55 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 'a' in abcList 阅读全文
posted @ 2020-05-19 15:17 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 'a' in abcList 阅读全文
posted @ 2020-05-19 15:17 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 在treewidget中添加鼠标右击响应,比如添加树节点,删除树节点,编辑数节点的名字 关键一步: from GUI.Ui_atomTree import *from PyQt5.QtWidgets import *from lib.loadtempla... 阅读全文
posted @ 2020-05-19 10:29 bH1pJ 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 在treewidget中添加鼠标右击响应,比如添加树节点,删除树节点,编辑数节点的名字 关键一步: from GUI.Ui_atomTree import *from PyQt5.QtWidgets import *from lib.loadtempla... 阅读全文
posted @ 2020-05-19 10:29 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 如何理解QTreeWidget中的int column? 第一列 阅读全文
posted @ 2020-05-19 10:12 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 如何理解QTreeWidget中的int column? 第一列 阅读全文
posted @ 2020-05-19 10:12 bH1pJ 阅读(57) 评论(0) 推荐(0) 编辑
摘要: Pyqt5的Qt::Unchecked在哪? from PyQt5.QtCore import * atom = QTreeWidgetItem(unit, [units[i]['AtomList'][j]]) atom.setCheckState(0, Qt... 阅读全文
posted @ 2020-05-19 10:08 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Pyqt5的Qt::Unchecked在哪? from PyQt5.QtCore import * atom = QTreeWidgetItem(unit, [units[i]['AtomList'][j]]) atom.setCheckState(0, Qt... 阅读全文
posted @ 2020-05-19 10:08 bH1pJ 阅读(38) 评论(0) 推荐(0) 编辑