diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-12 10:20:55 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-12 10:22:51 (GMT) |
commit | 9bbd0bed3afc44ece34119a9c563726b0e6298a8 (patch) | |
tree | 903dc7fdd1f5249d8739164c98d2254bf7b58921 /doc | |
parent | 814667587e6ab9dda754647f08fec969ed8434aa (diff) | |
download | Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.zip Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.tar.gz Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index 069541f..7772958 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -2674,11 +2674,14 @@ \enum Qt::TileRule \since 4.6 - This enum describes how to repeat or stretch the parts of an image when drawing. + This enum describes how to repeat or stretch the parts of an image + when drawing. \value Stretch Scale the image to fit to the available area. - \value Repeat Tile the image until there is no more space. May crop the last image. - \value Round Like Repeat, but scales the images down to ensure that the last image is not cropped. - \sa QPixmapBorders, qDrawBorderPixmap() + \value Repeat Tile the image until there is no more space. May crop + the last image. + + \value Round Like Repeat, but scales the images down to ensure that + the last image is not cropped. */ |