aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Pachdha <vikas.pachdha@qt.io>2020-05-12 22:03:41 +0200
committerVikas Pachdha <vikas.pachdha@qt.io>2020-05-13 11:45:46 +0000
commitf362304169444c2543ccd7cc204a7551690d3744 (patch)
tree6e24a84803df9fbcc6348b0c6a86ed056cad5087
parenta12669292eeaef787effc9037bcfc7c1748eb677 (diff)
Add library export documentation for Sketch Qt-bridge
Task-number: QDS-2046 Change-Id: Idca24fdac106da1b6631518ddd9bb9fa7253a8c7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/qtdesignstudio/images/qt-sketch-bridge-library.pngbin0 -> 34478 bytes
-rw-r--r--doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-using.qdoc20
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/qtdesignstudio/images/qt-sketch-bridge-library.png b/doc/qtdesignstudio/images/qt-sketch-bridge-library.png
new file mode 100644
index 0000000000..b65a094820
--- /dev/null
+++ b/doc/qtdesignstudio/images/qt-sketch-bridge-library.png
Binary files differ
diff --git a/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-using.qdoc b/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-using.qdoc
index 7e52e05838..82b9c0b807 100644
--- a/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-using.qdoc
+++ b/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-using.qdoc
@@ -220,4 +220,24 @@
\uicontrol {Export format options} field. You can remove metadata
from PNG files, export assets as progressive JPG or compact SVG,
and include SVG namespaces in SVG files.
+
+
+ \section1 Exporting Library Symbols
+
+ \QBSK can handle symbols used from a local library. Before you use \QBSK to export a document
+ that contains remote symbols, you must annotate the Sketch document of the local library for
+ QML export.
+
+ For more information about Sketch libraries, see Sketch documentation.
+
+ You can either export the complete library with the document or unlink the symbols.
+ Unlinking the symbols exports the symbols as if the symbols were part of the document as
+ Group layers.
+ Exporting the complete library exports all the layers of the library irrespective of their usage
+ in the document.
+
+ To export a library, select \uicontrol Export. \QBSK asks you whether you want to export the
+ complete library or to unlink the symbols.
+
+ \image qt-sketch-bridge-library.png
*/