Review Request: Make area switcher usable when KDevelop runs on an appmenu-enabled system
Aurélien Gâteau
agateau at kde.org
Thu Jun 7 20:09:16 UTC 2012
Le jeudi 7 juin 2012 20:37:04 David Nolden a écrit :
> The switcher was not shown in its correct position any more. It was
> available as a toolview widget, but when i tried to select it there,
> it instantly disappeared again. I guess this is a different issue
> though.
toolview? do you mean toolbar?
>
> Hmm, but I've never had appmenu-qt installed. Where does the code live
> which is responsible for the distinctions you mentioned regarding
> QMenuBar::isNativeMenuBar()?
On X11, Qt 4.8 has a plugin system for menubars. appmenu-qt implements a
plugin for this plugin system which exposes menubars through dbus.
If no plugin is installed, QMenuBar::isNativeMenuBar() should return false.
Aurélien
More information about the KDevelop-devel
mailing list