On Tue, Oct 16, 2007 at 01:56:54PM -0500, Bo Peng wrote: > > - what is that empty 1st column? > > I plan to use Qt::ItemIsUserCheckable to allow a user to disable > certain items, but this flag is not usable for TreeWidgetItem. I then > though of using a checkbox in the first column, but this is too > cumbersome. I guess in the end I will remove the first column and add > a remove button.
What about a QStandardItemModel in a TreeView (not TreeWidet)? Andre'