{ |[ { row[ image(file!("samples/ferris.png")), text("Snowcap Viewer") ] }, rule-horizontal(), -[ { |[ svg(file!("samples/coder.svg")), pick-list(["foo", "bar"]), text("I'm some text"), text("More text in a Column"), space(), { text("Edit the test.iced file to see your changes hot reloaded") } ] }, rule-vertical(), { |[ markdown(file!("README.md")), qr-code(qr!("https://iced.rs")), button(text("Button")), toggler() ] }, rule-vertical(), { |[ text("Ipsum"), text(file!("samples/filler.txt")) ] } ] ] }