summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/image/qicon.cpp2
-rw-r--r--src/gui/kernel/qevent.cpp2
-rw-r--r--src/gui/kernel/qpalette.cpp2
-rw-r--r--src/gui/painting/qcolor.cpp4
-rw-r--r--src/gui/painting/qregion.cpp8
-rw-r--r--src/gui/text/qfontmetrics.cpp4
-rw-r--r--src/gui/text/qtextformat.cpp2
-rw-r--r--src/gui/text/qtextobject.cpp4
8 files changed, 14 insertions, 14 deletions
diff --git a/src/gui/image/qicon.cpp b/src/gui/image/qicon.cpp
index 3916672c85..9a2db6b79c 100644
--- a/src/gui/image/qicon.cpp
+++ b/src/gui/image/qicon.cpp
@@ -507,7 +507,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
selected item. If the widget can be toggled, the "On" mode might be
used to draw a different icon.
- \img icon.png QIcon
+ \image icon.png QIcon
\sa {fowler}{GUI Design Handbook: Iconic Label}, {Icons Example}
*/
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index a0ea261034..5abe8a3934 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -1977,7 +1977,7 @@ QTabletEvent::~QTabletEvent()
Positive values are towards the tablet's physical right. The angle
is in the range -60 to +60 degrees.
- \img qtabletevent-tilt.png
+ \image qtabletevent-tilt.png
\sa yTilt()
*/
diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp
index 7d0bc8c0c5..2ff37a2c24 100644
--- a/src/gui/kernel/qpalette.cpp
+++ b/src/gui/kernel/qpalette.cpp
@@ -404,7 +404,7 @@ static void qt_palette_from_color(QPalette &pal, const QColor &button)
/*!
\enum QPalette::ColorRole
- \img palette.png Color Roles
+ \image palette.png Color Roles
The ColorRole enum defines the different symbolic color roles used
in current GUIs.
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp
index 61a218df83..f496769cac 100644
--- a/src/gui/painting/qcolor.cpp
+++ b/src/gui/painting/qcolor.cpp
@@ -153,7 +153,7 @@ QT_BEGIN_NAMESPACE
The code above produces the following output:
- \img alphafill.png
+ \image alphafill.png
The alpha channel of a color can be retrieved and set using the
alpha() and setAlpha() functions if its value is an integer, and
@@ -170,7 +170,7 @@ QT_BEGIN_NAMESPACE
variety of color names; the static colorNames() function returns a
QStringList color names that QColor knows about.
- \img qt-colors.png Qt Colors
+ \image qt-colors.png Qt Colors
Additionally, the Qt::color0, Qt::color1 and Qt::transparent colors
are used for special purposes.
diff --git a/src/gui/painting/qregion.cpp b/src/gui/painting/qregion.cpp
index cea9f74d90..5d3eb60ce3 100644
--- a/src/gui/painting/qregion.cpp
+++ b/src/gui/painting/qregion.cpp
@@ -775,7 +775,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is the union of this region and \a r.
- \img runion.png Region Union
+ \image runion.png Region Union
The figure shows the union of two elliptical regions.
@@ -812,7 +812,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is the intersection of this region and \a r.
- \img rintersect.png Region Intersection
+ \image rintersect.png Region Intersection
The figure shows the intersection of two elliptical regions.
@@ -832,7 +832,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is \a r subtracted from this region.
- \img rsubtract.png Region Subtraction
+ \image rsubtract.png Region Subtraction
The figure shows the result when the ellipse on the right is
subtracted from the ellipse on the left (\c {left - right}).
@@ -854,7 +854,7 @@ QRegion QRegion::intersect(const QRect &r) const
Returns a region which is the exclusive or (XOR) of this region
and \a r.
- \img rxor.png Region XORed
+ \image rxor.png Region XORed
The figure shows the exclusive or of two elliptical regions.
diff --git a/src/gui/text/qfontmetrics.cpp b/src/gui/text/qfontmetrics.cpp
index d135b2a44b..488bb68ec4 100644
--- a/src/gui/text/qfontmetrics.cpp
+++ b/src/gui/text/qfontmetrics.cpp
@@ -551,7 +551,7 @@ int QFontMetrics::width(const QString &text, int len, int flags) const
/*!
\overload
- \img bearings.png Bearings
+ \image bearings.png Bearings
Returns the logical width of character \a ch in pixels. This is a
distance appropriate for drawing a subsequent character after \a
@@ -1391,7 +1391,7 @@ qreal QFontMetricsF::width(const QString &text) const
/*!
\overload
- \img bearings.png Bearings
+ \image bearings.png Bearings
Returns the logical width of character \a ch in pixels. This is a
distance appropriate for drawing a subsequent character after \a
diff --git a/src/gui/text/qtextformat.cpp b/src/gui/text/qtextformat.cpp
index 4dd7b285c9..cb1e81bba2 100644
--- a/src/gui/text/qtextformat.cpp
+++ b/src/gui/text/qtextformat.cpp
@@ -2446,7 +2446,7 @@ QTextListFormat::QTextListFormat(const QTextFormat &fmt)
frame's padding(). This scheme is similar to the box model used by Cascading
Style Sheets for HTML pages.
- \img qtextframe-style.png
+ \image qtextframe-style.png
The position() of a frame is set using setPosition() and determines how it
is located relative to the surrounding text.
diff --git a/src/gui/text/qtextobject.cpp b/src/gui/text/qtextobject.cpp
index 5643233994..a7cd76c51b 100644
--- a/src/gui/text/qtextobject.cpp
+++ b/src/gui/text/qtextobject.cpp
@@ -868,7 +868,7 @@ QTextBlockUserData::~QTextBlockUserData()
compares two blocks for inequality, and \l operator<() determines whether
a block precedes another in the same document.
- \img qtextblock-sequence.png
+ \image qtextblock-sequence.png
\sa QTextBlockFormat, QTextCharFormat, QTextFragment
*/
@@ -1602,7 +1602,7 @@ QTextBlock::iterator &QTextBlock::iterator::operator--()
of the sentence, the second will contain the text from the middle, and the
third takes the text from the end of the sentence.
- \img qtextfragment-split.png
+ \image qtextfragment-split.png
A fragment's text and character format can be obtained with the text()
and charFormat() functions. The length() function gives the length of