FGCom dialog: hide registration options for now but keep it for later
This commit is contained in:
parent
281036e1e5
commit
81938125a8
1 changed files with 37 additions and 35 deletions
|
@ -180,11 +180,43 @@
|
||||||
<text>
|
<text>
|
||||||
<row>3</row>
|
<row>3</row>
|
||||||
<col>0</col>
|
<col>0</col>
|
||||||
|
<label>Echo test:</label>
|
||||||
|
<halign>right</halign>
|
||||||
|
<enable>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/fgcom/enabled</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</enable>
|
||||||
|
</text>
|
||||||
|
<checkbox>
|
||||||
|
<row>3</row>
|
||||||
|
<col>1</col>
|
||||||
|
<colspan>2</colspan>
|
||||||
|
<halign>left</halign>
|
||||||
|
<name>test</name>
|
||||||
|
<label></label>
|
||||||
|
<enable>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/fgcom/enabled</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</enable>
|
||||||
|
<property>/sim/fgcom/test</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>test</object-name>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>4</row>
|
||||||
|
<col>0</col>
|
||||||
<label>Speaker Volume:</label>
|
<label>Speaker Volume:</label>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
</text>
|
</text>
|
||||||
<slider>
|
<slider>
|
||||||
<row>3</row>
|
<row>4</row>
|
||||||
<col>1</col>
|
<col>1</col>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<name>speaker-vol</name>
|
<name>speaker-vol</name>
|
||||||
|
@ -199,7 +231,7 @@
|
||||||
</binding>
|
</binding>
|
||||||
</slider>
|
</slider>
|
||||||
<text>
|
<text>
|
||||||
<row>3</row>
|
<row>4</row>
|
||||||
<col>2</col>
|
<col>2</col>
|
||||||
<label>1234</label>
|
<label>1234</label>
|
||||||
<format>%.1f</format>
|
<format>%.1f</format>
|
||||||
|
@ -210,7 +242,7 @@
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
||||||
<!-- registration -->
|
<!-- registration (keep it for the day we need it)
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
<empty>
|
<empty>
|
||||||
|
@ -330,7 +362,7 @@
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
-->
|
||||||
<!-- server -->
|
<!-- server -->
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
|
@ -351,37 +383,7 @@
|
||||||
<layout>table</layout>
|
<layout>table</layout>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
|
||||||
<text>
|
|
||||||
<row>0</row>
|
|
||||||
<col>0</col>
|
|
||||||
<label>Echo test:</label>
|
|
||||||
<halign>right</halign>
|
|
||||||
<enable>
|
|
||||||
<equals>
|
|
||||||
<property>/sim/fgcom/enabled</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</enable>
|
|
||||||
</text>
|
|
||||||
<checkbox>
|
|
||||||
<row>0</row>
|
|
||||||
<col>1</col>
|
|
||||||
<colspan>2</colspan>
|
|
||||||
<halign>left</halign>
|
|
||||||
<name>test</name>
|
|
||||||
<label></label>
|
|
||||||
<enable>
|
|
||||||
<equals>
|
|
||||||
<property>/sim/fgcom/enabled</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</enable>
|
|
||||||
<property>/sim/fgcom/test</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
<object-name>test</object-name>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
|
|
||||||
<combo>
|
<combo>
|
||||||
<name>server</name>
|
<name>server</name>
|
||||||
|
|
Loading…
Add table
Reference in a new issue