From d1228a6f39b4287303fffb67a819fd4f06aee19f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 29 Mar 2021 16:59:28 +0200 Subject: [PATCH] Doc: Describe detaching changed Figma component instances before export Task-number: QDS-3338 Change-Id: I86e7c057a2e97ecd30b84e6f4b52d230fda80c5f Reviewed-by: Reviewed-by: Thomas Hartmann --- .../src/qtbridge/qtbridge-figma-using.qdoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/qtdesignstudio/src/qtbridge/qtbridge-figma-using.qdoc b/doc/qtdesignstudio/src/qtbridge/qtbridge-figma-using.qdoc index 98817db6a97..9e5a16f8490 100644 --- a/doc/qtdesignstudio/src/qtbridge/qtbridge-figma-using.qdoc +++ b/doc/qtdesignstudio/src/qtbridge/qtbridge-figma-using.qdoc @@ -57,11 +57,14 @@ as assets. If you use functional \QDS components in Figma, you will find it easier to merge new iterations of the design to \QDS and continue to build the screens there. - \li If your Figma components contain nested components, Figma allows - you to hot swap the nested instance inside the component instance. + \li \QBF does not support exporting changes in component instances. + If you make changes to component instances in Figma, you must + detach the instances before exporting them. Similarly, if your + Figma components contain nested components, Figma allows you to + hot swap the nested instance inside the component instance. However, \QBF doesn't support this so you get the original - component instead. If you want to make further changes to a - component, detach component instances from it before exporting it. + component unless you detach the component instance before + exporting it. \li Use descriptive and unique IDs to avoid duplicate IDs after exporting designs and importing them to \QDS. \endlist