Hi guys, i’m trying to resize my frameless window.
setWindowFlags(Qt::FramelessWindowHint)
I can do this using QSizeGrip, but it’s different from the original. Example:
QSizeGrip:
Original:
How to make a frameless window resize like the “original”?
↧