diff --git a/doc/src/android/deploying-android.qdoc b/doc/src/android/deploying-android.qdoc index c23e6ecf28f..d849abb9282 100644 --- a/doc/src/android/deploying-android.qdoc +++ b/doc/src/android/deploying-android.qdoc @@ -147,7 +147,7 @@ The anddroiddeployqt tool uses the information in the project .pro file to create APKs. For more information about the qmake variables that you can set in the .pro file to tailor the APK, see - \l{Deploying an Application on Android#qmake-variables}{qmake Variables}. + \l{Deploying an Application on Android}. You can view information about what the anddroiddeployqt tool is doing in the \uicontrol {Compile Output} pane. To view additional information, select the diff --git a/doc/src/howto/creator-cli.qdoc b/doc/src/howto/creator-cli.qdoc index 4d8e531abc3..c8c496e7a70 100644 --- a/doc/src/howto/creator-cli.qdoc +++ b/doc/src/howto/creator-cli.qdoc @@ -198,7 +198,7 @@ {Qt application}, and therefore, it accepts the command line options that all Qt applications accept. For example, you can use the \c {-style} and \c {-stylesheet} options to apply custom styles and - \l{QApplication#stylesheet}{stylesheets}. + \l{Qt Style Sheets}{stylesheets}. The styling is only applied during the current session. Exercise caution when applying styles, as overriding the existing styling diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc index c9aa9851c3c..1ad9bea699e 100644 --- a/doc/src/projects/creator-projects-creating.qdoc +++ b/doc/src/projects/creator-projects-creating.qdoc @@ -322,7 +322,7 @@ Qt provides support for integration with OpenGL implementations on all platforms, which allows you to display hardware accelerated 3D graphics alongside a more conventional user interface. For more information, see - \l{Qt Gui#opengl-and-opengl-es-integration}{OpenGL and OpenGL ES integration}. + \l{Qt GUI}. You can use the QOpenGLShader class to compile OpenGL shaders written in the OpenGL Shading Language (GLSL) and in the OpenGL/ES Shading Language diff --git a/doc/src/qtquick/qtquick-connection-editor.qdoc b/doc/src/qtquick/qtquick-connection-editor.qdoc index 822acd4b50e..5a280b15cde 100644 --- a/doc/src/qtquick/qtquick-connection-editor.qdoc +++ b/doc/src/qtquick/qtquick-connection-editor.qdoc @@ -49,7 +49,7 @@ \section1 Connecting Objects to Signals - To connect objects to signals in QML, create \l{Connection} objects. + To connect objects to signals in QML, create \l{Connections} objects. \image qmldesigner-connections.png diff --git a/doc/src/qtquick/qtquick-designer.qdoc b/doc/src/qtquick/qtquick-designer.qdoc index 3ec1f82b3c7..9d4fc48dc21 100644 --- a/doc/src/qtquick/qtquick-designer.qdoc +++ b/doc/src/qtquick/qtquick-designer.qdoc @@ -125,8 +125,8 @@ \section2 Setting the Stacking Order - The \l{Item#z-prop}{z property} of an - item determines its position in relation to its sibling items in the + The \c z property of an \l Item determines its position in relation to its + sibling items in the type hierarchy. By default, items with a higher stacking value are drawn on top of siblings with a lower stacking value. Items with the same stacking value are drawn in the order they are listed, from the last item diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc index 792e3dad29d..c1908260cf4 100644 --- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc +++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc @@ -36,7 +36,8 @@ information for code completion and the semantic checks to work correctly. When you write a QML module or use QML from a C++ application you typically - register new types with \l{QQmlEngine#qmlRegisterType-3}{qmlRegisterType()} or expose some + register new types with the \l{QQmlEngine} class \c qmlRegisterType() + function or expose some class instances with \l{QQmlContext::setContextProperty()}. The \QC C++ code model now scans for these calls and tells the QML code model about them. This means that properties are diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc index 201daa2f1f4..89748e0682b 100644 --- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc @@ -32,7 +32,7 @@ This tutorial describes how to use \QC to create a small Qt application, Text Finder. It is a simplified version of the Qt UI Tools \l{Text Finder - example}. The application user interface is constructed from Qt widgets by + Example}. The application user interface is constructed from Qt widgets by using \QD. The application logic is written in C++ by using the code editor. \image qtcreator-textfinder-screenshot.png