layout_uifinderwindow.ui.txt 802 B

12345678910111213
  1. # UIFinderWindow widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIFinderWindow\nThis widget is used to browse the filesystem for files or folders.\nThe Statusbar will display the results."
  5. TBTextField: id: spacer, text: " "
  6. TBButton: id: "filefinder", text: "Bring up a File Finder..."
  7. TBButton: id: "folderfinder", text: "Bring up a Folder Finder..."
  8. TBTextField: id: spacer, text: " "
  9. TBLayout
  10. TBButton: id: "uifinderwindowhelp", text: "UIFinderWindow help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uifinderwindow.html"
  11. TBButton: text: "UIFinderWindow application code", id: uifinderwindowcode
  12. TBButton: text: "UIFinderWindow layout code", id: uifinderwindowlayout