summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx')
-rw-r--r--src/declarative/fx/qfximage.cpp7
-rw-r--r--src/declarative/fx/qfxitem.cpp4
-rw-r--r--src/declarative/fx/qfxpainted.cpp2
3 files changed, 6 insertions, 7 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp
index 2d0dbc7..dfe9b43 100644
--- a/src/declarative/fx/qfximage.cpp
+++ b/src/declarative/fx/qfximage.cpp
@@ -183,7 +183,8 @@ void QFxImage::setPixmap(const QPixmap &pix)
Each scale grid property (left, right, top, and bottom) specifies an offset from the respective side. For example, \c scaleGrid.bottom="10" sets the bottom scale grid line 10 pixels up from the bottom of the image.
- A scale grid can also be specified using a \l {Imagexmlpropertysrc}{.sci file}.
+ A scale grid can also be specified using a
+ \l {Image::src}{.sci file}.
*/
QFxScaleGrid *QFxImage::scaleGrid()
{
@@ -792,11 +793,9 @@ QFxImage::Status QFxImage::status() const
Image can handle any image format supported by Qt, loaded from any URL scheme supported by Qt.
- \target Imagexmlpropertysrc
-
It can also handle .sci files, which are a Qml-specific format. A .sci file uses a simple text-based format that specifies
\list
- \i the grid lines describing a \l {ImagexmlpropertiesscaleGrid}{scale grid}.
+ \i the grid lines describing a \l {Image::scaleGrid.left}{scale grid}.
\i an image file.
\endlist
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp
index e3568e0..2f8ce92 100644
--- a/src/declarative/fx/qfxitem.cpp
+++ b/src/declarative/fx/qfxitem.cpp
@@ -374,7 +374,7 @@ void QFxContents::setItem(QFxItem *item)
This signal is emitted when the item's focus state changes.
- \sa setFocus()
+ \sa QSimpleCanvasItem::setFocus()
*/
/*!
@@ -570,7 +570,7 @@ bool QFxItem::isClassComplete() const
It is often desireable to delay some processing until the component is
completed.
- \sa componentComplete().
+ \sa componentComplete()
*/
bool QFxItem::isComponentComplete() const
{
diff --git a/src/declarative/fx/qfxpainted.cpp b/src/declarative/fx/qfxpainted.cpp
index ad1b3ad..7c88ce3 100644
--- a/src/declarative/fx/qfxpainted.cpp
+++ b/src/declarative/fx/qfxpainted.cpp
@@ -46,7 +46,7 @@
QT_BEGIN_NAMESPACE
/*!
\class QFxPainted
- \brief QFxPainted is an abstract base class for QFxView items that paint using QPainter.
+ \brief The QFxPainted class is an abstract base class for QFxView items that paint using QPainter.
\ingroup group_coreitems