aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-09-08 15:52:29 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-09-09 11:58:21 +0000
commit7b2dbc0cde346a69468c375496083386c3330471 (patch)
tree206deba3801abfb6b980fc3b7e8ece46a4e2c1f5
parentd64430b882dd3698e60849c9db811390be2a0408 (diff)
Doc: Update info about exporting assets from Adobe Photoshop
- A button icon changed. - The Asset format & scale settings were not described for Photoshop export Change-Id: Ib446558ace6e7bbd417f0a78f311b5a8cee0b099 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
-rw-r--r--doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc7
-rw-r--r--doc/qtdesignstudio/src/qtbridge/qtbridge-ps-using.qdoc4
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc b/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc
index a2cde853b1..a87e0efe71 100644
--- a/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc
+++ b/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc
@@ -111,9 +111,10 @@
\image qt-bridge-settings.png
\li In the \uicontrol Password field, enter the password you entered in
Adobe Photoshop and select \uicontrol {Connect}.
- \li In the \uicontrol {Export Path} group, select the browse button
- (\uicontrol {...}) to specify the location where \QBPS copies the
- exported files.
+ \li In the \uicontrol {Export Path} group, select the folder button
+ to specify the location where \QBPS copies the exported files.
+ \li In the \uicontrol {Asset format & scale} group, select the default
+ asset format (JPG, PNG, or SVG) and DPI to use for each layer.
\endlist
Once the connection is successfully created, \QBPS is ready to use.
diff --git a/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-using.qdoc b/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-using.qdoc
index 86282ffd28..ddee99ba2f 100644
--- a/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-using.qdoc
+++ b/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-using.qdoc
@@ -58,7 +58,7 @@
When you use \QBPS to export your designs, you will determine how you want
each group or layer exported: as a \e component or \e child. A component
will be imported as a single QML file that can contain other assets. A child
- will be imported as a single PNG file that you can use within QML files.
+ will be imported as a single image file that you can use within QML files.
If you plan to use pieces of your artwork as separate images in the UI,
group them on an artboard as separate layers. You can then export the group
@@ -107,6 +107,8 @@
\li Second level group layers are merged to their parent.
\li Asset layers are exported as merged.
\li Text layers are always exported as child items.
+ \li Images are exported in JPG, PNG, or SVG format, depending on your
+ selection.
\endlist
\QBPS automatically proposes identifiers (QML ids) for all groups and layers.