Controlling cursor size in qt applications
Unsolved
General and Desktop
-
I currently have several Qt applications that I use on my system. The problem is that on all Qt apps, for example konsole from kde and a custom application that I wrote, the cursor is very tiny.
My desktop environment is XFCE on X11. I have two monitors that are each 3840x2160 resolution. I can control the cursor on non-qt applications and XFCE itself through the XFCE settings app, but that has no effect on Qt based applications.
On a different monitor (1920x1200 resolution) the cursor size is fine.
I am using Qt-6.8.1.
How can I enlarge the cursor for qt apps on my high resolution monitors?