maemo.org Bugzilla – Bug 10104
Maemo-themed widgets draw an opaque background
Last modified: 2010-05-05 19:42:39 UTC
You need to log in before you can comment on or make changes to this bug.
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.
Created an attachment (id=2686) [details] A test application that demonstrates the problem
Created an attachment (id=2687) [details] A screenshot of the sample application
Hi Martin, thanks for reporting this!