13#include "core/DockRegistry_p.h"
14#include "core/DragController_p.h"
23QtQuickHelpers::QtQuickHelpers()
26 Q_EMIT groupInMDIResizeChanged();
28 m_connections.push_back(std::move(conn));
31 Q_EMIT isDraggingChanged();
33 m_connections.push_back(std::move(conn2));
36qreal QtQuickHelpers::logicalDpiFactor(
const QQuickItem *)
const
42QObject *QtQuickHelpers::groupViewInMDIResize()
const
50bool QtQuickHelpers::isDragging()
const
52 return Core::DragController::instance()->isDragging();
55QString QtQuickHelpers::generateUuid()
const
A ScopedConnection is a RAII-style way to make sure a Connection is disconnected.
QString toString() const const