diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2010-09-28 09:40:18 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2010-09-28 09:40:18 (GMT) |
commit | 049062b5576c8b9a6f83a81bd5b71d96828f35ed (patch) | |
tree | d6fbd1d0815f48c6a9349025597022e9593b5ab3 /doc | |
parent | a21b6be2e97b2678111930bc04eaa843b42fa22b (diff) | |
parent | 5f511fc19df937b4650cd0e2c9fea386b51d92fb (diff) | |
download | Qt-049062b5576c8b9a6f83a81bd5b71d96828f35ed.zip Qt-049062b5576c8b9a6f83a81bd5b71d96828f35ed.tar.gz Qt-049062b5576c8b9a6f83a81bd5b71d96828f35ed.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qdeclarativedebugging.qdoc | 18 | ||||
-rwxr-xr-x | doc/src/template/style/style.css | 3 |
2 files changed, 6 insertions, 15 deletions
diff --git a/doc/src/declarative/qdeclarativedebugging.qdoc b/doc/src/declarative/qdeclarativedebugging.qdoc index ea21852..64c312c 100644 --- a/doc/src/declarative/qdeclarativedebugging.qdoc +++ b/doc/src/declarative/qdeclarativedebugging.qdoc @@ -79,20 +79,8 @@ QDeclarativeImportDatabase::resolveType "Rectangle" = "QDeclarativeRectangle" \section1 Debugging with Qt Creator \l{http://qt.nokia.com/products/developer-tools}{Qt Creator} provides built-in -support for QML debugging. Open a QML project in Creator and enter Debug mode, -or click the "Start Debugging" option from the menu, and Creator will -show QML debugging information and options for your application, including -object inspection, property monitoring and application frame-rate analysis. - -Creator can be used to debug both local and remote QML applications. To -enable remote debugging, start the \l {QML Viewer} -on the remote device with a debugging port defined, like this: - -\code - QML_DEBUG_SERVER_PORT=3768 qmlviewer myqmlfile.qml -\endcode - -In Creator, open the project settings pane and set the server and port -details for the remote device, then start debugging. +support for QML debugging. QML projects and standalone C++ applications that +utilize QML can be debugged on desktops as well as on remote devices. +For more information, see the Qt Creator Manual. */ diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 51c4f7e..614e296 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -837,6 +837,9 @@ padding-left: 25px; padding-top: 10px; } + .wrap .content ul img { + vertical-align:middle; + } a:hover { color: #4c0033; |