12class QPlatformIntegration;
17QSK_EXPORT qreal qskGlobalScaleFactor();
19QSK_EXPORT
bool qskMaybeDesktopPlatform();
20QSK_EXPORT QRect qskPlatformScreenGeometry(
const QScreen* );
22QSK_EXPORT
const QPlatformIntegration* qskPlatformIntegration();
23QSK_EXPORT
const QPlatformTheme* qskPlatformTheme();
25QSK_EXPORT qreal qskInchesToPixels(
const QQuickWindow*, qreal mm );
26QSK_EXPORT qreal qskMMToPixels(
const QQuickWindow*, qreal mm );