summaryrefslogtreecommitdiffstats
path: root/doc/global/externalsites
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/externalsites')
-rw-r--r--doc/global/externalsites/external-resources.qdoc108
-rw-r--r--doc/global/externalsites/qt-webpages.qdoc28
-rw-r--r--doc/global/externalsites/qtcreator.qdoc472
-rw-r--r--doc/global/externalsites/qtdesignstudio.qdoc685
-rw-r--r--doc/global/externalsites/rfc.qdoc164
5 files changed, 1126 insertions, 331 deletions
diff --git a/doc/global/externalsites/external-resources.qdoc b/doc/global/externalsites/external-resources.qdoc
index 676a5463bf..272c73b3b0 100644
--- a/doc/global/externalsites/external-resources.qdoc
+++ b/doc/global/externalsites/external-resources.qdoc
@@ -1,29 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2020 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2020 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\externalpage https://source.android.com/setup/start/build-numbers
\title Android: Build Numbers
@@ -41,6 +17,34 @@
\title Android: App Versioning
*/
/*!
+ \externalpage https://developer.android.com/studio/command-line/adb#devicestatus
+ \title Android: Query for devices
+*/
+/*!
+ \externalpage https://developer.android.com/training/app-links/deep-linking
+ \title Android: Create Deep Links to App Content
+*/
+/*!
+ \externalpage https://developer.android.com/training/app-links/verify-site-associations
+ \title Android: Verify Android App Links
+*/
+/*!
+ \externalpage https://source.android.com/devices/tech/debug/tagged-pointers
+ \title Android: Tagged Pointers
+*/
+/*!
+ \externalpage https://developer.apple.com/documentation/uikit/uiapplication/1622952-canopenurl
+ \title iOS: canOpenURL:
+*/
+/*!
+ \externalpage https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app
+ \title iOS: Defining a Custom URL Scheme for Your App
+*/
+/*!
+ \externalpage https://developer.apple.com/documentation/xcode/supporting-associated-domains
+ \title iOS: Supporting Associated Domains
+*/
+/*!
\externalpage http://www.freedesktop.org/
\title freedesktop.org
*/
@@ -73,7 +77,7 @@
*/
/*!
- \externalpage http://www.cmake.org/cmake/help/documentation.html
+ \externalpage https://cmake.org/cmake/help/latest/
\title CMake Documentation
*/
@@ -113,6 +117,11 @@
*/
/*!
+ \externalpage https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html
+ \title CMake BUILD_SHARED_LIBS Documentation
+*/
+
+/*!
\externalpage https://conan.io/
\title Conan
*/
@@ -209,8 +218,8 @@
*/
/*!
- \externalpage http://msdn.microsoft.com/en-us/directx/default.aspx
- \title Direct X SDK
+ \externalpage https://docs.microsoft.com/en-us/windows/win32/winsock/socket-handles-2
+ \title Winsock 2 Socket Handle
*/
/*!
@@ -324,12 +333,12 @@
*/
/*!
- \externalpage http://cgi.netscape.com/newsref/std/cookie_spec.html
+ \externalpage https://web.archive.org/web/20020803110822/http://wp.netscape.com/newsref/std/cookie_spec.html
\title Netscape Cookie Specification
*/
/*!
- \externalpage http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx
+ \externalpage https://docs.microsoft.com/en-us/previous-versions//ms533046(v=vs.85)
\title Mitigating Cross-site Scripting With HTTP-only Cookies
*/
@@ -484,7 +493,7 @@
*/
/*!
- \externalpage http://msdn.microsoft.com/en-us/library/dd318066.aspx
+ \externalpage https://docs.microsoft.com/en-us/windows/win32/winauto/event-constants
\title Microsoft Active Accessibility Event Constants
*/
@@ -532,3 +541,38 @@
\externalpage http://facebook.github.io/zstd/
\title Zstandard Site
*/
+
+/*!
+ \externalpage https://www.unicode.org/
+ \title Unicode standard
+*/
+
+/*!
+ \externalpage https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw
+ \title CreateProcess
+*/
+
+/*!
+ \externalpage https://testanything.org
+ \title Test Anything Protocol
+*/
+
+/*!
+ \externalpage https://www.jetbrains.com/teamcity/
+ \title TeamCity
+*/
+
+/*!
+ \externalpage https://junit.org/
+ \title JUnit XML
+*/
+
+/*!
+ \externalpage https://www.qt.io/product/quality-assurance/test-center
+ \title Test Center
+*/
+
+/*!
+ \externalpage https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html
+ \title FreeDesktop.org Trash specification version 1.0
+*/
diff --git a/doc/global/externalsites/qt-webpages.qdoc b/doc/global/externalsites/qt-webpages.qdoc
index baeeed255e..7b659fa529 100644
--- a/doc/global/externalsites/qt-webpages.qdoc
+++ b/doc/global/externalsites/qt-webpages.qdoc
@@ -1,29 +1,5 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\externalpage http://qt.io/
\title Qt Homepage
diff --git a/doc/global/externalsites/qtcreator.qdoc b/doc/global/externalsites/qtcreator.qdoc
index e283b32360..c99e6cbe7b 100644
--- a/doc/global/externalsites/qtcreator.qdoc
+++ b/doc/global/externalsites/qtcreator.qdoc
@@ -1,627 +1,641 @@
-/****************************************************************************
-**
-** Copyright (C) 2019 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+// Up-to-date with Qt Creator 6.0.0
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-deployment-qnx.html
+ \externalpage https://doc.qt.io/qtcreator/creator-deployment-qnx.html
\title Qt Creator: Deploying Applications to QNX Neutrino Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-developing-baremetal.html
+ \externalpage https://doc.qt.io/qtcreator/creator-developing-baremetal.html
\title Qt Creator: Connecting Bare Metal Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-developing-qnx.html
+ \externalpage https://doc.qt.io/qtcreator/creator-developing-qnx.html
\title Qt Creator: Connecting QNX Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-developing-generic-linux.html
- \title Qt Creator: Connecting Embedded Linux Devices
+ \externalpage https://doc.qt.io/qtcreator/creator-developing-generic-linux.html
+ \title Qt Creator: Connecting Generic Remote Linux Devices
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-developing-mcu.html
+ \title Qt Creator: Connecting MCUs
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-setup-webassembly.html
+ \title Qt Creator: Building Applications for the Web
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-deployment-embedded-linux.html
- \title Qt Creator: Deploying Applications to Embedded Linux Devices
+ \externalpage https://doc.qt.io/qtcreator/creator-deployment-embedded-linux.html
+ \title Qt Creator: Deploying Applications to Generic Remote Linux Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-faq.html
+ \externalpage https://doc.qt.io/qtcreator/creator-faq.html
\title Qt Creator: FAQ
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-tips.html
- \title Qt Creator: Tips and Tricks
+ \externalpage https://doc.qt.io/qtcreator/creator-how-tos.html
+ \title Qt Creator: How-tos
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-help.html
+ \externalpage https://doc.qt.io/qtcreator/creator-help.html
\title Qt Creator: Using the Help Mode
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-quick-tour.html
+ \externalpage https://doc.qt.io/qtcreator/creator-quick-tour.html
\title Qt Creator: User Interface
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-modes.html
+ \externalpage https://doc.qt.io/qtcreator/creator-modes.html
\title Qt Creator: Selecting Modes
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-sidebar-views.html
+ \externalpage https://doc.qt.io/qtcreator/creator-sidebars.html
+ \title Qt Creator: Working with Sidebars
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-sidebar-views.html
\title Qt Creator: Browsing Project Contents
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-output-panes.html
+ \externalpage https://doc.qt.io/qtcreator/creator-projects-view.html
+ \title Qt Creator: Projects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-file-system-view.html
+ \title Qt Creator: File System
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-open-documents-view.html
+ \title Qt Creator: Open Documents
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-output-panes.html
\title Qt Creator: Viewing Output
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-cli.html
+ \externalpage https://doc.qt.io/qtcreator/creator-cli.html
\title Qt Creator: Using Command Line Options
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-task-lists.html
+ \externalpage https://doc.qt.io/qtcreator/creator-task-lists.html
\title Qt Creator: Showing Task List Files in Issues Pane
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-managing-sessions.html
+ \externalpage https://doc.qt.io/qtcreator/creator-telemetry.html
+ \title Qt Creator: Managing Data Collection
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/collecting-usage-statistics.html
+ \title Qt Creator: Collecting Usage Statistics
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-project-managing-sessions.html
\title Qt Creator: Managing Sessions
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-external.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-external.html
\title Qt Creator: Using External Tools
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-version-control.html
+ \externalpage https://doc.qt.io/qtcreator/creator-version-control.html
\title Qt Creator: Using Version Control Systems
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-bazaar.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-bazaar.html
\title Qt Creator: Using Bazaar
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-clearcase.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-clearcase.html
\title Qt Creator: Using ClearCase
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-cvs.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-cvs.html
\title Qt Creator: Using CVS
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-git.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-git.html
\title Qt Creator: Using Git
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-mercurial.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-mercurial.html
\title Qt Creator: Using Mercurial
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-perforce.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-perforce.html
\title Qt Creator: Using Perforce
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-vcs-subversion.html
+ \externalpage https://doc.qt.io/qtcreator/creator-vcs-subversion.html
\title Qt Creator: Using Subversion
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html
+ \externalpage https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html
\title Qt Creator: Keyboard Shortcuts
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/qmldesigner-pathview-editor.html
- \title Qt Creator: Editing PathView Properties
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/qmldesigner-connections.html
- \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
+ \externalpage https://doc.qt.io/qtcreator/qtcreator-transitions-example.html
\title Qt Creator: Creating a Qt Quick Application
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/qtquick-iso-icon-browser.html
- \title Qt Creator: Browsing ISO 7000 Icons
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/quick-export-to-qml.html
- \title Qt Creator: Exporting Designs from Graphics Software
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/creator-qml-modules-with-plugins.html
+ \externalpage https://doc.qt.io/qtcreator/creator-qml-modules-with-plugins.html
\title Qt Creator: Using QML Modules with Plugins
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/quick-converting-ui-projects.html
+ \externalpage https://doc.qt.io/qtcreator/quick-converting-ui-projects.html
\title Qt Creator: Converting UI Projects to Applications
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-visual-editor.html
+ \externalpage https://doc.qt.io/qtcreator/creator-visual-editor.html
\title Qt Creator: Developing Qt Quick Applications
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-using-qt-quick-designer.html
- \title Qt Creator: Editing QML Files in Design Mode
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/quick-projects.html
+ \externalpage https://doc.qt.io/qtcreator/quick-projects.html
\title Qt Creator: Creating Qt Quick Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/quick-components.html
- \title Qt Creator: Creating Components
+ \externalpage https://doc.qt.io/qtcreator/creator-qtquickdesigner-plugin.html
+ \title Qt Creator: Using Qt Quick Designer
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/qt-quick-toolbars.html
+ \externalpage https://doc.qt.io/qtcreator/qt-quick-toolbars.html
\title Qt Creator: Using Qt Quick Toolbars
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/quick-buttons.html
- \title Qt Creator: Creating Buttons
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/quick-scalable-image.html
- \title Qt Creator: Creating Scalable Buttons and Borders
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-options.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-options.html
\title Qt Creator: Configuring the Editor
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-functions.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-functions.html
\title Qt Creator: Writing Code
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-coding-navigating.html
+ \externalpage https://doc.qt.io/qtcreator/creator-coding-navigating.html
\title Qt Creator: Working in Edit Mode
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-highlighting.html
+ \externalpage https://doc.qt.io/qtcreator/creator-highlighting.html
\title Qt Creator: Semantic Highlighting
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-checking-code-syntax.html
+ \externalpage https://doc.qt.io/qtcreator/creator-checking-code-syntax.html
\title Qt Creator: Checking Code Syntax
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-completing-code.html
+ \externalpage https://doc.qt.io/qtcreator/creator-completing-code.html
\title Qt Creator: Completing Code
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-codepasting.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-codepasting.html
\title Qt Creator: Pasting and Fetching Code Snippets
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-macros.html
+ \externalpage https://doc.qt.io/qtcreator/creator-macros.html
\title Qt Creator: Using Text Editing Macros
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-fakevim.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-fakevim.html
\title Qt Creator: Using FakeVim Mode
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-indenting-code.html
+ \externalpage https://doc.qt.io/qtcreator/creator-indenting-code.html
\title Qt Creator: Indenting Text or Code
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-finding.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-finding.html
\title Qt Creator: Finding and Replacing
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-refactoring.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-refactoring.html
\title Qt Creator: Refactoring
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-locator.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-quick-fixes.html
+ \title Qt Creator: Applying Refactoring Actions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-locator.html
\title Qt Creator: Searching with the Locator
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-coding.html
+ \externalpage https://doc.qt.io/qtcreator/creator-coding.html
\title Qt Creator: Coding
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-options-text.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-options-text.html
\title Qt Creator: Specifying Text Editor Settings
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-finding-overview.html
+ \externalpage https://doc.qt.io/qtcreator/creator-finding-overview.html
\title Qt Creator: Finding
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-mime-types.html
+ \externalpage https://doc.qt.io/qtcreator/creator-mime-types.html
\title Qt Creator: Editing MIME Types
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-modeling.html
+ \externalpage https://doc.qt.io/qtcreator/creator-modeling.html
\title Qt Creator: Modeling
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-qml-debugging-example.html
+ \externalpage https://doc.qt.io/qtcreator/creator-qml-debugging-example.html
\title Qt Creator: Debugging a Qt Quick Example Application
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debugging-example.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debugging-example.html
\title Qt Creator: Debugging a C++ Example Application
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debugger-engines.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debugger-engines.html
\title Qt Creator: Setting Up Debugger
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debugging-qml.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debugging-qml.html
\title Qt Creator: Debugging Qt Quick Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debugging.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debugging.html
\title Qt Creator: Debugging
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debugger-operating-modes.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debugger-operating-modes.html
\title Qt Creator: Launching the Debugger
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debug-mode.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debug-mode.html
\title Qt Creator: Interacting with the Debugger
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debugging-helpers.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debugging-helpers.html
\title Qt Creator: Using Debugging Helpers
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-troubleshooting-debugging.html
+ \externalpage https://doc.qt.io/qtcreator/creator-troubleshooting-debugging.html
\title Qt Creator: Troubleshooting Debugger
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/index.html
+ \externalpage https://doc.qt.io/qtcreator/index.html
\title Qt Creator Manual
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-advanced.html
+ \externalpage https://doc.qt.io/qtcreator/creator-advanced.html
\title Qt Creator: Advanced Use
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-os-supported-platforms.html
+ \externalpage https://doc.qt.io/qtcreator/creator-os-supported-platforms.html
\title Qt Creator: Supported Platforms
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-connecting-mobile.html
+ \externalpage https://doc.qt.io/qtcreator/creator-desktop-platforms.html
+ \title Qt Creator: Desktop Platforms
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-embedded-platforms.html
+ \title Qt Creator: Embedded Platforms
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-mobile-platforms.html
+ \title Qt Creator: Mobile Platforms
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-connecting-mobile.html
\title Qt Creator: Connecting Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-usability.html
+ \externalpage https://doc.qt.io/qtcreator/creator-usability.html
\title Qt Creator: Optimizing Applications for Mobile Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-acknowledgements.html
+ \externalpage https://doc.qt.io/qtcreator/creator-acknowledgements.html
\title Qt Creator: Acknowledgements
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-help-overview.html
+ \externalpage https://doc.qt.io/qtcreator/creator-help-overview.html
\title Qt Creator: Getting Help
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/technical-support.html
+ \externalpage https://doc.qt.io/qtcreator/technical-support.html
\title Qt Creator: Technical Support
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-overview.html
+ \externalpage https://doc.qt.io/qtcreator/creator-overview.html
\title Qt Creator: IDE Overview
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-testing.html
+ \externalpage https://doc.qt.io/qtcreator/creator-testing.html
\title Qt Creator: Testing
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-deployment.html
+ \externalpage https://doc.qt.io/qtcreator/creator-deployment.html
\title Qt Creator: Deploying to Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-tutorials.html
+ \externalpage https://doc.qt.io/qtcreator/creator-tutorials.html
\title Qt Creator: Tutorials
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-known-issues.html
+ \externalpage https://doc.qt.io/qtcreator/creator-known-issues.html
\title Qt Creator: Known Issues
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-design-mode.html
+ \externalpage https://doc.qt.io/qtcreator/creator-design-mode.html
\title Qt Creator: Designing User Interfaces
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-glossary.html
+ \externalpage https://doc.qt.io/qtcreator/creator-glossary.html
\title Qt Creator: Glossary
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-getting-started.html
+ \externalpage https://doc.qt.io/qtcreator/creator-getting-started.html
\title Qt Creator: Getting Started
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-analyzer.html
+ \externalpage https://doc.qt.io/qtcreator/creator-analyzer.html
\title Qt Creator: Detecting Memory Leaks with Memcheck
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-cache-profiler.html
+ \externalpage https://doc.qt.io/qtcreator/creator-cache-profiler.html
\title Qt Creator: Profiling Function Execution
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-running-valgrind-remotely.html
+ \externalpage https://doc.qt.io/qtcreator/creator-running-valgrind-remotely.html
\title Qt Creator: Running Valgrind Tools on External Applications
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-valgrind-overview.html
+ \externalpage https://doc.qt.io/qtcreator/creator-valgrind-overview.html
\title Qt Creator: Using Valgrind Code Analysis Tools
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-analyze-mode.html
+ \externalpage https://doc.qt.io/qtcreator/creator-analyze-mode.html
\title Qt Creator: Analyzing Code
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-qml-performance-monitor.html
+ \externalpage https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html
\title Qt Creator: Profiling QML Applications
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-deploying-android.html
+ \externalpage https://doc.qt.io/qtcreator/creator-deploying-android.html
\title Qt Creator: Deploying Applications to Android Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-developing-ios.html
+ \externalpage https://doc.qt.io/qtcreator/creator-developing-ios.html
\title Qt Creator: Connecting iOS devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-developing-android.html
+ \externalpage https://doc.qt.io/qtcreator/creator-developing-android.html
\title Qt Creator: Connecting Android Devices
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-build-example-application.html
+ \externalpage https://doc.qt.io/qtcreator/creator-build-example-application.html
\title Qt Creator: Building and Running an Example
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-generic.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-generic.html
\title Qt Creator: Setting Up a Generic Project
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-sharing-project-settings.html
+ \externalpage https://doc.qt.io/qtcreator/creator-sharing-project-settings.html
\title Qt Creator: Sharing Project Settings
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-opening.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-opening.html
\title Qt Creator: Opening Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-managing.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-managing.html
\title Qt Creator: Managing Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-cmake.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-cmake.html
\title Qt Creator: Setting Up CMake
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-targets.html
+ \externalpage https://doc.qt.io/qtcreator/creator-targets.html
\title Qt Creator: Adding Kits
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-tool-chains.html
+ \externalpage https://doc.qt.io/qtcreator/creator-tool-chains.html
\title Qt Creator: Adding Compilers
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-qbs.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-qbs.html
\title Qt Creator: Setting Up Qbs
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-creating.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-creating.html
\title Qt Creator: Creating Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-wizards.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-wizards.html
\title Qt Creator: Adding New Custom Wizards
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-wizards-json.html
- \title Qt Creator: Adding JSON-Based Wizards
+ \externalpage https://doc.qt.io/qtcreator/creator-project-meson.html
+ \title Qt Creator: Setting Up Meson
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-project-nimble.html
+ \title Qt Creator: Setting Up Nimble
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-project-incredibuild.html
+ \title Qt Creator: Setting Up IncrediBuild
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-wizards-xml.html
- \title Qt Creator: Adding XML-Based Wizards
+ \externalpage https://doc.qt.io/qtcreator/creator-project-conan.html
+ \title Qt Creator: Setting Up Conan
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-projects-autotools.html
+ \externalpage https://doc.qt.io/qtcreator/creator-projects-autotools.html
\title Qt Creator: Setting Up an Autotools Project
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-configuring-projects.html
+ \externalpage https://doc.qt.io/qtcreator/creator-configuring-projects.html
\title Qt Creator: Configuring Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-build-process-customizing.html
+ \externalpage https://doc.qt.io/qtcreator/creator-build-process-customizing.html
\title Qt Creator: Customizing the Build Process
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-build-settings.html
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings.html
\title Qt Creator: Specifying Build Settings
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-code-style-settings.html
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings-cmake.html
+ \title Qt Creator: CMake Build Configuration
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings-qmake.html
+ \title Qt Creator: qmake Build Configuration
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings-qbs.html
+ \title Qt Creator: Qbs Build Configuration
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings-meson.html
+ \title Qt Creator: Meson Build Configuration
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings-incredibuild.html
+ \title Qt Creator: IncrediBuild Build Configuration
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-build-settings-conan.html
+ \title Qt Creator: Conan Build Configuration
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-code-style-settings.html
\title Qt Creator: Specifying Code Style Settings
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-run-settings.html
+ \externalpage https://doc.qt.io/qtcreator/creator-run-settings.html
\title Qt Creator: Specifying Run Settings
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-qmake-libraries.html
\title Qt Creator: Adding Libraries to Projects
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-other.html
- \title Qt Creator: Using Other Build Systems
+ \externalpage https://doc.qt.io/qtcreator/creator-project-other.html
+ \title Qt Creator: Build Systems
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-running-targets.html
+ \externalpage https://doc.qt.io/qtcreator/creator-running-targets.html
\title Qt Creator: Running on Multiple Platforms
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-build-dependencies.html
+ \externalpage https://doc.qt.io/qtcreator/creator-build-dependencies.html
\title Qt Creator: Specifying Dependencies
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-building-running.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-settings-environment.html
+ \title Qt Creator: Specifying Environment Settings
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-custom-output-parsers.html
+ \title Qt Creator: Using Custom Output Parsers
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-building-running.html
\title Qt Creator: Building and Running
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-editor-settings.html
+ \externalpage https://doc.qt.io/qtcreator/creator-editor-settings.html
\title Qt Creator: Specifying Editor Settings
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-qmake.html
+ \externalpage https://doc.qt.io/qtcreator/creator-project-qmake.html
\title Qt Creator: Adding Qt Versions
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-building-targets.html
+ \externalpage https://doc.qt.io/qtcreator/creator-building-targets.html
\title Qt Creator: Building for Multiple Platforms
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-using-qt-designer.html
+ \externalpage https://doc.qt.io/qtcreator/creator-using-qt-designer.html
\title Qt Creator: Developing Widget Based Applications
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-writing-program.html
+ \externalpage https://doc.qt.io/qtcreator/creator-writing-program.html
\title Qt Creator: Creating a Qt Widget Based Application
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/adding-plugins.html
+ \externalpage https://doc.qt.io/qtcreator/adding-plugins.html
\title Qt Creator: Adding Qt Designer Plugins
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-configuring.html
+ \externalpage https://doc.qt.io/qtcreator/creator-configuring.html
\title Qt Creator: Configuring Qt Creator
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-debuggers.html
+ \externalpage https://doc.qt.io/qtcreator/creator-debuggers.html
\title Qt Creator: Adding Debuggers
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/qt-creator-accelbubble-example.html
+ \externalpage https://doc.qt.io/qtcreator/qtcreator-accelbubble-example.html
\title Qt Creator: Creating a Mobile Application
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-diff-editor.html
+ \externalpage https://doc.qt.io/qtcreator/creator-diff-editor.html
\title Qt Creator: Comparing Files
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-beautifier.html
+ \externalpage https://doc.qt.io/qtcreator/creator-beautifier.html
\title Qt Creator: Beautifying Source Code
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-clang-codemodel.html
+ \externalpage https://doc.qt.io/qtcreator/creator-clang-codemodel.html
\title Qt Creator: Parsing C++ Files with the Clang Code Model
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-quick-ui-forms.html
- \title Qt Creator: Qt Quick UI Forms
+ \externalpage https://doc.qt.io/qtcreator/creator-quick-ui-forms.html
+ \title Qt Creator: UI Files
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-clang-tools.html
+ \externalpage https://doc.qt.io/qtcreator/creator-clang-tools.html
\title Qt Creator: Using Clang Tools
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-heob.html
+ \externalpage https://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
+ \externalpage https://doc.qt.io/qtcreator/creator-cpu-usage-analyzer.html
\title Qt Creator: Analyzing CPU Usage
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-cppcheck.html
+ \externalpage https://doc.qt.io/qtcreator/creator-cppcheck.html
\title Qt Creator: Analyzing Code with Cppcheck
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-autotest.html
+ \externalpage https://doc.qt.io/qtcreator/creator-ctf-visualizer.html
+ \title Qt Creator: Visualizing Chrome Trace Events
+*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/creator-autotest.html
\title Qt Creator: Running Autotests
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-project-creating.html#creating-c-classes
+ \externalpage https://doc.qt.io/qtcreator/creator-project-creating.html#creating-c-classes
\title Qt Creator: Creating C++ Classes
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-writing-program.html
+ \externalpage https://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
+ \externalpage https://doc.qt.io/qtcreator/creator-scxml.html
\title Qt Creator: Editing State Charts
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/studio-timeline.html
- \title Qt Creator: Creating Animations
-*/
-/*!
- \externalpage http://doc.qt.io/qtcreator/creator-language-servers.html
+ \externalpage https://doc.qt.io/qtcreator/creator-language-servers.html
\title Qt Creator: Using Language Servers
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/qtcreator-toc.html
+ \externalpage https://doc.qt.io/qtcreator/qtcreator-toc.html
\title Qt Creator: All Topics
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-live-preview.html
- \title Qt Creator: Previewing
+ \externalpage https://doc.qt.io/qtcreator/creator-live-preview.html
+ \title Qt Creator: Validating with Target Hardware
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-live-preview-desktop.html
+ \externalpage https://doc.qt.io/qtcreator/creator-live-preview-desktop.html
\title Qt Creator: Previewing on Desktop
*/
/*!
- \externalpage http://doc.qt.io/qtcreator/creator-live-preview-devices.html
+ \externalpage https://doc.qt.io/qtcreator/creator-live-preview-devices.html
\title Qt Creator: Previewing on Devices
*/
+/*!
+ \externalpage https://doc.qt.io/qtcreator/qt-design-viewer.html
+ \title Qt Creator: Previewing in Browsers
+*/
diff --git a/doc/global/externalsites/qtdesignstudio.qdoc b/doc/global/externalsites/qtdesignstudio.qdoc
new file mode 100644
index 0000000000..2a9acfaed8
--- /dev/null
+++ b/doc/global/externalsites/qtdesignstudio.qdoc
@@ -0,0 +1,685 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+// Up-to-date with QDS 2.2.1
+
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/index.html
+ \title Qt Design Studio Manual
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtdesignstudio-toc.html
+ \title Qt Design Studio: All Topics
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-getting-started.html
+ \title Qt Design Studio: Getting Started
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-installation.html
+ \title Qt Design Studio: Installation
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/gstutorials.html
+ \title Qt Design Studio: Your First UI
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtdesignstudio-loginui1-example.html
+ \title Qt Design Studio: Log In UI - Components
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtdesignstudio-loginui2-example.html
+ \title Qt Design Studio: Log In UI - Positioning
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtdesignstudio-loginui3-example.html
+ \title Qt Design Studio: Log In UI - States
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtdesignstudio-loginui4-example.html
+ \title Qt Design Studio: Log In UI - Timeline
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-quick-tour.html
+ \title Qt Design Studio: User Interface
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-modes.html
+ \title Qt Design Studio: Selecting Modes
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-using-qt-quick-designer.html
+ \title Qt Design Studio: Design Views
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-form-editor.html
+ \title Qt Design Studio: Form Editor
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-editor.html
+ \title Qt Design Studio: 3D Editor
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-library.html
+ \title Qt Design Studio: Library
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-navigator.html
+ \title Qt Design Studio: Navigator
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-properties-view.html
+ \title Qt Design Studio: Properties
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-connection-view.html
+ \title Qt Design Studio: Connection View
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-states-view.html
+ \title Qt Design Studio: States
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-transition-editor.html
+ \title Qt Design Studio: Transition Editor
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-timeline-view.html
+ \title Qt Design Studio: Timeline
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-curve-editor.html
+ \title Qt Design Studio: Curve Editor
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-text-editor.html
+ \title Qt Design Studio: Text Editor
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-projects-view.html
+ \title Qt Design Studio: Projects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-file-system-view.html
+ \title Qt Design Studio: File System
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-open-documents-view.html
+ \title Qt Design Studio: Open Documents
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-project-managing-workspaces.html
+ \title Qt Design Studio: Managing Workspaces
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-project-managing-sessions.html
+ \title Qt Design Studio: Managing Sessions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-keyboard-shortcuts.html
+ \title Qt Design Studio: Keyboard Shortcuts
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-projects.html
+ \title Qt Design Studio: Creating Projects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-use-cases.html
+ \title Qt Design Studio: Use Cases
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-terms.html
+ \title Qt Design Studio: Concepts and Terms
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studioexamples.html
+ \title Qt Design Studio: Examples and Tutorials
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-uis.html
+ \title Qt Design Studio: Wireframing
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-app-flows.html
+ \title Qt Design Studio: Designing Application Flows
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-view.html
+ \title Qt Design Studio: Adding Flow Views
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-item.html
+ \title Qt Design Studio: Adding Flow Items
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-action-area.html
+ \title Qt Design Studio: Adding Action Areas and Transitions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-effects.html
+ \title Qt Design Studio: Applying Effects to Transitions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-events.html
+ \title Qt Design Studio: Simulating Events
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-conditions.html
+ \title Qt Design Studio: Simulating Conditions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-states.html
+ \title Qt Design Studio: Applying States in Flows
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-flow-external-events.html
+ \title Qt Design Studio: Reacting to External Events
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-components.html
+ \title Qt Design Studio: Components
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-preset-components.html
+ \title Qt Design Studio: Preset Components
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-shapes.html
+ \title Qt Design Studio: Shapes
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-text.html
+ \title Qt Design Studio: Text
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-images.html
+ \title Qt Design Studio: Images
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-user-interaction-methods.html
+ \title Qt Design Studio: User Interaction Methods
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-controls.html
+ \title Qt Design Studio: UI Controls
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-data-models.html
+ \title Qt Design Studio: Lists and Other Data Models
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-2d-effects.html
+ \title Qt Design Studio: 2D Effects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-logic-helpers.html
+ \title Qt Design Studio: Logic Helpers
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-animations.html
+ \title Qt Design Studio: Animations
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-view.html
+ \title Qt Design Studio: 3D Views
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-node.html
+ \title Qt Design Studio: Node
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-group.html
+ \title Qt Design Studio: Group
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-instancing.html
+ \title Qt Design Studio: Instanced Rendering
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-skeletal-components.html
+ \title Qt Design Studio: Skeletal Animation
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-model.html
+ \title Qt Design Studio: 3D Models
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-materials.html
+ \title Qt Design Studio: Materials and Shaders
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-texture.html
+ \title Qt Design Studio: Textures
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-materials-types.html
+ \title Qt Design Studio: 3D Materials
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-effects.html
+ \title Qt Design Studio: 3D Effects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-custom-shaders.html
+ \title Qt Design Studio: Custom Shaders
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-custom-effects-materials.html
+ \title Qt Design Studio: Custom Effects and Materials
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-lights.html
+ \title Qt Design Studio: Lights
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-camera.html
+ \title Qt Design Studio: Cameras
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-scene-environment.html
+ \title Qt Design Studio: Scene Environment
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-morph-target.html
+ \title Qt Design Studio: Morph Target
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-repeater-3d.html
+ \title Qt Design Studio: Repeater3D
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-3d-loader-3d.html
+ \title Qt Design Studio: Loader3D
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-settings.html
+ \title Qt Design Studio: Specifying Editor Settings
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-component-instances.html
+ \title Qt Design Studio: Creating Component Instances
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-components-creating.html
+ \title Qt Design Studio: Creating Custom Components
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-buttons.html
+ \title Qt Design Studio: Creating Buttons
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-scalable-image.html
+ \title Qt Design Studio: Creating Scalable Buttons and Borders
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-properties.html
+ \title Qt Design Studio: Specifying Component Properties
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-positioning.html
+ \title Qt Design Studio: Scalable Layouts
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-annotations.html
+ \title Qt Design Studio: Annotating Designs
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-prototyping.html
+ \title Qt Design Studio: Prototyping
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-creating-ui-logic.html
+ \title Qt Design Studio: Creating UI Logic
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-simulation-overview.html
+ \title Qt Design Studio: Simulating Complex Experiences
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-placeholder-data.html
+ \title Qt Design Studio: Loading Placeholder Data
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-javascript.html
+ \title Qt Design Studio: Simulating Application Logic
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-simulink.html
+ \title Qt Design Studio: Simulating Dynamic Systems
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-qml-modules-with-plugins.html
+ \title Qt Design Studio: Using QML Modules with Plugins
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-adding-dynamics.html
+ \title Qt Design Studio: Dynamic Behaviors
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qmldesigner-connections.html
+ \title Qt Design Studio: Adding Connections
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-signals.html
+ \title Qt Design Studio: Connecting Components to Signals
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-property-bindings.html
+ \title Qt Design Studio: Adding Bindings Between Properties
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-dynamic-properties.html
+ \title Qt Design Studio: Specifying Dynamic Properties
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-states.html
+ \title Qt Design Studio: Adding States
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-live-preview.html
+ \title Qt Design Studio: Validating with Target Hardware
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-live-preview-desktop.html
+ \title Qt Design Studio: Previewing on Desktop
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-live-preview-devices.html
+ \title Qt Design Studio: Previewing on Devices
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qt-design-viewer.html
+ \title Qt Design Studio: Previewing in Browsers
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-exporting-and-importing.html
+ \title Qt Design Studio: Asset Creation with Other Tools
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-overview.html
+ \title Qt Design Studio: Exporting from Design Tools
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-ai.html
+ \title Qt Design Studio: Exporting Designs from Adobe Illustrator
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/psqtbridge.html
+ \title Qt Design Studio: Exporting Designs from Adobe Photoshop
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-ps-setup.html
+ \title Qt Design Studio: Setting Up Qt Bridge for Adobe Photoshop
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-ps-using.html
+ \title Qt Design Studio: Using Qt Bridge for Adobe Photoshop
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/xdqtbridge.html
+ \title Qt Design Studio: Exporting Designs from Adobe XD
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-xd-setup.html
+ \title Qt Design Studio: Setting Up Qt Bridge for Adobe XD
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-xd-using.html
+ \title Qt Design Studio: Using Qt Bridge for Adobe XD
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/sketchqtbridge.html
+ \title Qt Design Studio: Exporting Designs from Sketch
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-sketch-setup.html
+ \title Qt Design Studio: Setting Up Qt Bridge for Sketch
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-sketch-using.html
+ \title Qt Design Studio: Using Qt Bridge for Sketch
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/figmaqtbridge.html
+ \title Qt Design Studio: Exporting Designs from Figma
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-figma-setup.html
+ \title Qt Design Studio: Setting Up Qt Bridge for Figma
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtbridge-figma-using.html
+ \title Qt Design Studio: Using Qt Bridge for Figma
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/exporting-3d-assets.html
+ \title Qt Design Studio: Exporting 3D Assets
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/exporting-from-blender.html
+ \title Qt Design Studio: Exporting from Blender
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/exporting-from-maya.html
+ \title Qt Design Studio: Exporting from Maya
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/exporting-from-qt3ds.html
+ \title Qt Design Studio: Exporting from Qt 3D Studio
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-importing-designs.html
+ \title Qt Design Studio: Importing Designs
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-importing-2d.html
+ \title Qt Design Studio: Importing 2D Assets
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-fonts.html
+ \title Qt Design Studio: Using Custom Fonts
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-importing-3d.html
+ \title Qt Design Studio: Importing 3D Assets
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-exporting-qml.html
+ \title Qt Design Studio: Exporting Components
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-motion-design.html
+ \title Qt Design Studio: Motion Design
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-animation-overview.html
+ \title Qt Design Studio: Introduction to Animation Techniques
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-timeline.html
+ \title Qt Design Studio: Creating Timeline Animations
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-editing-easing-curves.html
+ \title Qt Design Studio: Editing Easing Curves
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-production-quality-animation.html
+ \title Qt Design Studio: Production Quality
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qtquick-optimizing-designs.html
+ \title Qt Design Studio: Optimizing Designs
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-optimized-3d-scenes.html
+ \title Qt Design Studio: Creating Optimized 3D Scenes
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-implementing-applications.html
+ \title Qt Design Studio: Implementing Applications
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-coding.html
+ \title Qt Design Studio: Coding
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-functions.html
+ \title Qt Design Studio: Writing Code
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-coding-navigating.html
+ \title Qt Design Studio: Working in Edit Mode
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-sidebars.html
+ \title Qt Design Studio: Working with Sidebars
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-views.html
+ \title Qt Design Studio: Browsing Project Contents
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-output-panes.html
+ \title Qt Design Studio: Viewing Output
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-highlighting.html
+ \title Qt Design Studio: Semantic Highlighting
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-checking-code-syntax.html
+ \title Qt Design Studio: Checking Code Syntax
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-completing-code.html
+ \title Qt Design Studio: Completing Code
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-indenting-code.html
+ \title Qt Design Studio: Indenting Text or Code
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/qt-quick-toolbars.html
+ \title Qt Design Studio: Using Qt Quick Toolbars
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-diff-editor.html
+ \title Qt Design Studio: Comparing Files
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-finding-overview.html
+ \title Qt Design Studio: Finding
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-finding.html
+ \title Qt Design Studio: Finding and Replacing
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-locator.html
+ \title Qt Design Studio: Searching with the Locator
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-refactoring.html
+ \title Qt Design Studio: Refactoring
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-quick-fixes.html
+ \title Qt Design Studio: Applying Refactoring Actions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-options.html
+ \title Qt Design Studio: Configuring the Editor
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-options-text.html
+ \title Qt Design Studio: Specifying Text Editor Settings
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-debugging.html
+ \title Qt Design Studio: Debugging and Profiling
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-debugging-qml.html
+ \title Qt Design Studio: Debugging Qt Quick Projects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-qml-debugging-example.html
+ \title Qt Design Studio: Debugging a Qt Quick Example Application
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-qml-performance-monitor.html
+ \title Qt Design Studio: Profiling QML Applications
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-advanced.html
+ \title Qt Design Studio: Advanced Designer Topics
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-quick-ui-forms.html
+ \title Qt Design Studio: UI Files
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-telemetry.html
+ \title Qt Design Studio: Managing Data Collection
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/collecting-usage-statistics.html
+ \title Qt Design Studio: Collecting Usage Statistics
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/collecting-user-feedback.html
+ \title Qt Design Studio: Collecting User Feedback
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-crashpad.html
+ \title Qt Design Studio: Reporting Crashes
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-packaging.html
+ \title Qt Design Studio: Packaging Applications
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-developer-topics.html
+ \title Qt Design Studio: Developer Topics
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-vcs-git.html
+ \title Qt Design Studio: Using Git
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-porting-projects.html
+ \title Qt Design Studio: Converting Qt 5 Projects into Qt 6 Projects
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/quick-converting-ui-projects.html
+ \title Qt Design Studio: Converting UI Projects to Applications
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-editor-external.html
+ \title Qt Design Studio: Using External Tools
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-help.html
+ \title Qt Design Studio: Help
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-help.html
+ \title Qt Design Studio: Using the Help Mode
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-faq.html
+ \title Qt Design Studio: Frequently Asked Questions
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/studio-platforms.html
+ \title Qt Design Studio: Supported Platforms
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/technical-support.html
+ \title Qt Design Studio: Technical Support
+*/
+/*!
+ \externalpage https://doc.qt.io/qtdesignstudio/creator-acknowledgements.html
+ \title Qt Design Studio: Acknowledgements
+*/
diff --git a/doc/global/externalsites/rfc.qdoc b/doc/global/externalsites/rfc.qdoc
index 411decd153..b6646f453c 100644
--- a/doc/global/externalsites/rfc.qdoc
+++ b/doc/global/externalsites/rfc.qdoc
@@ -1,94 +1,170 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \externalpage http://www.ietf.org/rfc/rfc1179.txt
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc850
+ \title RFC 850
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc1036
+ \title RFC 1036
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc1179
\title RFC 1179
\keyword lpr
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc1738
\title RFC 1738
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc1918
+ \title RFC 1918
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc1928
\title RFC 1928
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc1929
\title RFC 1929
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc2045
\title RFC 2045
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc2109
\title RFC 2109
HTTP State Management Mechanism
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc2822
+ \title RFC 2822
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc2965
\title RFC 2965
HTTP State Management Mechanism
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc3174
\title RFC 3174
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc3491
\title RFC 3491
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
+ \externalpage https://datatracker.ietf.org/doc/html/rfc3492
+ \title RFC 3492
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc3986
\title RFC 3986
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt
- \title RFC 2822
+ \externalpage https://datatracker.ietf.org/doc/html/rfc4122
+ \title RFC 4122
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc1036.txt
- \title RFC 1036
+ \externalpage https://datatracker.ietf.org/doc/html/rfc4627
+ \title RFC 4627
*/
/*!
- \externalpage http://www.rfc-editor.org/rfc/rfc850.txt
- \title RFC 850
+ \externalpage https://datatracker.ietf.org/doc/html/rfc4648
+ \title RFC 4648
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc4686
+ \title RFC 4686
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc5280#section-5.3.1
+ \title RFC 5280, section 5.3.1
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6347
+ \title RFC 6347
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6347#section-4.2.1
+ \title RFC 6347, section 4.2.1
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6347#section-4.2.8
+ \title RFC 6347, section 4.2.8
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6724
+ \title RFC 6724
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc7049
+ \title RFC 7049
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc7049#section-3.9
+ \title RFC 7049, section 3.9
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc7049#section-3.10
+ \title RFC 7049, section 3.10
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc7049#section-6
+ \title RFC 7049, section 6
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc7252
+ \title RFC 7252
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc8018#section-5.1
+ \title RFC 8018, section 5.1
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc8018#section-5.2
+ \title RFC 8018, section 5.2
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc8152
+ \title RFC 8152
+*/
+
+/*!
+ \externalpage https://datatracker.ietf.org/doc/html/rfc8446#section-6
+ \title RFC 8446, section 6
*/