hi,

I'm trying to modify the style sheet of some widgets. the problem is that, when I modify a property of the widget, all the other properties are gone.

for example when I modify the border of a groupbox with the following "QGroupBox {border: 1px}" the border-radius is resetted etc. When I modify the border of a QComboBox, all the color information is gone.

I am using the plastique style and I want to modify only some certain properties and leave the rest as it is ? Is there a way to do so ?

Sami