- <?xml version="1.0"?>
<PropertyList>
<name>lightcontrol</name>
<layout>vbox</layout>
<text>
<label>Lights control </label>
<valign>center</valign>
<halign>center</halign>
</text>
<hrule/>
<!-- Grupo geral -->
<group>
<layout>hbox</layout>
<halign>center</halign>
<valign>top</valign>
<group>
<layout>vbox</layout>
<halign>left</halign>
<valign>top</valign>
<checkbox>
<halign>left</halign>
<label>Landing light</label>
<property>controls/lighting/landing-lights</property>
<binding>
<command>property-toggle</command>
<property>controls/lighting/landing-lights</property>
</binding>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Beacon</label>
<property>controls/lighting/beacon</property>
<binding>
<command>property-toggle</command>
<property>controls/lighting/beacon</property>
</binding>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Navigation lights</label>
<property>controls/lighting/nav-lights</property>
<binding>
<command>property-toggle</command>
<property>controls/lighting/nav-lights</property>
</binding>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Strobe</label>
<property>controls/lighting/strobe</property>
<binding>
<command>property-toggle</command>
<property>controls/lighting/strobe</property>
</binding>
</checkbox>
</group>
</group>
<hrule/>
<group>
<layout>hbox</layout>
<empty><stretch>true</stretch></empty>
<button>
<legend>Close</legend>
<default>true</default>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>
|