qtquick: Ported Frame view to the new architecture

This commit is contained in:
Sergio Martins
2022-05-08 12:20:33 +01:00
parent 7ba5d1de3b
commit 984bcd5f06
8 changed files with 213 additions and 473 deletions

View File

@@ -59,6 +59,7 @@ public:
int currentIndex() const override;
bool insertDockWidget(int index, Controllers::DockWidget *, const QIcon &, const QString &title) override;
Q_INVOKABLE void setCurrentDockWidget(int index) override;
Controllers::DockWidget *currentDockWidget() const;
/// @brief Returns the tab bar as a QObject for QML.
/// As the base class is not a QObject.