diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2009-06-04 13:37:56 (GMT) |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2009-06-04 13:37:56 (GMT) |
commit | 2dcbb2efac5f5722e1980c01dd8ec0adaec114f3 (patch) | |
tree | efb397c1e114ef145451b985ad490f3b8482b184 /tools/designer/src/uitools/quiloader.cpp | |
parent | 30971fa4ffaeb4c2a3a1267cca73311fb9834241 (diff) | |
parent | 95c0a8de7af1e631485117f5764f4e2677ec6d0b (diff) | |
download | Qt-2dcbb2efac5f5722e1980c01dd8ec0adaec114f3.zip Qt-2dcbb2efac5f5722e1980c01dd8ec0adaec114f3.tar.gz Qt-2dcbb2efac5f5722e1980c01dd8ec0adaec114f3.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
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}. |