This commit is contained in:
Sergio Martins
2020-12-17 18:57:42 +00:00
parent 2fb70009cc
commit c3377431cc

View File

@@ -43,6 +43,10 @@ public:
CursorPosition_BottomLeft = CursorPosition_Bottom | CursorPosition_Left
};
/**
* @brief CTOR
* @param target The target widget that will be resized. Also acts as parent QObject.
*/
explicit WidgetResizeHandler(QWidgetOrQuick *target = nullptr);
~WidgetResizeHandler() override;