TestRadioCheckbox.ui.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. WindowInfo
  2. title Radiobutton & checkbox
  3. TBLayout: position: left top, axis: y
  4. TBTextField: text: "Radiobuttons, anonymous group:"
  5. TBLayout: distribution: preferred
  6. TBRadioButton
  7. TBRadioButton
  8. TBRadioButton: state: disabled
  9. TBTextField: text: "Radiobuttons, group-id: 'R1'":
  10. TBLayout: distribution: preferred
  11. TBRadioButton: group-id: R1
  12. TBRadioButton: group-id: R1
  13. TBRadioButton: group-id: R1, state: disabled
  14. TBTextField: text: "Radiobuttons, group-id: 'R2' value set":
  15. TBLayout: distribution: preferred
  16. TBRadioButton: group-id: R2, value: 1
  17. TBRadioButton: group-id: R2
  18. TBRadioButton: group-id: R2, state: disabled
  19. TBTextField: text: "Checkboxes"
  20. TBLayout: distribution: preferred
  21. TBCheckBox
  22. TBCheckBox: value: 1
  23. TBCheckBox: state: disabled
  24. TBCheckBox: state: disabled, value: 1
  25. TBTextField: text: "TBClickLabel with radio & check"
  26. TBClickLabel: text: Some text to click
  27. TBCheckBox
  28. TBClickLabel: text: Some text to click
  29. TBRadioButton
  30. TBClickLabel: text: Some text to click, state: disabled
  31. TBCheckBox
  32. TBClickLabel: text: Some text to click, state: disabled
  33. TBRadioButton