12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0"?>
- <!-- C182s Skylane
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
- -->
- <PropertyList>
- <name>equipment</name>
- <layout>vbox</layout>
- <resizable>false</resizable>
- <modal>false</modal>
- <draggable>true</draggable>
- <group>
- <layout>hbox</layout>
- <empty><stretch>true</stretch></empty>
- <text>
- <label>Equipment</label>
- </text>
- <empty><stretch>true</stretch></empty>
- <button>
- <legend/>
- <key>Esc</key>
- <pref-width>16</pref-width>
- <pref-height>16</pref-height>
- <binding>
- <command>dialog-close</command>
- </binding>
- </button>
- </group>
- <hrule/>
- <group>
- <layout>vbox</layout>
- <padding>6</padding>
- <checkbox>
- <halign>left</halign>
- <label>Garmin196 GPS</label>
- <property>/sim/model/r44/gps-visible</property>
- <live>true</live>
- <binding>
- <command>property-toggle</command>
- <property>/sim/model/r44/gps-visible</property>
- </binding>
- <binding>
- <command>dialog-update</command>
- </binding>
- </checkbox>
- <checkbox>
- <halign>left</halign>
- <label>TV Camera</label>
- <property>sim/model/R44/tv</property>
- <live>true</live>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/R44/tv</property>
- </binding>
- <binding>
- <command>dialog-update</command>
- </binding>
- </checkbox>
- </group>
-
- <hrule/>
- </PropertyList>
|