Added MainWindow::internalLayout()

Allows the application to add more widgets next to the drop area.
This commit is contained in:
Sergio Martins
2022-06-08 16:31:35 +01:00
parent 189fc7356a
commit 74dcbd994a
3 changed files with 16 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- X11: Fixed dragging a maximized floating window. Its size is now restored to normal size when the drag starts.
- Added DockWidgetBase::currentTabIndex()
- Added InitialVisibilityOption::PreserveCurrentTab
- Added MainWindow::internalLayout() for advanced customization
* v1.5.0 (24 November 2021)
- Install the Python bindings to "site-packages"