Details
Description
As the title suggests, extendFrameIntoClientArea function is not working for QWidget (unlike pyqt5).
TypeError: 'PySide2.QtWinExtras.QtWin.extendFrameIntoClientArea' called with wrong argument types: PySide2.QtWinExtras.QtWin.extendFrameIntoClientArea(Window, int, int, int, int) Supported signatures: PySide2.QtWinExtras.QtWin.extendFrameIntoClientArea(PySide2.QtGui.QWindow, int, int, int, int) PySide2.QtWinExtras.QtWin.extendFrameIntoClientArea(PySide2.QtGui.QWindow, PySide2.QtCore.QMargins)