[Bug 242271] New: Oxygen style causes Qt program to not display png background graphic
philipp_muenzel at web.de
philipp_muenzel at web.de
Sun Jun 20 16:18:42 BST 2010
https://bugs.kde.org/show_bug.cgi?id=242271
Summary: Oxygen style causes Qt program to not display png
background graphic
Product: kde
Version: unspecified
Platform: openSUSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: unassigned-bugs at kde.org
ReportedBy: philipp_muenzel at web.de
Version: unspecified (using KDE 4.3.5)
OS: Linux
When loading a png file to a QPixmap and let a QPainter draw this pixmap, the
png graphic does not show up when "Oxygen" style is selected via qtconfig. When
selecting a different style like "Plastique", the Pixmap is immediately
rendered correctly.
Reproducible: Always
Steps to Reproduce:
QPixmap background(QPixmap("example.png"));
QPainter painter;
painter.drawPixmap(background);
Actual Results:
When selecting "Oxygen" as theme in qtconfig, a grey square is displayed
instead of the exmaple.png. When selecting any other style, the png is
displayed.
Expected Results:
png should be drawn also when oxygen style is selected.
Qt is 4.6.3
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list