slint/internal/compiler
Olivier Goffart ac6f473a64 WIP: support for enum in slint
Parser and interpreter part
2023-06-12 13:02:14 +02:00
..
generator Fix support for High-DPI with Qt 2023-06-10 11:41:04 +02:00
LICENSES
llr janitor: Another comment fix 2023-06-08 19:13:35 +02:00
parser WIP: support for enum in slint 2023-06-12 13:02:14 +02:00
parser-test-macro
passes janitor: Fix a few typos 2023-06-08 18:12:52 +02:00
tests Translations: support context 2023-06-06 14:48:48 +02:00
widgets Added current-row to StandardTableView (#2831) 2023-06-07 07:34:29 +02:00
build.rs
builtin_macros.rs
builtins.slint Add primary flag toButton (#2820) 2023-06-06 15:41:23 +02:00
Cargo.toml Fixup previous commit 2023-06-05 14:14:22 +02:00
diagnostics.rs Make the extraction of slint! macro as part of the compiler core 2023-06-08 11:26:17 +02:00
embedded_resources.rs
expression_tree.rs Add support for absolute-x and absolute-y properties on any element (#2823) 2023-06-06 14:37:53 +02:00
fileaccess.rs
generator.rs
langtype.rs Add @rust-attr on scturct (#2785) 2023-06-05 16:29:55 +02:00
layout.rs Add @rust-attr on scturct (#2785) 2023-06-05 16:29:55 +02:00
lexer.rs Make the extraction of slint! macro as part of the compiler core 2023-06-08 11:26:17 +02:00
lib.rs Pass the translation domain to the runtime 2023-06-05 16:34:59 +02:00
literals.rs Fixup previous commit 2023-06-05 14:14:22 +02:00
llr.rs
load_builtins.rs Add @rust-attr on scturct (#2785) 2023-06-05 16:29:55 +02:00
lookup.rs
namedreference.rs
object_tree.rs WIP: support for enum in slint 2023-06-12 13:02:14 +02:00
parser.rs WIP: support for enum in slint 2023-06-12 13:02:14 +02:00
passes.rs Add support for absolute-x and absolute-y properties on any element (#2823) 2023-06-06 14:37:53 +02:00
README.md
typeloader.rs
typeregister.rs Add support for absolute-x and absolute-y properties on any element (#2823) 2023-06-06 14:37:53 +02:00

The Slint Compiler Library

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.