qml: Show 4 proper indicators when dragging in a floating window

They don't do much yet, but at least appear.
This commit is contained in:
Sergio Martins
2020-08-11 01:29:36 +01:00
parent 5ccf15b9ed
commit 2c917dcd7c
11 changed files with 176 additions and 62 deletions

View File

@@ -36,6 +36,7 @@ private:
friend class KDDockWidgets::IndicatorWindow;
void raiseIndicators();
void setDropLocation(DropLocation);
void updateWindowPosition();
QWidgetOrQuick *const m_rubberBand;
IndicatorWindow *const m_indicatorWindow;