Field note
What it does
Slint Live Preview is a development feature for Slint applications built with Rust or C++. It replaces the ahead-of-time compiled UI with an interpreter-based component that watches .slint files and reloads them on change, preserving properties, callbacks, and models. It requires enabling the 'live-preview' Cargo feature and setting the SLINT_LIVE_PREVIEW environment variable for Rust, or building Slint from source with SLINT_FEATURE_LIVE_PREVIEW for C++.
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
Rust / https://docs.slint.dev/latest/docs/slint/guide/tooling/live-preview/
Not filed / Not filed