-
Bug
-
Resolution: Done
-
P2: Important
-
4.4.3
-
None
-
423cbcf1a26ce208d5440ffa0c7cd150ccfd8b3a
When using style sheet on a QSpinBox it should be posible to do:
QSpinBox:focus {
background-color: yellow;
}
or
QSpinBox::lineEdit:focus {
background-color: yellow;
}
Expected result would be that the background-color changes when the widget is in focus.