Search code examples
c++qtqtreeviewqfilesystemmodel

background color for certain items(rows) in QFileSystemModel QTreeView


How do i set a custom background color for certain rows in a QFileSystemModel applied on a QTreeView?


Solution

  • you can use setData method and Qt::BackgroundColorRole to achieve that. This should work.