QTreeView Item row
-
wrote on 16 Jun 2020, 09:51 last edited by
-
-
wrote on 16 Jun 2020, 12:04 last edited by
@Qt-Jo-Ha
Do you have experience in custom item delegates? -
wrote on 17 Jun 2020, 23:30 last edited by
@Qt-Jo-Ha
Then you can use delegate to do something likeif(index.parent().isValid()) opt.rect.setLeft(0);
in the reimplemented
paint
function.
1/6