diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-08 09:18:52 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2010-01-08 10:26:52 (GMT) |
commit | 9b0502aa6abf6bb9c07f205bccdf2d9c65027bde (patch) | |
tree | 638d573a1ad45e91b5e2de984c122d7de86fac9e /tests/auto | |
parent | 59a8e0200b912481ff750401ef10c588ad9bd872 (diff) | |
download | Qt-9b0502aa6abf6bb9c07f205bccdf2d9c65027bde.zip Qt-9b0502aa6abf6bb9c07f205bccdf2d9c65027bde.tar.gz Qt-9b0502aa6abf6bb9c07f205bccdf2d9c65027bde.tar.bz2 |
Fixes: Checked QPushbutton ignores stylesheet backround:
This is because the light() color of the palette is used and it was
not modified.
Task-number: QTBUG-7216
Reviewed-by: jbache
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/uiloader/baseline/css_buttons_background.ui | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/auto/uiloader/baseline/css_buttons_background.ui b/tests/auto/uiloader/baseline/css_buttons_background.ui index f1fa0bc..3d80aeb 100644 --- a/tests/auto/uiloader/baseline/css_buttons_background.ui +++ b/tests/auto/uiloader/baseline/css_buttons_background.ui @@ -89,6 +89,19 @@ color: yellow; </property> </widget> </item> + <item row="5" column="0"> + <widget class="QPushButton" name="pushButton_4"> + <property name="text"> + <string>Checked</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> @@ -149,6 +162,19 @@ color: yellow; </property> </widget> </item> + <item row="5" column="0"> + <widget class="QPushButton" name="pushButton_5"> + <property name="text"> + <string>Checked</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> @@ -209,6 +235,19 @@ color: yellow; </property> </widget> </item> + <item row="5" column="0"> + <widget class="QPushButton" name="pushButton_6"> + <property name="text"> + <string>Checked</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> |