layout_uisceneview.ui.txt 686 B

123456789101112
  1. # UISceneView widget layout file
  2. TBLayout: axis: y, id: sceneviewcontainer
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UISceneView widget\nThis widget can display an Atomic scene."
  5. TBTextField: id: spacer, text: " "
  6. # there is NO TBSceneView widget, its entirely an Atomic Widget, well add it with code
  7. TBTextField: id: "uisceneviewlower", text: " "
  8. TBLayout:
  9. TBButton: text: "UISceneView help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uisceneview.html"
  10. TBButton: text: "UISceneView application code", id: uisceneviewcode
  11. TBButton: text: "UISceneView layout code", id: uisceneviewlayout