Re: Question about the source code

2023-02-13 Thread Nate Graham
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

Re: Question about the source code

2023-02-11 Thread rubisetcie
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

Re: Question about the source code

2023-02-10 Thread Nate Graham
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

Question about the source code

2023-02-10 Thread rubisetcie
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 to edit the global *context menu behavior*, to make it appears when you *release* the right mouse button instead of pressing it. This is a tweak I'm trying to make to the who