TreeView in Python+QT
问题 I need to make a treeView with 4 columns with a checkbox in the first column. I have made the tree view, just that I do not put the checkbox in the first column. I tried but it gets me in every position (row, column ) ........... Here is my code: import sys from PyQt4.QtCore import * from PyQt4.QtGui import * from copy import deepcopy from cPickle import dumps, load, loads from cStringIO import StringIO class myNode(object): def __init__(self, name, state, description,otro, parent=None