5#ifndef QWIDGETRESIZEHANDLER_P_H
6#define QWIDGETRESIZEHANDLER_P_H
19#include <QtWidgets/private/qtwidgetsglobal_p.h>
20#include "QtCore/qobject.h"
21#include "QtCore/qpoint.h"
68 QPoint invertedMoveOffset;
77 void setMouseCursor(MousePosition m);
78 bool isResizing()
const {
79 return active && mode != Center;