diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-12-09 00:07:30 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-12-09 00:07:30 (GMT) |
commit | 6bb5a7154afe7db75fbc5828a99dad44f2bd3874 (patch) | |
tree | abb76dff733a005d0c6231b630a52f39e48e307b /doc | |
parent | 7406ced364f1dfffb7fffe3e2bec8e91198f4b14 (diff) | |
download | Qt-6bb5a7154afe7db75fbc5828a99dad44f2bd3874.zip Qt-6bb5a7154afe7db75fbc5828a99dad44f2bd3874.tar.gz Qt-6bb5a7154afe7db75fbc5828a99dad44f2bd3874.tar.bz2 |
Link to QML Debugging from index page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 1 | ||||
-rw-r--r-- | doc/src/declarative/qmldebugging.qdoc | 16 |
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index 637e5f1..81968d4 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -102,5 +102,6 @@ completely new applications. QML is fully \l {Extending QML}{extensible from C+ \o \l {Extending QML} \o \l {QML Internationalization} \o \l {QtDeclarative Module} +\o \l {Debugging QML} \endlist */ diff --git a/doc/src/declarative/qmldebugging.qdoc b/doc/src/declarative/qmldebugging.qdoc index 13ad5f7..a6def19 100644 --- a/doc/src/declarative/qmldebugging.qdoc +++ b/doc/src/declarative/qmldebugging.qdoc @@ -45,7 +45,7 @@ \section1 Logging -console.log can be used to print debugging information to the console. For example: +\c console.log can be used to print debugging information to the console. For example: \qml Rectangle { @@ -57,6 +57,13 @@ Rectangle { } \endqml +\section1 Debugging Transitions + +When a transition doesn't look quite right, it can be helpful to view it in slow +motion to see what is happening more clearly. \l {qmlviewer} provides a +"Slow Down Animations" menu option to facilitate this. + + \section1 The QML Inspector The \c qmldebugger tool provides an experimental inspector to aid with debugging. @@ -110,11 +117,4 @@ to an available port number and run the \c qmlviewer. For example: Then in another process, start the \c qmldebugger tool, enter the port number into the corresponding spinbox in the top right hand corner, and press the "Connect" button. - -\section1 Debugging Transitions - -When a transition doesn't look quite right, it can be helpful to view it in slow -motion to see more clearly what is happening. \l {qmlviewer} provides a menu option -"Slow Down Animations" to facilitate this. - */ |