summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-09-20 23:22:36 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-03 09:56:09 +0200
commite86df8cc4b6a522fac909687d48b269c7f5108b6 (patch)
tree3b3157049b3dabe3432052415237bf1c1765c89b /src/widgets/styles
parent7f57f2912569cb6e728cc14afae71923f83ad663 (diff)
Move the documentation for the classes to their modules.
All documented classes under src/widgets should now be under the QtWidgets module in the documentation. The QtPrintSupport classes should now be under the QtPrintSupport module in the documentation. Change-Id: I236b15443b8b93a61578a1d10f52b64dba938f29 Reviewed-on: http://codereview.qt-project.org/5520 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/styles')
-rw-r--r--src/widgets/styles/qcdestyle.cpp1
-rw-r--r--src/widgets/styles/qcleanlooksstyle.cpp2
-rw-r--r--src/widgets/styles/qcommonstyle.cpp1
-rw-r--r--src/widgets/styles/qdrawutil.cpp8
-rw-r--r--src/widgets/styles/qgtkstyle.cpp2
-rw-r--r--src/widgets/styles/qmacstyle.qdoc1
-rw-r--r--src/widgets/styles/qmotifstyle.cpp1
-rw-r--r--src/widgets/styles/qplastiquestyle.cpp2
-rw-r--r--src/widgets/styles/qproxystyle.cpp2
-rw-r--r--src/widgets/styles/qs60style.cpp1
-rw-r--r--src/widgets/styles/qstyle.cpp1
-rw-r--r--src/widgets/styles/qstylefactory.cpp1
-rw-r--r--src/widgets/styles/qstyleoption.cpp65
-rw-r--r--src/widgets/styles/qstylepainter.cpp1
-rw-r--r--src/widgets/styles/qstyleplugin.cpp1
-rw-r--r--src/widgets/styles/qwindowsstyle.cpp1
-rw-r--r--src/widgets/styles/qwindowsvistastyle.cpp1
-rw-r--r--src/widgets/styles/qwindowsxpstyle.cpp1
18 files changed, 91 insertions, 2 deletions
diff --git a/src/widgets/styles/qcdestyle.cpp b/src/widgets/styles/qcdestyle.cpp
index bb97b8a8a1..426ab19007 100644
--- a/src/widgets/styles/qcdestyle.cpp
+++ b/src/widgets/styles/qcdestyle.cpp
@@ -73,6 +73,7 @@ QT_BEGIN_NAMESPACE
\brief The QCDEStyle class provides a CDE look and feel.
\ingroup appearance
+ \inmodule QtWidgets
This style provides a slightly improved Motif look similar to some
versions of the Common Desktop Environment (CDE). The main
diff --git a/src/widgets/styles/qcleanlooksstyle.cpp b/src/widgets/styles/qcleanlooksstyle.cpp
index 7ddac81be8..567efa8851 100644
--- a/src/widgets/styles/qcleanlooksstyle.cpp
+++ b/src/widgets/styles/qcleanlooksstyle.cpp
@@ -593,6 +593,8 @@ static void qt_cleanlooks_draw_mdibutton(QPainter *painter, const QStyleOptionTi
Clearlooks style available in GNOME.
\since 4.2
+ \inmodule QtWidgets
+
The Cleanlooks style provides a look and feel for widgets
that closely resembles the Clearlooks style, introduced by Richard
Stellingwerff and Daniel Borgmann.
diff --git a/src/widgets/styles/qcommonstyle.cpp b/src/widgets/styles/qcommonstyle.cpp
index 8dcbb3105d..31311a50f4 100644
--- a/src/widgets/styles/qcommonstyle.cpp
+++ b/src/widgets/styles/qcommonstyle.cpp
@@ -96,6 +96,7 @@ QT_BEGIN_NAMESPACE
\brief The QCommonStyle class encapsulates the common Look and Feel of a GUI.
\ingroup appearance
+ \inmodule QtWidgets
This abstract class implements some of the widget's look and feel
that is common to all GUI styles provided and shipped as part of
diff --git a/src/widgets/styles/qdrawutil.cpp b/src/widgets/styles/qdrawutil.cpp
index 94cec208d0..5cd7bae658 100644
--- a/src/widgets/styles/qdrawutil.cpp
+++ b/src/widgets/styles/qdrawutil.cpp
@@ -747,8 +747,12 @@ void qDrawPlainRect(QPainter *p, const QRect &r, const QColor &c,
\class QTileRules
\since 4.6
- Holds the rules used to draw a pixmap or image split into nine segments,
- similar to \l{http://www.w3.org/TR/css3-background/}{CSS3 border-images}.
+ \inmodule QtWidgets
+
+ \brief The QTileRules class provides the rules used to draw a
+ pixmap or image split into nine segments.
+
+ Spliiting is similar to \l{http://www.w3.org/TR/css3-background/}{CSS3 border-images}.
\sa Qt::TileRule, QMargins
*/
diff --git a/src/widgets/styles/qgtkstyle.cpp b/src/widgets/styles/qgtkstyle.cpp
index 32e04928da..da39c95a58 100644
--- a/src/widgets/styles/qgtkstyle.cpp
+++ b/src/widgets/styles/qgtkstyle.cpp
@@ -170,6 +170,8 @@ static GdkColor fromQColor(const QColor &color)
\brief The QGtkStyle class provides a widget style rendered by GTK+
\since 4.5
+ \inmodule QtWidgets
+
The QGtkStyle style provides a look and feel that integrates well
into GTK-based desktop environments such as the XFCe and GNOME.
diff --git a/src/widgets/styles/qmacstyle.qdoc b/src/widgets/styles/qmacstyle.qdoc
index e6cb79cc53..709332aa1d 100644
--- a/src/widgets/styles/qmacstyle.qdoc
+++ b/src/widgets/styles/qmacstyle.qdoc
@@ -31,6 +31,7 @@
\brief The QMacStyle class provides a Mac OS X style using the Apple Appearance Manager.
\ingroup appearance
+ \inmodule QtWidgets
This class is implemented as a wrapper to the HITheme
APIs, allowing applications to be styled according to the current
diff --git a/src/widgets/styles/qmotifstyle.cpp b/src/widgets/styles/qmotifstyle.cpp
index c24ff4ff59..c1c1ffccd5 100644
--- a/src/widgets/styles/qmotifstyle.cpp
+++ b/src/widgets/styles/qmotifstyle.cpp
@@ -94,6 +94,7 @@ static const int motifCheckMarkSpace = 16;
\brief The QMotifStyle class provides Motif look and feel.
\ingroup appearance
+ \inmodule QtWidgets
This class implements the Motif look and feel. It closely
resembles the original Motif look as defined by the Open Group,
diff --git a/src/widgets/styles/qplastiquestyle.cpp b/src/widgets/styles/qplastiquestyle.cpp
index efff1a5bbe..278ec2b9cb 100644
--- a/src/widgets/styles/qplastiquestyle.cpp
+++ b/src/widgets/styles/qplastiquestyle.cpp
@@ -1019,6 +1019,8 @@ QPlastiqueStylePrivate::~QPlastiqueStylePrivate()
\brief The QPlastiqueStyle class provides a widget style similar to the
Plastik style available in KDE.
+ \inmodule QtWidgets
+
The Plastique style provides a default look and feel for widgets on X11
that closely resembles the Plastik style, introduced by Sandro Giessl in
KDE 3.2.
diff --git a/src/widgets/styles/qproxystyle.cpp b/src/widgets/styles/qproxystyle.cpp
index 476a758992..b41e85f31c 100644
--- a/src/widgets/styles/qproxystyle.cpp
+++ b/src/widgets/styles/qproxystyle.cpp
@@ -58,6 +58,8 @@ QT_BEGIN_NAMESPACE
\since 4.6
+ \inmodule QtWidgets
+
A QProxyStyle wraps a QStyle (usually the default system style) for the
purpose of dynamically overriding painting or other specific style behavior.
diff --git a/src/widgets/styles/qs60style.cpp b/src/widgets/styles/qs60style.cpp
index 634cf00536..df20265c1e 100644
--- a/src/widgets/styles/qs60style.cpp
+++ b/src/widgets/styles/qs60style.cpp
@@ -979,6 +979,7 @@ QPixmap QS60StylePrivate::placeHolderTexture()
\brief The QS60Style class provides a look and feel suitable for applications on S60.
\since 4.6
\ingroup appearance
+ \inmodule QtWidgets
\sa QMacStyle, QWindowsStyle, QWindowsXPStyle, QWindowsVistaStyle, QPlastiqueStyle, QCleanlooksStyle, QMotifStyle
*/
diff --git a/src/widgets/styles/qstyle.cpp b/src/widgets/styles/qstyle.cpp
index c6e4b488c1..32fe0ce923 100644
--- a/src/widgets/styles/qstyle.cpp
+++ b/src/widgets/styles/qstyle.cpp
@@ -86,6 +86,7 @@ static int unpackControlTypes(QSizePolicy::ControlTypes controls, QSizePolicy::C
\brief The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.
\ingroup appearance
+ \inmodule QtWidgets
Qt contains a set of QStyle subclasses that emulate the styles of
the different platforms supported by Qt (QWindowsStyle,
diff --git a/src/widgets/styles/qstylefactory.cpp b/src/widgets/styles/qstylefactory.cpp
index 83b67484b8..8c1b9cb7e1 100644
--- a/src/widgets/styles/qstylefactory.cpp
+++ b/src/widgets/styles/qstylefactory.cpp
@@ -91,6 +91,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
\brief The QStyleFactory class creates QStyle objects.
\ingroup appearance
+ \inmodule QtWidgets
The QStyle class is an abstract base class that encapsulates the
look and feel of a GUI. QStyleFactory creates a QStyle object
diff --git a/src/widgets/styles/qstyleoption.cpp b/src/widgets/styles/qstyleoption.cpp
index 90cfd427ed..01e3f0e384 100644
--- a/src/widgets/styles/qstyleoption.cpp
+++ b/src/widgets/styles/qstyleoption.cpp
@@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE
\brief The QStyleOption class stores the parameters used by QStyle functions.
\ingroup appearance
+ \inmodule QtWidgets
QStyleOption and its subclasses contain all the information that
QStyle functions need to draw a graphical element.
@@ -367,6 +368,8 @@ QStyleOption &QStyleOption::operator=(const QStyleOption &other)
\brief The QStyleOptionFocusRect class is used to describe the
parameters for drawing a focus rectangle with QStyle.
+ \inmodule QtWidgets
+
For performance reasons, the access to the member variables is
direct (i.e., using the \c . or \c -> operator). This low-level feel
makes the structures straightforward to use and emphasizes that
@@ -449,6 +452,8 @@ QStyleOptionFocusRect::QStyleOptionFocusRect(int version)
\brief The QStyleOptionFrame class is used to describe the
parameters for drawing a frame.
+ \inmodule QtWidgets
+
QStyleOptionFrame is used for drawing several built-in Qt widgets,
including QFrame, QGroupBox, QLineEdit, and QMenu. Note that to
describe the parameters necessary for drawing a frame in Qt 4.1 or
@@ -556,6 +561,7 @@ QStyleOptionFrame::QStyleOptionFrame(int version)
parameters necessary for drawing a frame in Qt 4.1 or above.
\since 4.1
+ \inmodule QtWidgets
QStyleOptionFrameV2 inherits QStyleOptionFrame which is used for
drawing several built-in Qt widgets, including QFrame, QGroupBox,
@@ -689,6 +695,7 @@ QStyleOptionFrameV2 &QStyleOptionFrameV2::operator=(const QStyleOptionFrame &oth
parameters necessary for drawing a frame in Qt 4.1 or above.
\since 4.5
+ \inmodule QtWidgets
QStyleOptionFrameV3 inherits QStyleOptionFrameV2
@@ -793,6 +800,7 @@ QStyleOptionFrameV3 &QStyleOptionFrameV3::operator=(const QStyleOptionFrame &oth
\brief The QStyleOptionViewItemV2 class is used to describe the
parameters necessary for drawing a frame in Qt 4.2 or above.
\since 4.2
+ \inmodule QtWidgets
QStyleOptionViewItemV2 inherits QStyleOptionViewItem.
@@ -914,6 +922,7 @@ QStyleOptionViewItemV2 &QStyleOptionViewItemV2::operator=(const QStyleOptionView
\brief The QStyleOptionViewItemV3 class is used to describe the
parameters necessary for drawing a frame in Qt 4.3 or above.
\since 4.3
+ \inmodule QtWidgets
QStyleOptionViewItemV3 inherits QStyleOptionViewItem.
@@ -1000,6 +1009,7 @@ QStyleOptionViewItemV3::QStyleOptionViewItemV3(int version)
\brief The QStyleOptionViewItemV4 class is used to describe the
parameters necessary for drawing a frame in Qt 4.4 or above.
\since 4.4
+ \inmodule QtWidgets
QStyleOptionViewItemV4 inherits QStyleOptionViewItemV3.
@@ -1160,6 +1170,7 @@ QStyleOptionViewItemV4::QStyleOptionViewItemV4(int version)
drawing a group box.
\since 4.1
+ \inmodule QtWidgets
QStyleOptionButton contains all the information that QStyle
functions need the various graphical elements of a group box.
@@ -1295,6 +1306,8 @@ QStyleOptionGroupBox::QStyleOptionGroupBox(int version)
\brief The QStyleOptionHeader class is used to describe the
parameters for drawing a header.
+ \inmodule QtWidgets
+
QStyleOptionHeader contains all the information that QStyle
functions need to draw the item views' header pane, header sort
arrow, and header label.
@@ -1480,6 +1493,8 @@ QStyleOptionHeader::QStyleOptionHeader(int version)
\brief The QStyleOptionButton class is used to describe the
parameters for drawing buttons.
+ \inmodule QtWidgets
+
QStyleOptionButton contains all the information that QStyle
functions need to draw graphical elements like QPushButton,
QCheckBox, and QRadioButton.
@@ -1604,6 +1619,7 @@ QStyleOptionButton::QStyleOptionButton(int version)
parameters for drawing a toolbar.
\since 4.1
+ \inmodule QtWidgets
QStyleOptionToolBar contains all the information that QStyle
functions need to draw QToolBar.
@@ -1789,6 +1805,8 @@ QStyleOptionToolBar::QStyleOptionToolBar(int version)
\brief The QStyleOptionTab class is used to describe the
parameters for drawing a tab bar.
+ \inmodule QtWidgets
+
The QStyleOptionTab class is used for drawing several built-in Qt
widgets including \l QTabBar and the panel for \l QTabWidget. Note
that to describe the parameters necessary for drawing a frame in
@@ -1979,6 +1997,7 @@ QStyleOptionTab::QStyleOptionTab(int version)
parameters necessary for drawing a tabs in Qt 4.1 or above.
\since 4.1
+ \inmodule QtWidgets
An instance of the QStyleOptionTabV2 class has
\l{QStyleOption::type} {type} \l SO_Tab and
@@ -2101,6 +2120,7 @@ QStyleOptionTabV2 &QStyleOptionTabV2::operator=(const QStyleOptionTab &other)
parameters necessary for drawing a tabs in Qt 4.5 or above.
\since 4.5
+ \inmodule QtWidgets
An instance of the QStyleOptionTabV3 class has
\l{QStyleOption::type} {type} \l SO_Tab and
@@ -2250,6 +2270,8 @@ QStyleOptionTabV3 &QStyleOptionTabV3::operator=(const QStyleOptionTab &other)
\brief The QStyleOptionProgressBar class is used to describe the
parameters necessary for drawing a progress bar.
+ \inmodule QtWidgets
+
Since Qt 4.1, Qt uses the QStyleOptionProgressBarV2 subclass for
drawing QProgressBar.
@@ -2397,6 +2419,7 @@ QStyleOptionProgressBar::QStyleOptionProgressBar(int version)
parameters necessary for drawing a progress bar in Qt 4.1 or above.
\since 4.1
+ \inmodule QtWidgets
An instance of this class has \l{QStyleOption::type} {type}
SO_ProgressBar and \l{QStyleOption::version} {version} 2.
@@ -2565,6 +2588,8 @@ QStyleOptionProgressBarV2 &QStyleOptionProgressBarV2::operator=(const QStyleOpti
\brief The QStyleOptionMenuItem class is used to describe the
parameter necessary for drawing a menu item.
+ \inmodule QtWidgets
+
QStyleOptionMenuItem contains all the information that QStyle
functions need to draw the menu items from \l QMenu. It is also
used for drawing other menu-related widgets.
@@ -2763,6 +2788,8 @@ QStyleOptionMenuItem::QStyleOptionMenuItem(int version)
\brief The QStyleOptionComplex class is used to hold parameters that are
common to all complex controls.
+ \inmodule QtWidgets
+
This class is not used on its own. Instead it is used to derive
other complex control options, for example QStyleOptionSlider and
QStyleOptionSpinBox.
@@ -2852,6 +2879,8 @@ QStyleOptionComplex::QStyleOptionComplex(int version, int type)
\brief The QStyleOptionSlider class is used to describe the
parameters needed for drawing a slider.
+ \inmodule QtWidgets
+
QStyleOptionSlider contains all the information that QStyle
functions need to draw QSlider and QScrollBar.
@@ -3049,6 +3078,8 @@ QStyleOptionSlider::QStyleOptionSlider(int version)
\brief The QStyleOptionSpinBox class is used to describe the
parameters necessary for drawing a spin box.
+ \inmodule QtWidgets
+
QStyleOptionSpinBox contains all the information that QStyle
functions need to draw QSpinBox and QDateTimeEdit.
@@ -3152,6 +3183,8 @@ QStyleOptionSpinBox::QStyleOptionSpinBox(int version)
\brief The QStyleOptionQ3ListViewItem class is used to describe an
item drawn in a Q3ListView.
+ \inmodule QtWidgets
+
This class is used for drawing the compatibility Q3ListView's
items. \bold {It is not recommended for new classes}.
@@ -3287,6 +3320,8 @@ QStyleOptionQ3ListViewItem::QStyleOptionQ3ListViewItem(int version)
\brief The QStyleOptionQ3ListView class is used to describe the
parameters for drawing a Q3ListView.
+ \inmodule QtWidgets
+
This class is used for drawing the compatibility Q3ListView. \bold
{It is not recommended for new classes}.
@@ -3431,6 +3466,8 @@ QStyleOptionQ3ListView::QStyleOptionQ3ListView(int version)
\brief The QStyleOptionQ3DockWindow class is used to describe the
parameters for drawing various parts of a Q3DockWindow.
+ \inmodule QtWidgets
+
This class is used for drawing the old Q3DockWindow and its
parts. \bold {It is not recommended for new classes}.
@@ -3522,6 +3559,8 @@ QStyleOptionQ3DockWindow::QStyleOptionQ3DockWindow(int version)
\brief The QStyleOptionDockWidget class is used to describe the
parameters for drawing a dock widget.
+ \inmodule QtWidgets
+
QStyleOptionDockWidget contains all the information that QStyle
functions need to draw graphical elements like QDockWidget.
@@ -3653,6 +3692,8 @@ QStyleOptionDockWidgetV2::QStyleOptionDockWidgetV2(int version)
\brief The QStyleOptionToolButton class is used to describe the
parameters for drawing a tool button.
+ \inmodule QtWidgets
+
QStyleOptionToolButton contains all the information that QStyle
functions need to draw QToolButton.
@@ -3815,6 +3856,8 @@ QStyleOptionToolButton::QStyleOptionToolButton(int version)
\brief The QStyleOptionComboBox class is used to describe the
parameter for drawing a combobox.
+ \inmodule QtWidgets
+
QStyleOptionButton contains all the information that QStyle
functions need to draw QComboBox.
@@ -3941,6 +3984,8 @@ QStyleOptionComboBox::QStyleOptionComboBox(int version)
\brief The QStyleOptionToolBox class is used to describe the
parameters needed for drawing a tool box.
+ \inmodule QtWidgets
+
QStyleOptionToolBox contains all the information that QStyle
functions need to draw QToolBox.
@@ -4030,6 +4075,8 @@ QStyleOptionToolBox::QStyleOptionToolBox(int version)
\brief The QStyleOptionToolBoxV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above.
\since 4.3
+ \inmodule QtWidgets
+
QStyleOptionToolBoxV2 inherits QStyleOptionToolBox which is used for
drawing the tabs in a QToolBox.
@@ -4168,6 +4215,8 @@ QStyleOptionToolBoxV2 &QStyleOptionToolBoxV2::operator=(const QStyleOptionToolBo
\brief The QStyleOptionRubberBand class is used to describe the
parameters needed for drawing a rubber band.
+ \inmodule QtWidgets
+
QStyleOptionRubberBand contains all the information that
QStyle functions need to draw QRubberBand.
@@ -4257,6 +4306,8 @@ QStyleOptionRubberBand::QStyleOptionRubberBand(int version)
\brief The QStyleOptionTitleBar class is used to describe the
parameters for drawing a title bar.
+ \inmodule QtWidgets
+
QStyleOptionTitleBar contains all the information that QStyle
functions need to draw the title bar of a QMdiSubWindow.
@@ -4366,6 +4417,8 @@ QStyleOptionTitleBar::QStyleOptionTitleBar(int version)
\brief The QStyleOptionViewItem class is used to describe the
parameters used to draw an item in a view widget.
+ \inmodule QtWidgets
+
QStyleOptionViewItem contains all the information that QStyle
functions need to draw the items for Qt's model/view classes.
@@ -4547,6 +4600,8 @@ QStyleOptionViewItem::QStyleOptionViewItem(int version)
\brief The QStyleOptionTabWidgetFrame class is used to describe the
parameters for drawing the frame around a tab widget.
+ \inmodule QtWidgets
+
QStyleOptionTabWidgetFrame contains all the information that
QStyle functions need to draw the frame around QTabWidget.
@@ -4664,6 +4719,8 @@ QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame(int version)
\brief The QStyleOptionTabWidgetFrameV2 class is used to describe the
parameters for drawing the frame around a tab widget.
+ \inmodule QtWidgets
+
QStyleOptionTabWidgetFrameV2 contains all the information that
QStyle functions need to draw the frame around QTabWidget.
@@ -4787,6 +4844,8 @@ QStyleOptionTabWidgetFrameV2 &QStyleOptionTabWidgetFrameV2::operator=(const QSty
the base of a tab bar, i.e. the part that the tab bar usually
overlaps with.
+ \inmodule QtWidgets
+
QStyleOptionTabBarBase contains all the information that QStyle
functions need to draw the tab bar base. Note that this is only
drawn for a standalone QTabBar (one that isn't part of a
@@ -4886,6 +4945,7 @@ QStyleOptionTabBarBase::QStyleOptionTabBarBase(int version)
the base of a tab bar, i.e. the part that the tab bar usually
overlaps with.
\since 4.5
+ \inmodule QtWidgets
QStyleOptionTabBarBase contains all the information that QStyle
functions need to draw the tab bar base.
@@ -4978,6 +5038,7 @@ QStyleOptionTabBarBaseV2::QStyleOptionTabBarBaseV2(int version)
\brief The QStyleOptionSizeGrip class is used to describe the
parameter for drawing a size grip.
\since 4.2
+ \inmodule QtWidgets
QStyleOptionButton contains all the information that QStyle
functions need to draw QSizeGrip.
@@ -5059,6 +5120,7 @@ QStyleOptionSizeGrip::QStyleOptionSizeGrip(int version)
the parameters needed to draw a QGraphicsItem.
\since 4.2
\ingroup graphicsview-api
+ \inmodule QtWidgets
For performance reasons, the access to the member variables is
direct (i.e., using the \c . or \c -> operator). This low-level feel
@@ -5197,6 +5259,7 @@ qreal QStyleOptionGraphicsItem::levelOfDetailFromTransform(const QTransform &wor
than basic data types.
\ingroup appearance
+ \inmodule QtWidgets
QStyleHintReturn and its subclasses are used to pass information
from a style back to the querying widget. This is most useful
@@ -5294,6 +5357,7 @@ QStyleHintReturn::~QStyleHintReturn()
\brief The QStyleHintReturnMask class provides style hints that return a QRegion.
\ingroup appearance
+ \inmodule QtWidgets
\omit
### --Sam
@@ -5350,6 +5414,7 @@ QStyleHintReturnMask::QStyleHintReturnMask() : QStyleHintReturn(Version, Type)
\brief The QStyleHintReturnVariant class provides style hints that return a QVariant.
\since 4.3
\ingroup appearance
+ \inmodule QtWidgets
*/
/*!
diff --git a/src/widgets/styles/qstylepainter.cpp b/src/widgets/styles/qstylepainter.cpp
index 180499d791..3dc3f9dce7 100644
--- a/src/widgets/styles/qstylepainter.cpp
+++ b/src/widgets/styles/qstylepainter.cpp
@@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE
\ingroup appearance
\ingroup painting
+ \inmodule QtWidgets
QStylePainter extends QPainter with a set of high-level \c
draw...() functions implemented on top of QStyle's API. The
diff --git a/src/widgets/styles/qstyleplugin.cpp b/src/widgets/styles/qstyleplugin.cpp
index bb345c4bf1..836f388c23 100644
--- a/src/widgets/styles/qstyleplugin.cpp
+++ b/src/widgets/styles/qstyleplugin.cpp
@@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
\brief The QStylePlugin class provides an abstract base for custom QStyle plugins.
\ingroup plugins
+ \inmodule QtWidgets
QStylePlugin is a simple plugin interface that makes it easy
to create custom styles that can be loaded dynamically into
diff --git a/src/widgets/styles/qwindowsstyle.cpp b/src/widgets/styles/qwindowsstyle.cpp
index 7b2fbd6306..7e10b41c70 100644
--- a/src/widgets/styles/qwindowsstyle.cpp
+++ b/src/widgets/styles/qwindowsstyle.cpp
@@ -247,6 +247,7 @@ bool QWindowsStyle::eventFilter(QObject *o, QEvent *e)
\brief The QWindowsStyle class provides a Microsoft Windows-like look and feel.
\ingroup appearance
+ \inmodule QtWidgets
This style is Qt's default GUI style on Windows.
diff --git a/src/widgets/styles/qwindowsvistastyle.cpp b/src/widgets/styles/qwindowsvistastyle.cpp
index 55e83f79fa..025055c14b 100644
--- a/src/widgets/styles/qwindowsvistastyle.cpp
+++ b/src/widgets/styles/qwindowsvistastyle.cpp
@@ -146,6 +146,7 @@ bool QWindowsVistaStylePrivate::useVista()
\brief The QWindowsVistaStyle class provides a look and feel suitable for applications on Microsoft Windows Vista.
\since 4.3
\ingroup appearance
+ \inmodule QtWidgets
\warning This style is only available on the Windows Vista platform
because it makes use of Windows Vista's style engine.
diff --git a/src/widgets/styles/qwindowsxpstyle.cpp b/src/widgets/styles/qwindowsxpstyle.cpp
index d36de417ad..57f9ca42e6 100644
--- a/src/widgets/styles/qwindowsxpstyle.cpp
+++ b/src/widgets/styles/qwindowsxpstyle.cpp
@@ -1110,6 +1110,7 @@ void QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer(XPThemeData &themeDa
\brief The QWindowsXPStyle class provides a Microsoft Windows XP-like look and feel.
\ingroup appearance
+ \inmodule QtWidgets
\warning This style is only available on the Windows XP platform
because it makes use of Windows XP's style engine.