Qt Creator mouse hover pop up effect/animation
-
Hello everyone,
how can I disable mouse hover pop up effect while inspecting the code?
In real scenario, this pop up is pretty annoying, because it jumps sometimes like 100 time a second while moving the mouse. I want to disable the animation or disable it completely.
One more question would be about customization of the design, is it possible? If I make "the code larger" (ctrl + mouse wheel) the content of this pop up is still small and the spaces between different information categories are huge (<br> + <hr> + <br>). Just pain :D
Thanks -
@Niik: You can at least change the tooltip in a way, that it only appears on pressed Shift key and mouseover: Edit > Preferences > Text Editor > Behavior > Mouse and Keyboard > Show help tooltips > On Shift+Mouseover
Regards
-
@Niik: You can at least change the tooltip in a way, that it only appears on pressed Shift key and mouseover: Edit > Preferences > Text Editor > Behavior > Mouse and Keyboard > Show help tooltips > On Shift+Mouseover
Regards
-
A aha_1980 has marked this topic as solved on