Skip to content

slint::interpreter Namespace

The types in this namespace allow you to load a .slint file at runtime and show its UI.

You only need to use them if you do not want to use pre-compiled .slint code, which is the normal way to use Slint.

The entry point for this namespace is the ComponentCompiler, which you can use to create ComponentDefinition instances with the ComponentCompiler::build_from_source() or ComponentCompiler::build_from_path() functions.


© 2026 SixtyFPS GmbH