Closed cppdev123 closed 2 years ago
One way to do it is to use the rfd create https://lib.rs/crates/rfd For example that is what the cargo ui program does: https://github.com/slint-ui/cargo-ui/blob/3e2780dbffc9f123fc5205ffe242805d887f49ad/src/cargo.rs#L655
thanks. also how to use the fluent style because the current look is very ugly !
with the SLINT_STYLE environment variable, or using slint_build::CompilerConfiguration::with_style and slint_build::compile_with_config
I am closing this issue because i believe the question has been answered.
If you have more question, just use the discussions: https://github.com/slint-ui/slint/discussions
Is there a method in slint to open a file dialog ?