45 #include <QtGui/QCleanlooksStyle> 46 #include <QtGui/QPalette> 47 #include <QtGui/QFont> 48 #include <QtGui/QFileDialog> 56 #if !defined(QT_NO_STYLE_GTK) 86 const QWidget *widget = 0)
const;
119 const QWidget *widget = 0)
const;
void polish(QWidget *widget)
Reimplemented Function
The QPainter class performs low-level painting on widgets and other paint devices.
The QApplication class manages the GUI application's control flow and main settings.
QPixmap generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const
Reimplemented Function
SubControl
This enum describes the available sub controls.
QRect subElementRect(SubElement r, const QStyleOption *opt, const QWidget *widget=0) const
Reimplemented Function
StyleHint
This enum describes the available style hints.
The QStyleHintReturn class provides style hints that return more than basic data types.
#define QT_END_NAMESPACE
This macro expands to.
SubControl hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *w=0) const
Reimplemented Function
QPointer< QWidget > widget
ColorRole
The ColorRole enum defines the different symbolic color roles used in current GUIs.
The QPainterPath class provides a container for painting operations, enabling graphical shapes to be ...
QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget=0) const
ComplexControl
This enum describes the available complex controls.
PixelMetric
This enum describes the various available pixel metrics.
QPixmap standardPixmap(StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget=0) const
Reimplemented Function
The QString class provides a Unicode character string.
void drawControl(ControlElement ce, const QStyleOption *option, QPainter *painter, const QWidget *widget) const
Reimplemented Function
QSize sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const
Reimplemented Function
StandardPixmap
This enum describes the available standard pixmaps.
void drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const
Reimplemented Function
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStyleOption class stores the parameters used by QStyle functions.
ContentsType
This enum describes the available contents types.
Mode
This enum type describes the mode for which a pixmap is intended to be used.
The QCleanlooksStyle class provides a widget style similar to the Clearlooks style available in GNOME...
PrimitiveElement
This enum describes the various primitive elements.
QPalette standardPalette() const
Reimplemented Function
The QPoint class defines a point in the plane using integer precision.
The QRect class defines a rectangle in the plane using integer precision.
int pixelMetric(PixelMetric metric, const QStyleOption *option=0, const QWidget *widget=0) const
Reimplemented Function
The QPixmap class is an off-screen image representation that can be used as a paint device...
int styleHint(StyleHint hint, const QStyleOption *option=0, const QWidget *widget=0, QStyleHintReturn *returnData=0) const
Reimplemented Function
ControlElement
This enum represents a control element.
The QSize class defines the size of a two-dimensional object using integer point precision.
void drawComplexControl(ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
The QStyleOptionComplex class is used to hold parameters that are common to all complex controls...
void drawPrimitive(PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const
Reimplemented Function
QRect itemPixmapRect(const QRect &r, int flags, const QPixmap &pixmap) const
Reimplemented Function
void unpolish(QWidget *widget)
Reimplemented Function
QRect subControlRect(ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *widget) const
Reimplemented Function
SubElement
This enum represents a sub-area of a widget.
The QGtkStyle class provides a widget style rendered by GTK+.
void drawItemText(QPainter *painter, const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole=QPalette::NoRole) const
Draws the given text in the specified rectangle using the provided painter and palette.
The QPalette class contains color groups for each widget state.
The QIcon class provides scalable icons in different modes and states.