Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top