QWindowsXPStyle Class Reference

The QWindowsXPStyle class provides a Microsoft Windows XP-like look and feel.

  1. #include <QWindowsXPStyle>

Inherits: QWindowsStyle.

Inherited by: QWindowsVistaStyle.

Detailed Description

The QWindowsXPStyle class provides a Microsoft Windows XP-like look and feel.

Warning: This style is only available on the Windows XP platform because it makes use of Windows XP's style engine.

Most of the functions are documented in the base classes QWindowsStyle, QCommonStyle, and QStyle, but the QWindowsXPStyle overloads of drawComplexControl(), drawControl(), drawControlMask(), drawPrimitive(), proxy()->subControlRect(), and sizeFromContents(), are documented here.

See also QMacStyle, QWindowsStyle, QPlastiqueStyle, QCDEStyle, and QMotifStyle.

Public Functions

Toggle details QWindowsXPStyle

QWindowsXPStyleQWindowsXPStyle () ()

Constructs a QWindowsStyle

Look up this member in the source code.

Toggle details QWindowsXPStyle

~QWindowsXPStyle~QWindowsXPStyle () ()

Destroys the style.

Look up this member in the source code.

Toggle details void QWindowsXPStyle

drawComplexControldrawComplexControl ( ComplexControl cc , const QStyleOptionComplex *option , QPainter *p , const QWidget *widget=0 ...) ( ComplexControl cc , const QStyleOptionComplex *option , QPainter *p , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::drawComplexControl().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

drawControldrawControl ( ControlElement element , const QStyleOption *option , QPainter *p , const QWidget *widget=0 ...) ( ControlElement element , const QStyleOption *option , QPainter *p , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::drawControl().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

drawPrimitivedrawPrimitive ( PrimitiveElement pe , const QStyleOption *option , QPainter *p , const QWidget *widget=0 ...) ( PrimitiveElement pe , const QStyleOption *option , QPainter *p , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::drawPrimitive().

Look up this member in the source code.

Toggle details int QWindowsXPStyle

pixelMetricpixelMetric ( PixelMetric pm , const QStyleOption *option=0 , const QWidget *widget=0 ...) ( PixelMetric pm , const QStyleOption *option=0 , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::pixelMetric().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

polishpolish ( QApplication *app ) ( QApplication *app ) [virtual]

Reimplemented from QStyle::polish().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

polishpolish ( QWidget *widget ) ( QWidget *widget ) [virtual]

Reimplemented from QStyle::polish().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

polishpolish ( QPalette &pal ) ( QPalette &pal ) [virtual]

Reimplemented from QStyle::polish().

Look up this member in the source code.

Toggle details QSize QWindowsXPStyle

sizeFromContentssizeFromContents ( ContentsType ct , const QStyleOption *option , const QSize &contentsSize , const QWidget *widget=0 ...) ( ContentsType ct , const QStyleOption *option , const QSize &contentsSize , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::sizeFromContents().

Look up this member in the source code.

Toggle details QPalette QWindowsXPStyle

standardPalettestandardPalette () ()const [virtual]

Reimplemented from QStyle::standardPalette().

Look up this member in the source code.

Toggle details QPixmap QWindowsXPStyle

standardPixmapstandardPixmap ( StandardPixmap standardPixmap , const QStyleOption *option , const QWidget *widget=0 ...) ( StandardPixmap standardPixmap , const QStyleOption *option , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::standardPixmap().

Look up this member in the source code.

Toggle details int QWindowsXPStyle

styleHintstyleHint ( StyleHint hint , const QStyleOption *option=0 , const QWidget *widget=0 , QStyleHintReturn *returnData=0 ...) ( StyleHint hint , const QStyleOption *option=0 , const QWidget *widget=0 , QStyleHintReturn *returnData=0 )const [virtual]

Reimplemented from QStyle::styleHint().

Look up this member in the source code.

Toggle details QRect QWindowsXPStyle

subControlRectsubControlRect ( ComplexControl cc , const QStyleOptionComplex *option , SubControl subControl , const QWidget *widget=0 ...) ( ComplexControl cc , const QStyleOptionComplex *option , SubControl subControl , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::subControlRect().

Look up this member in the source code.

Toggle details QRect QWindowsXPStyle

subElementRectsubElementRect ( SubElement sr , const QStyleOption *option , const QWidget *widget=0 ...) ( SubElement sr , const QStyleOption *option , const QWidget *widget=0 )const [virtual]

Reimplemented from QStyle::subElementRect().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

unpolishunpolish ( QApplication *app ) ( QApplication *app ) [virtual]

Reimplemented from QStyle::unpolish().

Look up this member in the source code.

Toggle details void QWindowsXPStyle

unpolishunpolish ( QWidget *widget ) ( QWidget *widget ) [virtual]

Reimplemented from QStyle::unpolish().

Look up this member in the source code.

    Notes provided by the Qt Community

    No notes