mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
New runtime implementation for the box layout
Currently only horizontal layout is supported
This commit is contained in:
parent
211fa69ef5
commit
aeade826fe
6 changed files with 332 additions and 60 deletions
|
@ -187,10 +187,7 @@ pub mod re_exports {
|
|||
};
|
||||
pub use sixtyfps_corelib::items::*;
|
||||
pub use sixtyfps_corelib::layout::LayoutInfo;
|
||||
pub use sixtyfps_corelib::layout::{
|
||||
grid_layout_info, solve_grid_layout, solve_path_layout, GridLayoutCellData, GridLayoutData,
|
||||
Padding, PathLayoutData, PathLayoutItemData,
|
||||
};
|
||||
pub use sixtyfps_corelib::layout::*;
|
||||
pub use sixtyfps_corelib::model::*;
|
||||
pub use sixtyfps_corelib::properties::{Property, PropertyTracker};
|
||||
pub use sixtyfps_corelib::signals::Signal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue