mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
runtime: Add a Signal class
Not very functional yet
This commit is contained in:
parent
4f22e2c341
commit
83d206ea39
5 changed files with 158 additions and 2 deletions
|
@ -7,6 +7,7 @@ pub mod abi {
|
|||
pub mod model;
|
||||
pub mod primitives;
|
||||
pub mod properties;
|
||||
pub mod signals;
|
||||
pub mod string;
|
||||
}
|
||||
|
||||
|
@ -16,6 +17,9 @@ pub use abi::string::SharedString;
|
|||
#[doc(inline)]
|
||||
pub use abi::properties::Property;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use abi::signals::Signal;
|
||||
|
||||
mod item_rendering;
|
||||
|
||||
pub struct MainWindow<GraphicsBackend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue