diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-09 05:17:00 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-09 05:17:00 (GMT) |
commit | dc4d2b260debda80b8a0d81c9a032050232fdaab (patch) | |
tree | 5bff84b37b7c8d48f080efef9c2a6a582a968255 /src | |
parent | d03ed1d1ff45ff484f35ace9d90f6c84dd73aa21 (diff) | |
download | Qt-dc4d2b260debda80b8a0d81c9a032050232fdaab.zip Qt-dc4d2b260debda80b8a0d81c9a032050232fdaab.tar.gz Qt-dc4d2b260debda80b8a0d81c9a032050232fdaab.tar.bz2 |
Doc.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/fx/qfxloader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxloader.cpp b/src/declarative/fx/qfxloader.cpp index 783fd61..e75ce6d 100644 --- a/src/declarative/fx/qfxloader.cpp +++ b/src/declarative/fx/qfxloader.cpp @@ -312,6 +312,8 @@ qreal QFxLoader::progress() const \o SizeLoaderToItem - the Loader will be sized to the size of the item, unless the size of the Loader has been otherwise specified. \o SizeItemToLoader - the item will be sized to the size of the Loader. \endlist + + The default resizeMode is SizeLoaderToItem. */ QFxLoader::ResizeMode QFxLoader::resizeMode() const { |