I have a simple Qt Mainwindow with a QDockWidget in it (Frameless Window). Now when the QDockWidget is undocked it can be resized by clicking the border of it and drag to new size.
The problem is, that the border is only 1 or 2 pixels wide and it is almost impossible to catch it on a big high resolution screen.
Is there any way to set the size of the border that can be grabbed to more than 1 pixel? (I do not want to use a QSizeGrip)