Add TabBar::frame()

Returns the Frame this TabBar is in.
This commit is contained in:
Sergio Martins
2020-09-14 21:07:51 +01:00
parent ee4d720c51
commit 5293943a50
2 changed files with 7 additions and 0 deletions

View File

@@ -82,6 +82,8 @@ public:
DockWidgetBase *singleDockWidget() const override;
Frame *frame() const;
private:
TabWidget *const m_tabWidget;
QPointer<DockWidgetBase> m_lastPressedDockWidget = nullptr;