qml: ClassicIndicators are now abstracted and built

The QtQuick counterpart just needs to be implemented
This commit is contained in:
Sergio Martins
2020-08-09 20:27:05 +01:00
parent 0e4ec055b2
commit cf692797b6
5 changed files with 37 additions and 22 deletions

View File

@@ -29,9 +29,7 @@ public:
void hover(QPoint globalPos) override;
QPoint posForIndicator(DropLocation) const override;
protected:
void showEvent(QShowEvent *) override;
void hideEvent(QHideEvent *) override;
void resizeEvent(QResizeEvent *) override;
bool onResize(QSize newSize) override;
void updateVisibility() override;
private:
friend class KDDockWidgets::Indicator;