Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.3
-
None
-
openSuSE 11.2
Plastique
Example created with QDesigner
Description
The title background color of a QDockWidget has been changed with the following style sheet:
QDockWidget::title {
background-color: #FF0000;
}
The elide points (...) disappear.
If no style sheet is applied or the "background-color: #FF0000" is commented the elidation works again.