The QS60Style class provides a look and feel suitable for applications on S60. More...
#include <QS60Style>
Inherits: QCommonStyle.
This class was introduced in Qt 4.6.
QS60Style () | |
~QS60Style () |
virtual void | drawComplexControl ( ComplexControl control, const QStyleOptionComplex * option, QPainter * painter, const QWidget * widget = 0 ) const |
virtual void | drawControl ( ControlElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget = 0 ) const |
virtual void | drawPrimitive ( PrimitiveElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget = 0 ) const |
virtual bool | event ( QEvent * e ) |
virtual int | pixelMetric ( PixelMetric metric, const QStyleOption * option = 0, const QWidget * widget = 0 ) const |
virtual void | polish ( QWidget * widget ) |
virtual void | polish ( QApplication * application ) |
virtual QSize | sizeFromContents ( ContentsType ct, const QStyleOption * opt, const QSize & csz, const QWidget * widget = 0 ) const |
virtual int | styleHint ( StyleHint sh, const QStyleOption * opt = 0, const QWidget * widget = 0, QStyleHintReturn * hret = 0 ) const |
virtual QRect | subControlRect ( ComplexControl control, const QStyleOptionComplex * option, SubControl scontrol, const QWidget * widget = 0 ) const |
virtual QRect | subElementRect ( SubElement element, const QStyleOption * opt, const QWidget * widget = 0 ) const |
virtual void | unpolish ( QWidget * widget ) |
virtual void | unpolish ( QApplication * application ) |
The QS60Style class provides a look and feel suitable for applications on S60.
See also QMacStyle, QWindowsStyle, QWindowsXPStyle, QWindowsVistaStyle, QPlastiqueStyle, QCleanlooksStyle, and QMotifStyle.
Constructs a QS60Style object.
Destroys the style.
Reimplemented from QStyle::drawComplexControl().
Reimplemented from QStyle::drawControl().
Reimplemented from QStyle::drawPrimitive().
Reimplemented from QObject::event().
Reimplemented from QStyle::pixelMetric().
Reimplemented from QStyle::polish().
Reimplemented from QStyle::polish().
Reimplemented from QStyle::sizeFromContents().
Reimplemented from QStyle::styleHint().
Reimplemented from QStyle::subControlRect().
Reimplemented from QStyle::subElementRect().
Reimplemented from QStyle::unpolish().
Reimplemented from QStyle::unpolish().