Shared Globals between multiple windows #6877
Labels
a:language-c++
C++ API, codegen, CMake build system (mS,mO)
a:language-javascript
JavaScript bindings (mF,bS)
a:language-rust
Rust API and codegen (mO,mS)
api
Changes or additions to APIs
enhancement
New feature or request
Feature Description
Currently, we have one slint application that has 6 windows and every window has its own global but when these windows have one common state, an instance needs to be stored in every window separately. This creates a problem that once a shared value is changed in Rust, 6 different window needs to update its state. Would be really nice if we can share a global among multiple windows.
Product Impact
We are OTIV, using slint for our Remote Supervision Control solution and we work with multiple windows.
The text was updated successfully, but these errors were encountered: