equipment.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0"?>
  2. <!-- C182s Skylane
  3. This program is free software; you can redistribute it and/or
  4. modify it under the terms of the GNU General Public License as
  5. published by the Free Software Foundation; either version 2 of the
  6. License, or (at your option) any later version.
  7. This program is distributed in the hope that it will be useful, but
  8. WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  10. General Public License for more details.
  11. -->
  12. <PropertyList>
  13. <name>equipment</name>
  14. <layout>vbox</layout>
  15. <resizable>false</resizable>
  16. <modal>false</modal>
  17. <draggable>true</draggable>
  18. <group>
  19. <layout>hbox</layout>
  20. <empty><stretch>true</stretch></empty>
  21. <text>
  22. <label>Equipment</label>
  23. </text>
  24. <empty><stretch>true</stretch></empty>
  25. <button>
  26. <legend/>
  27. <key>Esc</key>
  28. <pref-width>16</pref-width>
  29. <pref-height>16</pref-height>
  30. <binding>
  31. <command>dialog-close</command>
  32. </binding>
  33. </button>
  34. </group>
  35. <hrule/>
  36. <group>
  37. <layout>vbox</layout>
  38. <padding>6</padding>
  39. <checkbox>
  40. <halign>left</halign>
  41. <label>Garmin196 GPS</label>
  42. <property>/sim/model/r44/gps-visible</property>
  43. <live>true</live>
  44. <binding>
  45. <command>property-toggle</command>
  46. <property>/sim/model/r44/gps-visible</property>
  47. </binding>
  48. <binding>
  49. <command>dialog-update</command>
  50. </binding>
  51. </checkbox>
  52. <checkbox>
  53. <halign>left</halign>
  54. <label>TV Camera</label>
  55. <property>sim/model/R44/tv</property>
  56. <live>true</live>
  57. <binding>
  58. <command>property-toggle</command>
  59. <property>sim/model/R44/tv</property>
  60. </binding>
  61. <binding>
  62. <command>dialog-update</command>
  63. </binding>
  64. </checkbox>
  65. </group>
  66. <hrule/>
  67. </PropertyList>