example: Show usage of segmented indicators

This commit is contained in:
Sergio Martins
2020-08-23 16:57:48 +01:00
parent 283d814dc6
commit 113e6453ea
4 changed files with 22 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ public:
FloatingWindow *createFloatingWindow(Frame *frame, MainWindowBase *parent = nullptr) const override;
DropIndicatorOverlayInterface *createDropIndicatorOverlay(DropArea*) const override;
QWidgetOrQuick *createRubberBand(QWidgetOrQuick *parent) const override;
static DropIndicatorType s_dropIndicatorType;
private:
Q_DISABLE_COPY(DefaultWidgetFactory)
};