Double clicking on a tab will make it float
Also really required for Wayland, where we don't another way to float a single tab, as the float button affects all of them.
This commit is contained in:
@@ -47,6 +47,7 @@ protected:
|
||||
bool dragCanStart(QPoint pressPos, QPoint pos) const override;
|
||||
void mousePressEvent(QMouseEvent *) override;
|
||||
void mouseMoveEvent(QMouseEvent *e) override;
|
||||
void mouseDoubleClickEvent(QMouseEvent *e) override;
|
||||
private:
|
||||
TabWidget *const m_tabWidget;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user