how can we set a style sheet to one tableWidget item
Unsolved
General and Desktop
-
how can we set a style sheet to one tableWidget item
-
This is not possible. Styling can be applied to widgets & here item is not a widget. You can check with setData(...) function to customise item. If you want completely different cell, you need to write custom delegate & do paint on your own. It is long pole.
What you wanted to change in cell ?