4#ifndef QQUICKWINDOWSSTYLE_P_P_H 
    5#define QQUICKWINDOWSSTYLE_P_P_H 
   27class QWindowsStylePrivate;
 
   55    bool altDown()
 const { 
return alt_down; }
 
   56    bool alt_down = 
false;
 
   78    static qreal appDevicePixelRatio();
 
The QColor class provides colors based on RGB, HSV or CMYK values.
 
qreal devicePixelRatio() const
 
static qreal devicePixelRatio(const QWindow *win)
 
QColor activeCaptionColor
 
QColor activeGradientCaptionColor
 
static int fixedPixelMetric(QStyle::PixelMetric pm)
 
static qreal devicePixelRatio(const QStyleOption *option=nullptr)
 
static qreal nativeMetricScaleFactor(const QStyleOption *option=nullptr)
 
QList< const QWidget * > seenAlt
 
static int pixelMetricFromSystemDp(QStyle::PixelMetric pm, const QStyleOption *option=nullptr)
 
QColor inactiveGradientCaptionColor
 
QColor inactiveCaptionText
 
QColor inactiveCaptionColor
 
The QWindowsStyle class provides a Microsoft Windows-like look and feel.
 
\inmodule QtCore \reentrant
 
Combined button and popup list for selecting options.