Files
KDDockWidgets/examples/dockwidgets
Sergio Martins 1ccdf445eb Introduce MainWindowOption_HasCentralWidget
You can now set an arbitrary widget as "central widget".
It's similar to MainWindowOption_HasCentralFrame, however the widget
won't be detachable and won't show tabs.

Similar to what you'd get with QMainWindow central widget concept.

Example:
    QWidget *myWidget = new MyWidget();
    mainWindow->setPersistentCentralWidget(myWidget);

Fixes #225
2021-08-30 10:12:46 +01:00
..
2021-01-02 09:27:50 -05:00
2021-01-02 09:27:50 -05:00
2021-01-02 09:27:50 -05:00