Merge remote-tracking branch 'origin/qds/dev'
Conflicts: src/libs/utils/filepath.cpp src/plugins/qmldesigner/qmldesignerexternaldependencies.cpp src/plugins/qmlprojectmanager/cmakegen/generatecmakelists.cpp tests/unit/unittest/CMakeLists.txt Change-Id: I017a6075db41a5233487ac855ffe23de2b2bb0ee
2
.gitignore-blame
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#bulk clang-format for src/plugins/qmldesigner/components/stateseditor/
|
||||||
|
fef7852da53b84c7fb960b18fef8cda0b6663703
|
@@ -821,7 +821,7 @@ endfunction()
|
|||||||
|
|
||||||
function(add_qtc_test name)
|
function(add_qtc_test name)
|
||||||
cmake_parse_arguments(_arg "GTEST;MANUALTEST;EXCLUDE_FROM_PRECHECK" "TIMEOUT"
|
cmake_parse_arguments(_arg "GTEST;MANUALTEST;EXCLUDE_FROM_PRECHECK" "TIMEOUT"
|
||||||
"DEFINES;DEPENDS;INCLUDES;SOURCES;EXPLICIT_MOC;SKIP_AUTOMOC;SKIP_PCH;CONDITION" ${ARGN})
|
"DEFINES;DEPENDS;INCLUDES;SOURCES;EXPLICIT_MOC;SKIP_AUTOMOC;SKIP_PCH;CONDITION;PROPERTIES" ${ARGN})
|
||||||
|
|
||||||
if (${_arg_UNPARSED_ARGUMENTS})
|
if (${_arg_UNPARSED_ARGUMENTS})
|
||||||
message(FATAL_ERROR "add_qtc_test had unparsed arguments!")
|
message(FATAL_ERROR "add_qtc_test had unparsed arguments!")
|
||||||
@@ -881,6 +881,7 @@ function(add_qtc_test name)
|
|||||||
VISIBILITY_INLINES_HIDDEN ON
|
VISIBILITY_INLINES_HIDDEN ON
|
||||||
BUILD_RPATH "${_RPATH_BASE}/${_RPATH};${CMAKE_BUILD_RPATH}"
|
BUILD_RPATH "${_RPATH_BASE}/${_RPATH};${CMAKE_BUILD_RPATH}"
|
||||||
INSTALL_RPATH "${_RPATH_BASE}/${_RPATH};${CMAKE_INSTALL_RPATH}"
|
INSTALL_RPATH "${_RPATH_BASE}/${_RPATH};${CMAKE_INSTALL_RPATH}"
|
||||||
|
${_arg_PROPERTIES}
|
||||||
)
|
)
|
||||||
if (NOT _arg_SKIP_PCH)
|
if (NOT _arg_SKIP_PCH)
|
||||||
enable_pch(${name})
|
enable_pch(${name})
|
||||||
|
@@ -50,6 +50,7 @@ macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">"
|
|||||||
macro.endfloat.HTML = "</div>"
|
macro.endfloat.HTML = "</div>"
|
||||||
macro.clearfloat.HTML = "<br style=\"clear: both\" />"
|
macro.clearfloat.HTML = "<br style=\"clear: both\" />"
|
||||||
macro.emptyspan.HTML = "<span></span>"
|
macro.emptyspan.HTML = "<span></span>"
|
||||||
|
macro.externallink.HTML = "<a href=\"\1\" target=\"_blank\">\2</a>"
|
||||||
|
|
||||||
# Embed YouTube content by video ID - Example: \youtube dQw4w9WgXcQ
|
# Embed YouTube content by video ID - Example: \youtube dQw4w9WgXcQ
|
||||||
# Also requires a <ID>.jpg thumbnail for offline docs. In .qdocconf, add:
|
# Also requires a <ID>.jpg thumbnail for offline docs. In .qdocconf, add:
|
||||||
|
@@ -299,6 +299,14 @@
|
|||||||
style.
|
style.
|
||||||
\endif
|
\endif
|
||||||
|
|
||||||
|
\if defined(qtdesignstudio)
|
||||||
|
The mode selector is hidden by default.
|
||||||
|
|
||||||
|
To show the mode selector, go to \uicontrol Views >
|
||||||
|
\uicontrol {Mode Selector Style} and select \uicontrol {Icons and Text}
|
||||||
|
or \uicontrol {Icons Only}.
|
||||||
|
\endif
|
||||||
|
|
||||||
|
|
||||||
You can use \QC in the following modes:
|
You can use \QC in the following modes:
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 59 KiB |
33
doc/qtdesignstudio/examples/doc/materialbundle.qdoc
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
// Copyright (C) 2023 The Qt Company Ltd.
|
||||||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\page material-bundle-example.html
|
||||||
|
\ingroup studioexamples
|
||||||
|
\sa {Content Library}
|
||||||
|
|
||||||
|
\title Material Bundle
|
||||||
|
\brief Showcases the materials in \uicontrol {Content Library} and the real-time rendering
|
||||||
|
capabilities of \QDS.
|
||||||
|
|
||||||
|
\image material-bundle-example.webp
|
||||||
|
|
||||||
|
The \e{Material Bundle} example showcases the materials included in the \QDS
|
||||||
|
\uicontrol {Content Library} and the real-time 3D rendering capabilities of \QDS.
|
||||||
|
|
||||||
|
Run the project to:
|
||||||
|
|
||||||
|
\list
|
||||||
|
\li Select the material for two different meshes; all material bundle materials are available.
|
||||||
|
\li Navigate (rotate and zoom) with the mouse.
|
||||||
|
\li Choose between two different environment light options.
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
\section1 The Material Bundle
|
||||||
|
|
||||||
|
The material bundle is included in \uicontrol {Content Library} which is
|
||||||
|
included in the \QDS Enterprise license. It contains a ready-made set of materials that you
|
||||||
|
can apply to your 3D models by dragging and dropping.
|
||||||
|
|
||||||
|
\image content-library.webp
|
||||||
|
*/
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 779 B |
BIN
doc/qtdesignstudio/images/icons/apply.png
Normal file
After Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 227 B |
BIN
doc/qtdesignstudio/images/icons/create_component.png
Normal file
After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 263 B |
BIN
doc/qtdesignstudio/images/icons/edit_component.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
doc/qtdesignstudio/images/icons/edit_light_off.png
Normal file
After Width: | Height: | Size: 281 B |
BIN
doc/qtdesignstudio/images/icons/edit_light_on.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
doc/qtdesignstudio/images/icons/fit_selected.png
Normal file
After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 234 B |
BIN
doc/qtdesignstudio/images/icons/global.png
Normal file
After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 263 B |
BIN
doc/qtdesignstudio/images/icons/home.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
doc/qtdesignstudio/images/icons/move_off.png
Normal file
After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 162 B |
BIN
doc/qtdesignstudio/images/icons/orthographic_camera.png
Normal file
After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 331 B |
BIN
doc/qtdesignstudio/images/icons/perspective_camera.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
doc/qtdesignstudio/images/icons/reset.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
doc/qtdesignstudio/images/icons/rotate_off.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
doc/qtdesignstudio/images/icons/scale_off.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
doc/qtdesignstudio/images/icons/select_group.png
Normal file
After Width: | Height: | Size: 210 B |
BIN
doc/qtdesignstudio/images/icons/select_item.png
Normal file
After Width: | Height: | Size: 263 B |
BIN
doc/qtdesignstudio/images/icons/settings.png
Normal file
After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 74 KiB |
BIN
doc/qtdesignstudio/images/qmldesigner-editing-components.webp
Normal file
After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 40 KiB |
BIN
doc/qtdesignstudio/images/qmldesigner-element-size.webp
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 101 KiB |