This patch creates a document for the Design Effect Demo Example
in Qt Design Studio. It updates a macro, include images and creates text to
support the usage of this demo.
Fixes: QDS-13034
Change-Id: Ifc3634d388d8e27c64ecd2b244669d60757ad33c
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
- Remove a \previouspage reference to an obsolete topic
- Make HTML filename of a page more informative
- Do not use macros in HTML filenames
(QDoc uses only the first word in the macro and omits the rest)
- Use creator-how-tos.html as \previouspage for how-to topics
Change-Id: I3727c3a6275b59810efcaf78db5b74dc22a81e5c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Fix alignment of "<data>" tag.
Correct the thing which the clear button clears (output of cmake, not the search result).
Change-Id: I6a6775c025e334c6a45484c7c59c8de1b4b70421
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
The icon of kit is located next to "Name" field, not next to "Run Device Type" field.
Also, it should not be double-clicked. Just single clicked.
Change-Id: I962dbe2647beeae8f7c5038b2ead3903336172ab
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
We in principle support a map of locale->string for keys starting with
"tr" like "trDisplayName". This didn't work everywhere.
We may not cast the value for these keys to QString before passing it to
`localizedString`, since that would result in an empty string if the
value is such a map.
Also fix the documentation since we remove all parts from '_' (to also
get rid of encoding parts).
Fixes: QTCREATORBUG-23575
Change-Id: I2be795053e645c8bf81417d0db69cd7e63eff022
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
To use the new yellow numbers. Change the order of numbers
to make them easier to find.
Change-Id: Ibf31238e990e295cf2bfadd062c9ac62f2575a27
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
- Hide \sa {Read Documentation}{How To: Read Documentation} to
fix QDoc warnings
- List the other help topics in "Get help" (they were only accessible
from All Topics)
- Add an image that shows the QDS Code view instead of
Qt Creator Edit mode
Change-Id: I85b570b8db8953e5e676e1518fdb03f4e8bfded4
Reviewed-by: Teea Põldsam <teea.poldsam@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Update the other Python tutorials to describe setting up PySide6
for a project.
Change-Id: Ia0a13f41c1f270fa0ec6c1445f1546e884b7e78f
Reviewed-by: David Schulz <david.schulz@qt.io>
To make it easier for users to find the information online using search.
Change-Id: Ibd27f724b5c7b0e8bbb69809d98e57b332a25de4
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
- Add values of addDebugger --engine option
- Make section titles unique so that the links in the
Contents will lead to correct places
- Link to the values from CMake presets docs, where they
are also used
Task-number: QTCREATORBUG-30604
Change-Id: Iefa979a3fe4a987191a67e81dffd659963477643
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This changes the order in which they are listed to be more
arbitrary, though.
Make some style changes and update screenshots.
Change-Id: Ia46bfb2a6f7e8a297abe07ad1f1026ce1d8bdc79
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: hjk <hjk@qt.io>
- Add "User Interface" and "Configuring Qt Creator" to the TOC
- Fix a \previouspage link to point to the How To topic
- Arrange Reference topic categories in alphabetic order
Change-Id: I674db28d089f5dd13a0bd16d34682fff8887b8ee
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
At some point the LOCATION target property of Qt::Core must have changed
from
<fw_path>/QtCore.framework/QtCore
to
<fw_path>/QtCore.framework/Versions/A/QtCore
which broke the code that tried to infer the `fw_path` from it.
Instead of constructing a relative path from the LOCATION, just
cut off the `/QtCore.framework/` and anything after it.
Change-Id: Ieed8ade6318c602d9cb4ff9685a084e4f8194086
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Before Qt 6.8, the versionnumber-less targets of Qt were interface
libraries that linked to the actual versioned Qt target. Since then,
they are actual targets in their own right, so the code that determined
the header location for Qt on macOS failed.
Change-Id: Icb2d2fcb075b9b4c2808d7edc0a7ec3fb7be49f7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Apply new design and images from the UX team.
Task-number: QTCREATORBUG-30248
Change-Id: I202288f0dccedc65e47cd8bdfa49915d47cd79cd
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
- List the available device definitions
- Add information about the other fields
Task-number: QTCREATORBUG-30604
Change-Id: If22f8bfae916bafed7f1153fec7fd5962e406d5f
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This patch updates the information related to the project structure
of Qt Design Studio. It also adds new images to display
a real project scenario.
Fixes: QDS-12522
Change-Id: I5c9151be676d21fe581debdfabfd601acb92ca6e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
... in Preferences > Devices for a Remote Linux Device.
Add links between developing for remote Linux and debugging
remotely with GDB.
Task-number: QTCREATORBUG-30604
Change-Id: I149447ce5e30409452c203fecc41417822a3d8b2
Reviewed-by: hjk <hjk@qt.io>