That's a harder question as the behaviors are a mix of KDE code and Qt
code. I'd suggest starting in the KDE code and tracing it down the stack.
Nate
On 2/11/23 08:34, rubisetcie wrote:
Hello Nate, thank you very much for your response!
As far as I have looked at the Qt source code, there se
Hello Nate, thank you very much for your response!
As far as I have looked at the Qt source code, there seem to be an obscure
flag in *QPlatformTheme* called "*ContextMenuOnMouseRelease*", which I
believe is about this behavior.
If so, it may be easier to change it than I thought...
I would like
Hello Matthieu,
This behavior comes from Qt, not any KDE code. You might try looking at
the source code for QMenu.
Good luck!
Nate
On 2/10/23 06:00, rubisetcie wrote:
Hello KDE core developer team, I hope you're having a good day.
I have a question about the KDE source code : I would like