summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2018-07-27 11:22:57 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2018-07-31 13:33:14 +0200
commit23c9d4c98f3c6729b56700edc1d7144b444b16db (patch)
tree27b20ccbf3c101dbc7bcb1e509882b6c7fc75962 /doc
parentf69a5857d115786f44d053e68c36f74526020e82 (diff)
parent0ef66e98ccf4946a0e4513ab5fc157df0f0aca4e (diff)
Merge branch '5.11' into dev
Conflicts: qmake/library/qmakebuiltins.cpp src/plugins/platforms/windows/qwindowstabletsupport.h src/plugins/platforms/xcb/qxcbconnection.cpp src/plugins/platforms/xcb/qxcbconnection.h src/plugins/platforms/xcb/qxcbconnection_xi2.cpp src/plugins/platforms/xcb/qxcbwindow.cpp src/widgets/styles/qstylesheetstyle.cpp tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp Done-With: Gatis Paeglis <gatis.paeglis@qt.io> Change-Id: I000b0eb3cea2a5c7a99b95732bfdd41507cf916e
Diffstat (limited to 'doc')
-rw-r--r--doc/global/externalsites/qtcreator.qdoc50
1 files changed, 41 insertions, 9 deletions
diff --git a/doc/global/externalsites/qtcreator.qdoc b/doc/global/externalsites/qtcreator.qdoc
index 7f2322d041..d70f35b04c 100644
--- a/doc/global/externalsites/qtcreator.qdoc
+++ b/doc/global/externalsites/qtcreator.qdoc
@@ -114,10 +114,6 @@
\title Qt Creator: Keyboard Shortcuts
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/quick-screens.html
- \title Qt Creator: Creating Screens
-*/
-/*!
\externalpage http://doc.qt.io/qtcreator/qmldesigner-pathview-editor.html
\title Qt Creator: Editing PathView Properties
*/
@@ -126,6 +122,22 @@
\title Qt Creator: Adding Connections
*/
/*!
+ \externalpage http://doc.qt.io/qtcreator/quick-signals.html
+ \title Qt Creator: Connecting Objects to Signals
+*/
+* /*!
+ \externalpage http://doc.qt.io/qtcreator/quick-dynamic-properties.html
+ \title Qt Creator: Specifying Dynamic Properties
+*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/quick-property-bindings.html
+ \title Qt Creator: Adding Bindings Between Properties
+*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/quick-connections-backend.html
+ \title Qt Creator: Managing C++ Backend Objects
+*/
+/*!
\externalpage http://doc.qt.io/qtcreator/qtcreator-transitions-example.html
\title Qt Creator: Creating a Qt Quick Application
*/
@@ -147,7 +159,7 @@
*/
/*!
\externalpage http://doc.qt.io/qtcreator/creator-using-qt-quick-designer.html
- \title Qt Creator: Using Qt Quick Designer
+ \title Qt Creator: Editing QML Files in Design Mode
*/
/*!
\externalpage http://doc.qt.io/qtcreator/quick-projects.html
@@ -343,7 +355,7 @@
*/
/*!
\externalpage http://doc.qt.io/qtcreator/creator-analyzer.html
- \title Qt Creator: Detecting Memory Leaks
+ \title Qt Creator: Detecting Memory Leaks with Memcheck
*/
/*!
\externalpage http://doc.qt.io/qtcreator/creator-cache-profiler.html
@@ -351,7 +363,7 @@
*/
/*!
\externalpage http://doc.qt.io/qtcreator/creator-running-valgrind-remotely.html
- \title Qt Creator: Running Valgrind Tools Remotely
+ \title Qt Creator: Running Valgrind Tools on External Applications
*/
/*!
\externalpage http://doc.qt.io/qtcreator/creator-valgrind-overview.html
@@ -530,8 +542,12 @@
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-clang-static-analyzer.html
- \title Qt Creator: Using Clang Static Analyzer
+ \externalpage http://doc.qt.io/qtcreator/creator-clang-tools.html
+ \title Qt Creator: Using Clang Tools
+*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/creator-heob.html
+ \title Qt Creator: Detecting Memory Leaks with Heob
*/
/*!
\externalpage http://doc.qt.io/qtcreator/creator-cpu-usage-analyzer.html
@@ -549,3 +565,19 @@
\externalpage http://doc.qt.io/qtcreator/creator-writing-program.html
\title Creating a Qt Widget Based Application
*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/qtquick-navigator.html
+ \title Qt Creator: Managing Item Hierarchy
+*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/qtquick-properties.html
+ \title Qt Creator: Specifying Item Properties
+*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/quick-states.html
+ \title Qt Creator: Adding States
+*/
+/*!
+ \externalpage http://doc.qt.io/qtcreator/creator-scxml.html
+ \title Qt Creator: Editing State Charts
+*/