diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-14 09:33:32 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-14 09:33:32 (GMT) |
commit | 94d0bed992aad8e8a6edda129d4a75f9b4ffa163 (patch) | |
tree | 6344d25a1f95f6417d3e10f0e69a5764226f0b75 /doc/src/examples/calculatorform.qdoc | |
parent | 77563a2e63562e4e010e53dd79a707d9d7ed3f3d (diff) | |
parent | 2149ddf44417ca3e266a692501394d0f7be9674e (diff) | |
download | Qt-94d0bed992aad8e8a6edda129d4a75f9b4ffa163.zip Qt-94d0bed992aad8e8a6edda129d4a75f9b4ffa163.tar.gz Qt-94d0bed992aad8e8a6edda129d4a75f9b4ffa163.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging:
Update 4.8.0 changelog
Changelog: update changes-4.8.0 for Richard
Add briefs for the new 4.8 examples.
Add briefs to the new 4.8 demos.
Add a brief to all demos and examples for manifest
Diffstat (limited to 'doc/src/examples/calculatorform.qdoc')
-rw-r--r-- | doc/src/examples/calculatorform.qdoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/examples/calculatorform.qdoc b/doc/src/examples/calculatorform.qdoc index e1025b6..945659f 100644 --- a/doc/src/examples/calculatorform.qdoc +++ b/doc/src/examples/calculatorform.qdoc @@ -29,9 +29,11 @@ \example designer/calculatorform \title Calculator Form Example - The Calculator Form Example shows how to use a form created with + \brief The Calculator Form Example shows how to use a form created with \QD in an application by using the user interface information from - a QWidget subclass. We use \l{Using a Designer UI File in Your Application} + a QWidget subclass. + + We use \l{Using a Designer UI File in Your Application} {uic's auto-connection} feature to automatically connect signals from widgets on the form to slots in our code. |