The QWindowsStyle class provides a Microsoft Windows-like look and feel. More...
#include <QWindowsStyle>
Inherits QCommonStyle.
Inherited by QCleanlooksStyle, QMacStyle, QPlastiqueStyle, and QWindowsXPStyle.
QWindowsStyle () | |
~QWindowsStyle () |
virtual void | drawComplexControl ( ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * widget = 0 ) const |
virtual void | drawControl ( ControlElement ce, const QStyleOption * opt, QPainter * p, const QWidget * widget = 0 ) const |
virtual void | drawPrimitive ( PrimitiveElement pe, const QStyleOption * opt, QPainter * p, const QWidget * w = 0 ) const |
virtual int | pixelMetric ( PixelMetric pm, const QStyleOption * opt = 0, const QWidget * widget = 0 ) const |
virtual void | polish ( QApplication * app ) |
virtual void | polish ( QWidget * widget ) |
virtual void | polish ( QPalette & pal ) |
virtual QSize | sizeFromContents ( ContentsType ct, const QStyleOption * opt, const QSize & csz, const QWidget * widget = 0 ) const |
virtual QPixmap | standardPixmap ( StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget = 0 ) const |
virtual int | styleHint ( StyleHint hint, const QStyleOption * opt = 0, const QWidget * widget = 0, QStyleHintReturn * returnData = 0 ) const |
virtual QRect | subElementRect ( SubElement sr, const QStyleOption * opt, const QWidget * w = 0 ) const |
virtual void | unpolish ( QApplication * app ) |
virtual void | unpolish ( QWidget * widget ) |
virtual bool | eventFilter ( QObject * o, QEvent * e ) |
virtual void | timerEvent ( QTimerEvent * event ) |
The QWindowsStyle class provides a Microsoft Windows-like look and feel.
This style is Qt's default GUI style on Windows.
See also QWindowsXPStyle, QMacStyle, QPlastiqueStyle, QCDEStyle, and QMotifStyle.
Constructs a QWindowsStyle object.
Destroys the QWindowsStyle object.
Reimplemented from QStyle::drawComplexControl().
Reimplemented from QStyle::drawControl().
Reimplemented from QStyle::drawPrimitive().
Reimplemented from QObject::eventFilter().
Reimplemented from QStyle::pixelMetric().
Reimplemented from QStyle::polish().
Reimplemented from QStyle::polish().
Reimplemented from QStyle::polish().
Reimplemented from QStyle::sizeFromContents().
Reimplemented from QStyle::standardPixmap().
Reimplemented from QStyle::styleHint().
Reimplemented from QStyle::subElementRect().
Reimplemented from QObject::timerEvent().
Reimplemented from QStyle::unpolish().
Reimplemented from QStyle::unpolish().