I want to make a custom window from a frameless widget. Basically it's a QFrame on which I've set a border with QSS. I've implemented a resize mechanism using the mouse events, basically I calculate the new geometry and set it in mouseMoveEvent(). The problem is that I get a flicker on the right / bottom side of the window, especially when I try to make the window smaller. I suppose that's because I send repaint events too fast through setGeometry(). Any ideas on how I could solve this?


Reply With Quote


Bookmarks