Hi!
I use QTableWidget in one of my projects. The desired functioning is: every x seconds show some extended, colored items.
My problem is, that after I set the background color and extend some items, it works correctly. But when I change aftert x sec the background color and I extend other way the same items, the grid of the previous colored, extended items will be stuck and keep this previous color.
I tried to extend the whole table to one cell with background color white, and after extend to the other way, but henceforward the grid was stuck to the previous color.
Other solution could be to set the column width 0, but I've already tried and no effect.
Any idea, comment, experience?
Thanks,
virag
Bookmarks