I have the following stylesheet for QDockWidgets in a QT application. All things mentioned in the style work except for the font. Why is the "font" not detected and how can I change the font and size of the QDockWidget header?
QDockWidget::title { font: 18pt "Roboto Lt"; background: lightgray; padding-left: 10px; padding-top: 4px; }
source share