tried to change the way
but it did not work
int row = rowCount(); // number of folders already in the model
insertRow(row); // add a new row
QModelIndex ind
= index
(row,
0);
// index of the newly created item insertColumn(0, ind); // add a column for future children of the item
int row = rowCount(); // number of folders already in the model
insertRow(row); // add a new row
QModelIndex ind = index(row, 0); // index of the newly created item
insertColumn(0, ind); // add a column for future children of the item
To copy to clipboard, switch view to plain text mode
by some algorithm to change ???
Bookmarks