1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
@GUI::Widget { layout: @GUI::VerticalBoxLayout { } @GUI::ToolBarContainer { name: "toolbar_container" @GUI::ToolBar { name: "toolbar" } } @GUI::Widget { name: "webview_container" layout: @GUI::VerticalBoxLayout { } } @GUI::StatusBar { name: "statusbar" } }