Re: [Interest] QTreeView background color

2025-03-22 Thread Volker Hilsheimer via Interest
> On 21 Mar 2025, at 20:55, Scott Bloom wrote: > > I’m trying to set the background color on a model by returning a color inside > my models::data function. > The usage flow is as follows: > • User selects a row > • Clicks and “action button” (or possibly a double click on the row) >

[Interest] QTreeView background color

2025-03-21 Thread Scott Bloom
I'm trying to set the background color on a model by returning a color inside my models::data function. The usage flow is as follows: * User selects a row * Clicks and "action button" (or possibly a double click on the row) * The action is triggered, which should cause the row to cha