Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.8, 6.8.2, 6.9.0 Beta3
Description
When a font stylesheet (e.g. "QWidget { font-style: italic; font-weight: bold; text-decoration: underline; }") that's been applied to a QTableWidget is removed using QWidget::setStyleSheet(""), the styling is removed from the cells but remains applied to the headers.
To reproduce, run the attached example project.