12 #include "DropAreaWithCentralFrame_p.h"
18 DropAreaWithCentralFrame::DropAreaWithCentralFrame(
QWidgetOrQuick *parent, MainWindowOptions options)
20 , m_centralFrame(createCentralFrame(options))
26 DropAreaWithCentralFrame::~DropAreaWithCentralFrame()
30 Frame *DropAreaWithCentralFrame::createCentralFrame(MainWindowOptions options)
32 Frame *frame =
nullptr;
36 if (hasPersistentCentralWidget) {
43 frame = Config::self().frameworkWidgetFactory()->createFrame(
nullptr, frameOptions);
44 frame->setObjectName(QStringLiteral(
"central frame"));