Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.4.1
-
None
-
692e9103ebb85b90e79377206d5d03b704d43d42
Description
The documentation states the separator of a QMainWindow can be styled using the following style sheet:
QMainWindow::separator
{ background: yellow; width: 10px; height: 10px; }However, the width/height properties seem to have no effect.