-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.3.1
-
None
Hi,
After switching to Qt 6.3.1 noticed that text in tab bars is drawn in white color.
After research, it appeared that reason is
QTabWidget::setBackgroundRole(QPalette::Dark)
Here is example screenshot of project compiled with two different Qt versions,
Example is attached, please compile it with different Qt versions (6.24 should look ok, 6.3.1 looks not good).
.