Theme background in symbian.
-
I notice that a top level QWidget's background defaults to the theme background in Symbian.
Is there an easy way to detect if there is a background so the application can use it's own background if the system background is just plain black (as is the default on many phones) but use the system theme background otherwise. -
Not really. Qt doesn't really know the content of the QPixmap that contains the theme background. It is inquiried from the native side and displayed as-is. Even the "plain black" is returned as a valid bitmap from the native side.