Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.92 KB | None | 0 0
  1. <vbox>
  2.     <hbox>
  3.         <button text="Button" />
  4.         <button text="Button" />
  5.         <button text="Button" />
  6.         <button text="Button" />
  7.     </hbox>
  8.     <hbox>
  9.         <checkbox text="Check 1" />
  10.         <checkbox text="Check 2" />
  11.         <checkbox text="Check 3" />
  12.     </hbox>
  13.     <hbox>
  14.         <optionbox text="Option 1" />
  15.         <optionbox text="Option 2" />
  16.         <optionbox text="Option 3" />
  17.     </hbox>
  18.     <textfield text="Text field" width="100%" />
  19.     <button text="Button" />
  20.     <button text="Button - longer text" />
  21.     <button text="Button" />
  22.     <hbox>
  23.         <button text="Button" />
  24.         <button text="Button" />
  25.         <button text="Button" />
  26.         <button text="Button" />
  27.     </hbox>
  28.     <grid columns="2">
  29.         <button text="Button" />
  30.         <button text="Button" />
  31.         <button text="Button" />
  32.         <button text="Button" />
  33.     </grid>
  34. </vbox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement