diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 08:11:33 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 08:11:33 (GMT) |
commit | 50fe472e600dedf81dfa959d74b945947ed3938e (patch) | |
tree | ef8a686a4b85224c6b324c6da5aac8e5b42dc6a7 | |
parent | 7e25debbe245b93e529f902c2b99bd0e772571fd (diff) | |
download | Qt-50fe472e600dedf81dfa959d74b945947ed3938e.zip Qt-50fe472e600dedf81dfa959d74b945947ed3938e.tar.gz Qt-50fe472e600dedf81dfa959d74b945947ed3938e.tar.bz2 |
doc cleanup
-rw-r--r-- | doc/src/declarative/qtprogrammers.qdoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/declarative/qtprogrammers.qdoc b/doc/src/declarative/qtprogrammers.qdoc index 6892005..7b1ab44 100644 --- a/doc/src/declarative/qtprogrammers.qdoc +++ b/doc/src/declarative/qtprogrammers.qdoc @@ -130,8 +130,6 @@ As an example, imagine you decided to make a generic tab widget item to be used through your application suite wherever information is in such quantity that it needs to be divided up into pages. -To do this in QML, ... \todo example of container definition. - A significant difference in the parenting concept with QML compare to QWidgets is that while child items are positioned relative to their parents, there is no requirement that they be wholy contained ("clipped") to |