Add support for the rubber bands to be top-level

Worksaround a bug where they can't be transparent when embedded
in a MFC application
This commit is contained in:
Sergio Martins
2021-06-20 21:25:34 +01:00
parent 5d2e09de36
commit dfaf455624
2 changed files with 41 additions and 3 deletions

View File

@@ -49,8 +49,10 @@ Q_SIGNALS:
private:
friend class KDDockWidgets::Indicator;
friend class KDDockWidgets::IndicatorWindow;
bool rubberBandIsTopLevel() const;
void updateIndicatorsVisibility(bool visible);
void raiseIndicators();
QRect geometryForRubberband(QRect localRect) const;
void setDropLocation(DropLocation);
void updateWindowPosition();