Document Window::interactiveMoveOffset()
This commit is contained in:
parent
2d5a69b1d2
commit
5d313fdd7b
1 changed files with 7 additions and 0 deletions
|
@ -1590,6 +1590,13 @@ protected:
|
|||
{
|
||||
m_interactiveMoveResize.unrestricted = set;
|
||||
}
|
||||
/**
|
||||
* Normalized position of the move resize anchor point relative to the top-left window
|
||||
* corner when the move resize operation started.
|
||||
*
|
||||
* QPointF(0, 0) corresponds to the top left window corner, QPointF(1, 1) corresponds to
|
||||
* the bottom right window corner.
|
||||
*/
|
||||
QPointF interactiveMoveOffset() const
|
||||
{
|
||||
return m_interactiveMoveResize.offset;
|
||||
|
|
Loading…
Reference in a new issue