Bug 10104 - (int-167242) Maemo-themed widgets draw an opaque background
(int-167242)
: Maemo-themed widgets draw an opaque background
Status: UNCONFIRMED
Product: Desktop platform
Themes
: 5.0/(3.2010.02-8)
: N900 Maemo
: Unspecified normal (vote)
: ---
Assigned To: unassigned
: themes-bugs
:
:
:
:
  Show dependency tree
 
Reported: 2010-05-05 12:16 UTC by Martin Storsjö
Modified: 2010-05-05 19:42 UTC (History)
1 user (show)

See Also:


Attachments
A test application that demonstrates the problem (672 bytes, application/x-gzip)
2010-05-05 12:17 UTC, Martin Storsjö
Details
A screenshot of the sample application (26.29 KB, image/png)
2010-05-05 12:18 UTC, Martin Storsjö
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description Martin Storsjö (reporter) 2010-05-05 12:16:39 UTC
SOFTWARE VERSION:
3.2010.02-8

EXACT STEPS LEADING TO PROBLEM: 
1. Embed a maemo-themed widget in a QGraphicsView in Qt
2. Specify that the background of the widget should be translucent

EXPECTED OUTCOME:
The widget should be drawn seamlessly on top of the graphics view.

ACTUAL OUTCOME:
The widget is drawn with a black background regardless of the Qt translucent
background attribute.

REPRODUCIBILITY:
Always

OTHER COMMENTS:
This was reported as a Qt bug at
http://bugreports.qt.nokia.com/browse/QTBUG-10394, where it was determined to
be an issue with the Maemo theme.
Comment 1 Martin Storsjö (reporter) 2010-05-05 12:17:27 UTC
Created an attachment (id=2686) [details]
A test application that demonstrates the problem
Comment 2 Martin Storsjö (reporter) 2010-05-05 12:18:11 UTC
Created an attachment (id=2687) [details]
A screenshot of the sample application
Comment 3 Andre Klapper maemo.org 2010-05-05 19:42:39 UTC
Hi Martin, thanks for reporting this!