QtDesignStudio/LiteQMLDesigner

From Qt Wiki
< QtDesignStudio
Revision as of 07:32, 2 October 2024 by Jarko Vihriala (talk | contribs) (Created page with "This is the homepage of the Lite QML Designer, a product variant of the Qt Design Studio ==What it is== Lite QML Designer is a mode in Qt Design Studio which focuses on the 2D UI creation. It contains only the basic views needed, which are: - Components view - Property editor - 2D workspace - Live preview mode Lite QML Designer mode does not require project to have .qmlproject file, the files are opened as stand-alone files. Lite QML Designer supports UI.QML file...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the homepage of the Lite QML Designer, a product variant of the Qt Design Studio

What it is

Lite QML Designer is a mode in Qt Design Studio which focuses on the 2D UI creation. It contains only the basic views needed, which are:

- Components view

- Property editor

- 2D workspace

- Live preview mode

Lite QML Designer mode does not require project to have .qmlproject file, the files are opened as stand-alone files.

Lite QML Designer supports UI.QML files, which are limited to items and layouts only.

How to use

Lite QML Designer mode is command line parameter. The command line is as follows:

QtDesignStudio -qml-lite-designer <filename>

Qt Creator interface

Upcoming Qt Creator version will open the UI.QML files with Lite QML Designer so Qt Design Studio must be installed into the same development host where Qt Creator has been installed.