Hi,

Qt 4.6
openSuSE 11.2

Using the style sheet I've set the title background color in a QDockWidget

QDockWidget::title {
background-color: #FF0000;
}

The elide points (...) disappear. If no style sheet is applied elidation works again.

any ideas?