3d7d00ead9
- Title bar with cancel button in top left hand side. - horizontal line dividing main dialog from bottom buttons - Minor layout and Nasal fixes.
530 lines
11 KiB
XML
530 lines
11 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<name>radios</name>
|
|
<width>550</width>
|
|
<modal>false</modal>
|
|
<layout>vbox</layout>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<empty><stretch>1</stretch></empty>
|
|
|
|
<text>
|
|
<label>Radio Frequencies</label>
|
|
</text>
|
|
|
|
<empty><stretch>1</stretch></empty>
|
|
|
|
<button>
|
|
<pref-width>16</pref-width>
|
|
<pref-height>16</pref-height>
|
|
<legend></legend>
|
|
<keynum>27</keynum>
|
|
<border>2</border>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
<hrule/>
|
|
|
|
<group>
|
|
<layout>table</layout>
|
|
|
|
<!-- headers -->
|
|
<text>
|
|
<row>0</row>
|
|
<col>1</col>
|
|
<label>Selected</label>
|
|
</text>
|
|
|
|
<text>
|
|
<row>0</row>
|
|
<col>4</col>
|
|
<label>Standby</label>
|
|
</text>
|
|
|
|
<text>
|
|
<row>0</row>
|
|
<col>6</col>
|
|
<label>Radial</label>
|
|
</text>
|
|
|
|
<!-- Dummy label to stretch table, as layout manager doesn't handle labels well -->
|
|
<text>
|
|
<row>0</row>
|
|
<col>7</col>
|
|
<label></label>
|
|
</text>
|
|
|
|
<text>
|
|
<row>1</row>
|
|
<col>0</col>
|
|
<halign>right</halign>
|
|
<label>COM1</label>
|
|
</text>
|
|
|
|
<input>
|
|
<name>com1-selected</name>
|
|
<row>1</row>
|
|
<col>1</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
|
|
</input>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>3</col>
|
|
<width>35</width>
|
|
<height>26</height>
|
|
<border>1</border>
|
|
<legend><-></legend>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>com1-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>com1-standby</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>property-swap</command>
|
|
<property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
|
|
<property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>com1-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>com1-standby</object-name>
|
|
</binding>
|
|
</button>
|
|
|
|
<input>
|
|
<name>com1-standby</name>
|
|
<row>1</row>
|
|
<col>4</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
|
|
</input>
|
|
|
|
<text>
|
|
<row>2</row>
|
|
<col>0</col>
|
|
<halign>right</halign>
|
|
<label>COM2</label>
|
|
</text>
|
|
|
|
<input>
|
|
<name>com2-selected</name>
|
|
<row>2</row>
|
|
<col>1</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
|
|
</input>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>3</col>
|
|
<width>35</width>
|
|
<height>26</height>
|
|
<border>1</border>
|
|
<legend><-></legend>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>com2-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>com2-standby</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>property-swap</command>
|
|
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
|
|
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>com2-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>com2-standby</object-name>
|
|
</binding>
|
|
</button>
|
|
|
|
<input>
|
|
<name>com2-standby</name>
|
|
<row>2</row>
|
|
<col>4</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
|
|
</input>
|
|
|
|
<text>
|
|
<row>3</row>
|
|
<col>0</col>
|
|
<halign>right</halign>
|
|
<label>NAV1</label>
|
|
</text>
|
|
|
|
<input>
|
|
<name>nav1-selected</name>
|
|
<row>3</row>
|
|
<col>1</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
|
|
</input>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>3</col>
|
|
<width>35</width>
|
|
<height>26</height>
|
|
<border>1</border>
|
|
<legend><-></legend>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>nav1-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>nav1-standby</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>property-swap</command>
|
|
<property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
|
|
<property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>nav1-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>nav1-standby</object-name>
|
|
</binding>
|
|
</button>
|
|
|
|
<input>
|
|
<name>nav1-standby</name>
|
|
<row>3</row>
|
|
<col>4</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
|
|
</input>
|
|
|
|
<input>
|
|
<name>nav1-radial</name>
|
|
<row>3</row>
|
|
<col>6</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>deg</label>
|
|
<property>/instrumentation/nav[0]/radials/selected-deg</property>
|
|
</input>
|
|
|
|
<text>
|
|
<row>4</row>
|
|
<col>0</col>
|
|
<halign>right</halign>
|
|
<label>NAV2</label>
|
|
</text>
|
|
|
|
<input>
|
|
<name>nav2-selected</name>
|
|
<row>4</row>
|
|
<col>1</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/nav[1]/frequencies/selected-mhz</property>
|
|
</input>
|
|
|
|
<button>
|
|
<row>4</row>
|
|
<col>3</col>
|
|
<width>35</width>
|
|
<height>26</height>
|
|
<border>1</border>
|
|
<legend><-></legend>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>nav2-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>nav2-standby</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>property-swap</command>
|
|
<property>/instrumentation/nav[1]/frequencies/selected-mhz</property>
|
|
<property>/instrumentation/nav[1]/frequencies/standby-mhz</property>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>nav2-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>nav2-standby</object-name>
|
|
</binding>
|
|
</button>
|
|
|
|
<input>
|
|
<name>nav2-standby</name>
|
|
<row>4</row>
|
|
<col>4</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/nav[1]/frequencies/standby-mhz</property>
|
|
</input>
|
|
|
|
<input>
|
|
<name>nav2-radial</name>
|
|
<row>4</row>
|
|
<col>6</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>deg</label>
|
|
<property>/instrumentation/nav[1]/radials/selected-deg</property>
|
|
</input>
|
|
|
|
<text>
|
|
<row>5</row>
|
|
<col>0</col>
|
|
<halign>right</halign>
|
|
<label>ADF</label>
|
|
</text>
|
|
|
|
<input>
|
|
<name>adf-selected</name>
|
|
<row>5</row>
|
|
<col>1</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>kHz</label>
|
|
<property>/instrumentation/adf/frequencies/selected-khz</property>
|
|
</input>
|
|
|
|
<button>
|
|
<row>5</row>
|
|
<col>3</col>
|
|
<width>35</width>
|
|
<height>26</height>
|
|
<border>1</border>
|
|
<legend><-></legend>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>adf-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
<object-name>adf-standby</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>property-swap</command>
|
|
<property>/instrumentation/adf/frequencies/selected-khz</property>
|
|
<property>/instrumentation/adf/frequencies/standby-khz</property>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>adf-selected</object-name>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
<object-name>adf-standby</object-name>
|
|
</binding>
|
|
</button>
|
|
|
|
<input>
|
|
<name>adf-standby</name>
|
|
<row>5</row>
|
|
<col>4</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>kHz</label>
|
|
<property>/instrumentation/adf/frequencies/standby-khz</property>
|
|
</input>
|
|
|
|
<input>
|
|
<name>adf-radial</name>
|
|
<row>5</row>
|
|
<col>6</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>deg</label>
|
|
<property>/instrumentation/adf/rotation-deg</property>
|
|
</input>
|
|
|
|
<text>
|
|
<row>6</row>
|
|
<col>0</col>
|
|
<halign>right</halign>
|
|
<label>DME</label>
|
|
</text>
|
|
|
|
<input>
|
|
<name>dme-selected</name>
|
|
<row>6</row>
|
|
<col>1</col>
|
|
<width>75</width>
|
|
<height>25</height>
|
|
<label>MHz</label>
|
|
<property>/instrumentation/dme/frequencies/selected-mhz</property>
|
|
</input>
|
|
|
|
|
|
</group>
|
|
|
|
<hrule/>
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<text>
|
|
<label>TACAN</label>
|
|
</text>
|
|
|
|
|
|
<combo>
|
|
<pref-width>45</pref-width>
|
|
<pref-height>25</pref-height>
|
|
<property>/instrumentation/tacan/frequencies/selected-channel[1]</property>
|
|
<value>0</value>
|
|
<value>1</value>
|
|
<value>2</value>
|
|
<value>3</value>
|
|
<value>4</value>
|
|
<value>5</value>
|
|
<value>6</value>
|
|
<value>7</value>
|
|
<value>8</value>
|
|
<value>9</value>
|
|
</combo>
|
|
<!---->
|
|
<combo>
|
|
<pref-width>45</pref-width>
|
|
<pref-height>25</pref-height>
|
|
<property>/instrumentation/tacan/frequencies/selected-channel[2]</property>
|
|
<value>0</value>
|
|
<value>1</value>
|
|
<value>2</value>
|
|
<value>3</value>
|
|
<value>4</value>
|
|
<value>5</value>
|
|
<value>6</value>
|
|
<value>7</value>
|
|
<value>8</value>
|
|
<value>9</value>
|
|
</combo>
|
|
|
|
<combo>
|
|
<pref-width>45</pref-width>
|
|
<pref-height>25</pref-height>
|
|
<property>/instrumentation/tacan/frequencies/selected-channel[3]</property>
|
|
<value>0</value>
|
|
<value>1</value>
|
|
<value>2</value>
|
|
<value>3</value>
|
|
<value>4</value>
|
|
<value>5</value>
|
|
<value>6</value>
|
|
<value>7</value>
|
|
<value>8</value>
|
|
<value>9</value>
|
|
</combo>
|
|
|
|
<combo>
|
|
<pref-width>45</pref-width>
|
|
<pref-height>25</pref-height>
|
|
<property>/instrumentation/tacan/frequencies/selected-channel[4]</property>
|
|
<value>X</value>
|
|
<value>Y</value>
|
|
</combo>
|
|
|
|
<empty>
|
|
<stretch>true</stretch>
|
|
</empty>
|
|
|
|
<!-- Disabled for v2.2.0, as ATC Frequency Search broken
|
|
<button>
|
|
<legend>ATC Services in range</legend>
|
|
<binding>
|
|
<command>ATC-freq-search</command>
|
|
</binding>
|
|
</button>
|
|
|
|
-->
|
|
</group>
|
|
<hrule/>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<default-padding>6</default-padding>
|
|
<empty>
|
|
<stretch>true</stretch>
|
|
</empty>
|
|
|
|
<button>
|
|
<legend>OK</legend>
|
|
<default>true</default>
|
|
<equal>true</equal>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>Apply</legend>
|
|
<equal>true</equal>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>Reset</legend>
|
|
<equal>true</equal>
|
|
<binding>
|
|
<command>dialog-update</command>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>Cancel</legend>
|
|
<equal>true</equal>
|
|
<key>Esc</key>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
|
|
<empty>
|
|
<stretch>true</stretch>
|
|
</empty>
|
|
</group>
|
|
|
|
|
|
</PropertyList>
|