Add assets

Assets displays the images and other files that you add to the project folder by dragging external asset files to Qt Quick Designer or by selecting the Plus button.

Assets view.

To add assets to your UI, drag them from Assets to the Navigator or 2D view.

To add multiple assets to your UI simultaneously, multiselect them first by holding Ctrl and clicking the asset files you wish to select.

When you drag assets from Assets to the Navigator or 2D view, component instances with a suitable type are automatically created for you. For example, instances of the Image component will be created for graphics files.

See also How to: Design Qt Quick UIs, Qt Quick UI design, and Designing Qt Quick UIs.