How resizeEvent filter drag resize action ?
Unsolved
General and Desktop
-
showNormal(), showFullScreen(), QWidget.resize() ... will emit resizeEvent, I need capture window drag resize event.
@sonichy said in How resizeEvent filter drag resize action ?:
window drag resize event
What is that?
https://doc.qt.io/qt-5/qwidget.html#resizeEvent should work.