diff options
-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 { |