[Bug 276855] KDE applications are not using the native widget style
Kevin Kofler
kevin.kofler at chello.at
Wed Feb 29 05:33:54 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=276855
--- Comment #7 from Kevin Kofler <kevin kofler chello at> 2012-02-29 05:33:48 ---
Actually, on X11, the code in KGlobalSettings got changed to not use
KStyle::default() directly. Instead, it is only used by the KDE Platform
plugin, which is only active in KDE Plasma workspaces sessions. See:
https://projects.kde.org/projects/kde/kdelibs/repository/entry/kdeui/kernel/kglobalsettings.cpp?rev=KDE%2F4.8#L924
So you (kdewin) are the only ones defaulting to Oxygen instead of the
platform's native style. (X11 uses the native style of the environment, Mac
uses the native Mac style etc.) Qt tries hard to look native, overriding that
is a very bad idea.
--
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 Kde-windows
mailing list