Namespace slint::interpreter

Detailed Description

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 Class ComponentCompiler, which you can use to create Class ComponentDefinition instances with the ComponentCompiler::build_from_source() or ComponentCompiler::build_from_path() functions.

Classes

Enums