You’re right
I’m confused, I don’t know how I missed this 
Just tested all version I have, problem is already here from 4.1.7
If nobody noticed it before, it might not be such a disturbing problem 
Yes and no 
The problem is not the same, but you can see a very strange string in window title bar: it stretched horizontally or vertically according to resize action…
This also occurs when no document is opened (but that’s barely noticeable)
But I can’t say if it’s related or not…
But it’s right that with graphic acceleration off, the big flickering effect is not here anymore…
My GC is strong enough to support many more than a window resizing 
Vendor: “NVIDIA Corporation”
Renderer: “GeForce GTX 1060 3GB/PCIe/SSE2”
Version: “4.6.0 NVIDIA 418.181.07”
Shading language: “4.60 NVIDIA”
Requested format: QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
Current format: QSurfaceFormat(version 4.6, options QFlagsQSurfaceFormat::FormatOption(DeprecatedFunctions), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 0, stencilBufferSize 0, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::CompatibilityProfile)
Version: 4.6
Supports deprecated functions true
is OpenGL ES: false
I have a doubt that is stressing the GPU…
On my laptop, with a less powerfull GC, problem is the same
Vendor: “Intel Open Source Technology Center”
Renderer: "Mesa DRI Intel® HD Graphics 520 (Skylake GT2) "
Version: “3.0 Mesa 18.3.6”
Shading language: “1.30”
Requested format: QSurfaceFormat(version 3.0, options QFlagsQSurfaceFormat::FormatOption(DeprecatedFunctions), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 0, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::CompatibilityProfile)
Current format: QSurfaceFormat(version 3.0, options QFlagsQSurfaceFormat::FormatOption(DeprecatedFunctions), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 0, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
Version: 3.0
Supports deprecated functions true
is OpenGL ES: false
Grum999