UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.27k stars 241 forks source link

Cannot change cell background color in QTableWidget #65

Closed pysty1995 closed 2 years ago

pysty1995 commented 2 years ago

Hi, Thanks for your hard work.

Currently i am having a issue that i cannot change QTableWidget cell background color when use "apply_stylesheet". Without "apply_stylesheet" i am able to change the cell's property. Please help.

YeisonCardona commented 2 years ago

Hi @pysty1995

Did you check this issue?

pysty1995 commented 2 years ago

Thanks a lot.