PyQt treewiget添加复选框,并获取是否选中

# -*- coding: utf-8 -*- import sys from PyQt4.QtGui import * from PyQt4.QtCore import * class TreeWidget(QWidget): def __init__(self): super(TreeWidget, self).__init__() self.s
相关文章
相关标签/搜索