Developing pyqt4 tree widget
问题 i need to write a tree?, in pyqt. It looks like this: Clients(this is text) Type A (this is a Clients child and has a checkbox) Type B (this is a Clients child and has a checkbox) Vendors(this is text) Mary (this is a Vendors child and has a checkbox) Arnold (this is a Vendors child and has a checkbox) Time Period Init(this is a Time Period child, and would be a calendarWidget for date selection) End (this is a Time Period child, and would be a calendarWidget for date selection) What would