grand_prix_editor.stkgui 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  4. <div x="2%" y="1%" width="96%" height="98%" layout="vertical-row" >
  5. <header width="80%" I18N="Title in grand prix editor screen" text="Grand Prix editor"
  6. align="center" text_align="center" />
  7. <spacer height="20" />
  8. <box proportion="4" width="100%" layout="vertical-row">
  9. <ribbon_grid id="gplist" proportion="1" width="100%" square_items="true"
  10. label_location="each" align="left" max_rows="2" child_width="160"
  11. child_height="120" keep_selection="true" />
  12. </box>
  13. <!-- Populated dynamically at runtime -->
  14. <tabs width="100%" height="30" id="gpgroups"> </tabs>
  15. <spacer height="20" />
  16. <box proportion="2" width="100%" layout="vertical-row">
  17. <label id="gpname" text_align="center" width="100%" text="" />
  18. <ribbon_grid id="tracks" proportion="1" width="100%" square_items="true"
  19. label_location="each" align="left" max_rows="1"
  20. child_width="160" child_height="120" />
  21. </box>
  22. <spacer height="20" />
  23. <buttonbar proportion="1" id="menu" height="135" width="100%" align="center">
  24. <icon-button id="new" width="128" height="128" icon="gui/gp_new.png"
  25. I18N="Menu item" text="New" />
  26. <icon-button id="copy" width="128" height="128" icon="gui/gp_copy.png"
  27. I18N="Menu item" text="Copy" />
  28. <icon-button id="edit" width="128" height="128" icon="gui/edit.png"
  29. I18N="Menu item" text="Edit" />
  30. <icon-button id="remove" width="128" height="128" icon="gui/gp_remove.png"
  31. I18N="Menu item" text="Remove" />
  32. <icon-button id="rename" width="128" height="128" icon="gui/rename.png"
  33. I18N="Menu item" text="Rename" />
  34. </buttonbar>
  35. </div>
  36. </stkgui>