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.qdoc282
-rw-r--r--doc/global/externalsites/qtdesignstudio.qdoc685
-rw-r--r--doc/global/externalsites/rfc.qdoc164
5 files changed, 935 insertions, 332 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 0ff3cdd06e..c99e6cbe7b 100644
--- a/doc/global/externalsites/qtcreator.qdoc
+++ b/doc/global/externalsites/qtcreator.qdoc
@@ -1,29 +1,7 @@
-/****************************************************************************
-**
-** 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 https://doc.qt.io/qtcreator/creator-deployment-qnx.html
@@ -82,8 +60,16 @@
\title Qt Creator: Browsing Project Contents
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/creator-project-managing-workspaces.html
- \title Qt Creator: Managing Workspaces
+ \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
@@ -99,7 +85,11 @@
*/
/*!
\externalpage https://doc.qt.io/qtcreator/creator-telemetry.html
- \title Qt Creator: Managing Data Collection Settings
+ \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
@@ -146,38 +136,10 @@
\title Qt Creator: Keyboard Shortcuts
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/qmldesigner-connections.html
- \title Qt Creator: Adding Connections
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-signals.html
- \title Qt Creator: Connecting Objects to Signals
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-dynamic-properties.html
- \title Qt Creator: Specifying Dynamic Properties
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-property-bindings.html
- \title Qt Creator: Adding Bindings Between Properties
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-connections-backend.html
- \title Qt Creator: Managing C++ Backend Objects
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/qtcreator-transitions-example.html
\title Qt Creator: Creating a Qt Quick Application
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-iso-icon-browser.html
- \title Qt Creator: Browsing ISO 7000 Icons
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/creator-exporting-qml.html
- \title Qt Creator: Exporting QML
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/creator-qml-modules-with-plugins.html
\title Qt Creator: Using QML Modules with Plugins
*/
@@ -190,54 +152,18 @@
\title Qt Creator: Developing Qt Quick Applications
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/creator-using-qt-quick-designer.html
- \title Qt Creator: Editing QML Files in Design Mode
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/quick-projects.html
\title Qt Creator: Creating Qt Quick Projects
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/quick-components.html
- \title Qt Creator: Creating Components
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-form-editor.html
- \title Qt Creator: Editing 2D Content
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-shapes.html
- \title Qt Creator: Shapes
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-text.html
- \title Qt Creator: Text
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-images.html
- \title Qt Creator: Images
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-controls.html
- \title Qt Creator: User Interaction Methods
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-data-models.html
- \title Qt Creator: Lists and Other Data Models
+ \externalpage https://doc.qt.io/qtcreator/creator-qtquickdesigner-plugin.html
+ \title Qt Creator: Using Qt Quick Designer
*/
/*!
\externalpage https://doc.qt.io/qtcreator/qt-quick-toolbars.html
\title Qt Creator: Using Qt Quick Toolbars
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/quick-buttons.html
- \title Qt Creator: Creating Buttons
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-scalable-image.html
- \title Qt Creator: Creating Scalable Buttons and Borders
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/creator-editor-options.html
\title Qt Creator: Configuring the Editor
*/
@@ -286,6 +212,10 @@
\title Qt Creator: Refactoring
*/
/*!
+ \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
*/
@@ -374,18 +304,6 @@
\title Qt Creator: Connecting Devices
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/creator-ui-best-practices.html
- \title Qt Creator: Best Practices
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-qtquick-best-practices.html
- \title Qt Creator: Qt Quick Best Practices
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-optimized-3d-scenes.html
- \title Qt Creator: Creating Optimized 3D Scenes
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/creator-usability.html
\title Qt Creator: Optimizing Applications for Mobile Devices
*/
@@ -516,10 +434,6 @@
\title Qt Creator: Adding New Custom Wizards
*/
/*!
- \externalpage https://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
*/
@@ -552,6 +466,30 @@
\title Qt Creator: Specifying Build Settings
*/
/*!
+ \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
*/
@@ -565,7 +503,7 @@
*/
/*!
\externalpage https://doc.qt.io/qtcreator/creator-project-other.html
- \title Qt Creator: Using Other Build Systems
+ \title Qt Creator: Build Systems
*/
/*!
\externalpage https://doc.qt.io/qtcreator/creator-running-targets.html
@@ -638,7 +576,7 @@
*/
/*!
\externalpage https://doc.qt.io/qtcreator/creator-quick-ui-forms.html
- \title Qt Creator: Qt Quick UI Forms
+ \title Qt Creator: UI Files
*/
/*!
@@ -674,46 +612,10 @@
\title Creating a Qt Widget Based Application
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-navigator.html
- \title Qt Creator: Managing Item Hierarchy
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-properties.html
- \title Qt Creator: Specifying Item Properties
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-positioning.html
- \title Qt Creator: Positioning Items
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-fonts.html
- \title Qt Creator: Using Custom Fonts
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-annotations.html
- \title Qt Creator: Annotating Designs
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-placeholder-data.html
- \title Qt Creator: Loading Placeholder Data
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/quick-states.html
- \title Qt Creator: Adding States
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/creator-scxml.html
\title Qt Creator: Editing State Charts
*/
/*!
- \externalpage https://doc.qt.io/qtcreator/qtquick-adding-dynamics.html
- \title Qt Creator: Adding Dynamics
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-timeline.html
- \title Qt Creator: Creating Animations
-*/
-/*!
\externalpage https://doc.qt.io/qtcreator/creator-language-servers.html
\title Qt Creator: Using Language Servers
*/
@@ -723,7 +625,7 @@
*/
/*!
\externalpage https://doc.qt.io/qtcreator/creator-live-preview.html
- \title Qt Creator: Previewing
+ \title Qt Creator: Validating with Target Hardware
*/
/*!
\externalpage https://doc.qt.io/qtcreator/creator-live-preview-desktop.html
@@ -737,83 +639,3 @@
\externalpage https://doc.qt.io/qtcreator/qt-design-viewer.html
\title Qt Creator: Previewing in Browsers
*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d.html
- \title Qt Creator: Editing 3D Scenes
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/exporting-3d-assets.html
- \title Qt Creator: Exporting 3D Assets
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/exporting-from-blender.html
- \title Qt Creator: Exporting from Blender
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/exporting-from-maya.html
- \title Qt Creator: Exporting from Maya
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-importing-3d.html
- \title Qt Creator: Importing 3D Assets
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-design-mode.html
- \title Qt Creator: Editing 3D Assets in Design Mode
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-editor.html
- \title Qt Creator: Working in 3D Editor
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-view.html
- \title Qt Creator: Adding 3D Views
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-components.html
- \title Qt Creator: Using 3D Components
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-node.html
- \title Qt Creator: Setting Group Properties
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-model.html
- \title Qt Creator: Adding Models
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-materials.html
- \title Qt Creator: Using Materials and Shaders
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-texture.html
- \title Qt Creator: Attaching Textures to Materials
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-materials-types.html
- \title Qt Creator: Using 3D Materials
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-effects.html
- \title Qt Creator: Applying 3D Effects
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-custom-shaders.html
- \title Qt Creator: Using Custom Shaders
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-custom-effects-materials.html
- \title Qt Creator: Creating Custom Effects and Materials
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-lights.html
- \title Qt Creator: Using Lights
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-camera.html
- \title Qt Creator: Using Scene Camera
-*/
-/*!
- \externalpage https://doc.qt.io/qtcreator/studio-3d-scene-environment.html
- \title Qt Creator: Setting Scene Environment
-*/
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
*/