layout_uibargraph.ui.txt 1.1 KB

1234567891011121314151617181920212223
  1. # UIBargraph widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIBargraph widget\nThis widget displays a value from 0-100"
  5. TBContainer
  6. TBBarGraph: value: 0, skin: Graph, color: #00AF34, axis: y, connection: graphit, margin: 4
  7. lp: width: 32, height: 64
  8. TBContainer
  9. TBBarGraph: value: 0, skin: background_solid, color: #AF3400, axis: x, connection: graphit
  10. lp: width: 200, height: 32
  11. TBContainer
  12. TBBarGraph: value: 0, skin: Gauge, color: #0034AF, axis: x, opacity: 0.7, connection: graphit
  13. lp: width: 200, height: 32
  14. TBTextField: id: spacer, text: " "
  15. TBTextField: text: "Use this slider to change the bargraph input value"
  16. TBSlider: min: 0, max: 100, value: 21, connection: graphit
  17. lp: width: 200
  18. TBTextField: id: spacer, text: " "
  19. TBLayout
  20. TBButton: text: "UIBargraph help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uibargraph.html"
  21. TBButton: text: "UIBargraph application code", id: uibargraphcode
  22. TBButton: text: "UIBargraph layout code", id: uibargraphlayout