12#include "DropAreaWithCentralFrame_p.h"
18DropAreaWithCentralFrame::DropAreaWithCentralFrame(
QWidgetOrQuick *parent, MainWindowOptions options)
20 , m_centralFrame(createCentralFrame(options))
26DropAreaWithCentralFrame::~DropAreaWithCentralFrame()
30Frame *DropAreaWithCentralFrame::createCentralFrame(MainWindowOptions options)
32 Frame *frame =
nullptr;
36 if (hasPersistentCentralWidget) {
44 frame->setObjectName(QStringLiteral(
"central frame"));
Application-wide config to tune certain behaviours of the framework.