diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-05-29 12:58:19 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-05-29 12:58:19 (GMT) |
commit | 37f3aeae8198d98cf9e33990b85e9b6fc443d948 (patch) | |
tree | 9476ab517a60f4238aeaa4ebf1e57cb4a86d9541 /tools/designer/src/uitools/quiloader.cpp | |
parent | 4b00e265388ed09017702489437c79e0b1a19a44 (diff) | |
download | Qt-37f3aeae8198d98cf9e33990b85e9b6fc443d948.zip Qt-37f3aeae8198d98cf9e33990b85e9b6fc443d948.tar.gz Qt-37f3aeae8198d98cf9e33990b85e9b6fc443d948.tar.bz2 |
Fixed docs for task 254824.
Task-number: 254824
Diffstat (limited to 'tools/designer/src/uitools/quiloader.cpp')
-rw-r--r-- | tools/designer/src/uitools/quiloader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/designer/src/uitools/quiloader.cpp b/tools/designer/src/uitools/quiloader.cpp index 2a66095..c6c2d80 100644 --- a/tools/designer/src/uitools/quiloader.cpp +++ b/tools/designer/src/uitools/quiloader.cpp @@ -613,8 +613,7 @@ void QUiLoaderPrivate::setupWidgetMap() const reason, you can subclass the QUiLoader class and reimplement these functions to intervene the process of constructing a user interface. For example, you might want to have a list of the actions created when loading - a form or creating a custom widget. However, in your reimplementation, you - must call QUiLoader's original implementation of these functions first. + a form or creating a custom widget. For a complete example using the QUiLoader class, see the \l{Calculator Builder Example}. |