Where possible, link to sections about QML types within the manual.
Task-number: QDS-2744
Change-Id: If12e8ce0261258c0c7e4b293e2cd45ad959c7882
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
It opens from Help > Technical Support.
Make the content more useful to QDS users and hide
the developer information from QDS Manual.
Fixes: QDS-3307
Change-Id: I01eec99b85ecd6d2f2d2c970370e560d6719ee75
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Since the default style got renamed to 'Basic',
Style=Default will cause a runtime error with Qt 6.0.0
Avoid this by not setting an explicit style.
Task-number: QTCREATORBUG-24905
Change-Id: I0f35e1dfb38536412da064d9f8ba88264485ef52
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Moved the section to its own topic, because it was getting very
long. Also described the properties of each effect.
Fixes: QDS-3229
Change-Id: Ie93f4ca956bdca4afbd31e7606a47c4e1d1e5bb4
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Create a common directory for extra image files, and move the video
thumbnails there. This folder structure is required to work around
the fact that relative image paths passed to qhp.<project>.extraFiles
are not resolved correctly when loading the generated help project.
Change-Id: Iff5583a9a318670571b7f706182723e54e0ec466
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
- Describe "Edit Master Component" button in custom component
properties.
- Organize the different ways of creating custom components under
one heading.
Fixes: QDS-3164
Change-Id: I4b7c1f42e32c6d615ad5b2d9da26f15e69b2cb69
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
...or remove the term. Qt Bridge can be use to export complete
UI designs, instead of just artwork, and we want to stress that.
Task-number: QDS-2744
Change-Id: I843b09d822c77ca4a59b993a9b3e392b747c15f6
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Antti Aaltonen
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Show links to Youtube videos using thumbnails with a play button.
Change-Id: I131f24b1fb723c817c2387429bbf52997003f105
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
The effects can now be dragged to components in Navigator.
Add icons to the table to follow the new style of listing
components.
Fixes: QDS-3153
Change-Id: I2c603acb165f809143b04adb93f65a2655344fab
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This topic is also interesting to QDS users, who want to use
C++ plugins to simulate data in their applications.
Show and hide parts of the topic depending on whether the
QC Manual or QDS Manual is built.
Fixes: QDS-3126
Change-Id: Iba55de73cda265f3261bf6f790103251a6ef01db
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Describe the properties of the AnimatedImage, BorderImage,
and Image types.
Fixes: QDS-2850
Change-Id: I0f31f75454fb20442ddedc41f6613aeb3168cecd
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Describe using Qt Creator/Qt Design Studio to edit data
models.
Move Path View and Svg Path docs to the new topics using
\include files.
Fixes: QDS-3030
Change-Id: I1ea09e133a4f1fe20c6e89a6323158eb1ce16c33
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
...and link to Creating Optimized 3D Scenes.
Fixes: QDS-3020
Change-Id: I666afca460e9e0e3afb2b612780f486a094cb45c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Project files for the example scene will be added as a separate task.
Task-number: QDS-1243
Change-Id: I0bc9bd861d2b6a3c58372cedb2395deb3c78f590
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Streamline terminology and make some other changes
according to reviewer comments.
Change-Id: Ice84bd55fcb0ed549693c5c471827efc10a627d5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Describe setting properties for linear, radial, and conical
radients that are supported for Studio Components.
Add screenshots and a gif that illustrates adding and
removing gradient stops.
Change-Id: I9dfbee044b0ae37b217cc833c77f886c391292ba
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Move positioning to a separate topic.
The information in this topic is related not only to the
Library view, but also to the Properties and Form Editor
views.
Describe the properties of the Positioner and Layout types.
Change-Id: I9d00bc9498499f52ecf49463df7f651aaecf8f0e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Changed the title for Getting Started section to bold on the QDS Manual front page.
Change-Id: Ia1b6eb653589a9175a7dd7ee771341f1a338a300
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
These properties can be set in the Properties view for
all QML types.
Fixes: QDS-2851
Change-Id: I40743f5474eaa4255409b53106014bf916601bc4
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
- Explain basic Rectangle, Text, and Image types a
bit more
- Describe how to add gradients
- Update info about asset handling
Change-Id: Ia23187f647847a16edaab3706f8bf742f09f26b1
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
- The antialiasing property was removed, because it is
inherited from Item. Keep reference to the inherited
value.
- Fix default values.
Change-Id: I8d63801b15422de0bd78fdd82fb518a556088cfb
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>