summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-04-29 16:10:12 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-04-29 16:10:12 (GMT)
commit139235cfc51bcf152610747cfc09d72bdea081bd (patch)
treed9701819135f04ddfa64c210d7ba807e52cc72b3 /doc
parenta3504361a19428c12ac7e044762f252d8ba2b26f (diff)
parent65e0d7c3b63fc4c1d7df7603b926ca013794b321 (diff)
downloadQt-139235cfc51bcf152610747cfc09d72bdea081bd.zip
Qt-139235cfc51bcf152610747cfc09d72bdea081bd.tar.gz
Qt-139235cfc51bcf152610747cfc09d72bdea081bd.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-multitouch
Diffstat (limited to 'doc')
-rw-r--r--doc/src/activeqt.qdoc2
-rw-r--r--doc/src/qnamespace.qdoc13
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/src/activeqt.qdoc b/doc/src/activeqt.qdoc
index 3919823..473f815 100644
--- a/doc/src/activeqt.qdoc
+++ b/doc/src/activeqt.qdoc
@@ -82,7 +82,7 @@
Designer}.
The ActiveQt modules are part of the \l{Qt Full Framework Edition} and
- the \l{Open Source Versions}.
+ the \l{Open Source Versions of Qt}.
\sa {QAxContainer Module}, {QAxServer Module}
*/
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index 818af05..3045d3f 100644
--- a/doc/src/qnamespace.qdoc
+++ b/doc/src/qnamespace.qdoc
@@ -2656,3 +2656,16 @@
\sa QGraphicsWidget::windowFrameSectionAt()
*/
+
+/*!
+ \enum Qt::TileRule
+ \since 4.6
+
+ 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()
+*/