On this page

Skip pages and layers

Development

Figma to Qt converts Figma pages and layers into QML types. You can instruct it to skip pages and layers that are not a part of the application. The plugin might ignore your instructions if it needs the marked layers and pages in the code.

The children of a skipped layer are also skipped. For example, if you skip a Group layer, its children are also skipped. Similarly, when you skip a page, all layers of that page are also skipped. To view info messages about skipped layers, select Issues (Issues) in the plugin.

Note: Figma to Qt does not skip components and component sets that have live instances.

You cannot mark the following skipped:

  • A layer within an instance of a component.
  • A variant within a component set.
  • A layer within a variant.

The feature is also unavailable if you selected several pages or layers.

Skip pages

To skip pages when converting designs:

  1. In Figma, select a single page.
  2. In the plugin, go to Home (Home) > Page settings.
  3. Select Skip page.

    Skip page in Page settings on the plugin Home page.

    Skip page in Page settings on the plugin Home page.

  4. Select Download (Download).

The page is not converted into QML nor included in the downloaded package.

Skip layers

To skip layers when converting designs:

  1. In Figma, select a single layer.
  2. In the plugin, go to Home (Home) > Layer settings.
  3. Select Skip layer.

    Skip layer in Layer settings on the plugin Home page.

    Skip layer in Layer settings on the plugin Home page.

  4. Select the layer that contains the skipped layer.
  5. Select Preview (Preview).

The skipped layer is not converted into QML nor included in the downloaded package.

See also Download converted designs and Preview converted designs.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.