aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.