Add support for placeholders
So dock widgets remember their previous position so can be restored. TODO: Support playing with dock widget visibility
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
using namespace KDDockWidgets;
|
||||
|
||||
DockWidget::Options s_dockWidgetOptions = DockWidget::Option_NotClosable;
|
||||
DockWidget::Options s_dockWidgetOptions = DockWidget::Option_None; // DockWidget::Option_NotClosable;
|
||||
|
||||
static MyWidget *newMyWidget()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user