slint/internal/backends/qt
FloVanGH 14c7910d49
PopupWindow: added close-policy property (#6614)
* Update api/cpp/include/slint_window.h

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update docs/reference/src/language/builtins/elements.md

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>

* Update internal/core/window.rs

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update internal/interpreter/eval.rs

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>

* Update internal/backends/qt/qt_window.rs

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update internal/interpreter/dynamic_item_tree.rs

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update internal/compiler/passes/materialize_fake_properties.rs

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
2024-10-24 09:27:39 +00:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
qt_widgets Implement ScrollBarPolicy property for ScrollView (#6442) 2024-10-08 17:02:17 +02:00
accessible_generated.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
build.rs Qt: fix unexpected_cfgs warning 2024-07-02 11:50:27 +02:00
Cargo.toml Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
key_generated.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
qt_accessible.rs Changelog: Introduce AccessibleRole::ListItem 2024-09-16 09:15:39 +02:00
qt_widgets.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
qt_window.rs PopupWindow: added close-policy property (#6614) 2024-10-24 09:27:39 +00:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00

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.