1
0
Fork 0
fgdata/gui/dialogs/local_weather_config.xml

274 lines
4 KiB
XML
Raw Normal View History

2010-09-10 06:52:21 +00:00
<?xml version="1.0"?>
<PropertyList>
<!-- Weather tiles -->
<name>local_weather_config</name>
<width>400</width>
<height>400</height>
<modal>false</modal>
<text>
<x>5</x>
<y>370</y>
<label>Tile creation settings </label>
</text>
<text>
<x>60</x>
<y>340</y>
<label>loading distance</label>
</text>
<text>
<x>10</x>
<y>320</y>
<label>25 km</label>
</text>
<slider>
<x>60</x>
<y>320</y>
<width>100</width>
<height>20</height>
<min>29000.0</min>
2010-09-10 06:52:21 +00:00
<max>55000.0</max>
<property>/local-weather/config/distance-to-load-tile-m</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<x>170</x>
<y>320</y>
<label>55 km</label>
</text>
<checkbox>
<x>250</x>
<y>350</y>
<width>15</width>
<height>15</height>
<label>asymmetric range</label>
<property>/local-weather/tmp/asymmetric-tile-loading-flag</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<x>220</x>
<y>320</y>
<label>0.5</label>
</text>
<slider>
<x>250</x>
<y>320</y>
<width>100</width>
<height>20</height>
<min>0.5</min>
<max>1.0</max>
<property>/local-weather/config/asymmetric-reduction</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<x>360</x>
<y>320</y>
<label>1.0</label>
</text>
<text>
<x>5</x>
<y>280</y>
<label>Cloud buffering settings</label>
</text>
<text>
<x>60</x>
<y>260</y>
<label>visible range</label>
</text>
<text>
<x>10</x>
<y>240</y>
<label>15 km</label>
</text>
<slider>
<x>60</x>
<y>240</y>
<width>100</width>
<height>20</height>
<min>15000.0</min>
<max>45000.0</max>
<property>/local-weather/config/clouds-visible-range-m</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<x>170</x>
<y>240</y>
<label>45 km</label>
</text>
<checkbox>
<x>250</x>
<y>270</y>
<width>15</width>
<height>15</height>
<label>asymmetric buffering</label>
<property>/local-weather/config/asymmetric-buffering-flag</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<x>220</x>
<y>240</y>
<label>0.2</label>
</text>
<slider>
<x>250</x>
<y>240</y>
<width>100</width>
<height>20</height>
<min>0.2</min>
<max>1.0</max>
<property>/local-weather/config/asymmetric-buffering-reduction</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<x>360</x>
<y>240</y>
<label>1.0</label>
</text>
<text>
<x>170</x>
<y>210</y>
<label>angle:</label>
</text>
<text>
<x>220</x>
<y>210</y>
<label>0.0</label>
</text>
<slider>
<x>250</x>
<y>210</y>
<width>100</width>
<height>20</height>
<min>0.0</min>
<max>180.0</max>
<property>/local-weather/config/asymmetric-buffering-angle-deg</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<x>360</x>
<y>210</y>
<label>180</label>
</text>
<text>
<x>5</x>
<y>160</y>
<label>Weather dynamics settings</label>
</text>
<text>
<x>60</x>
<y>140</y>
<label>max. clouds in loop</label>
</text>
<text>
<x>10</x>
<y>120</y>
<label>100</label>
</text>
<slider>
<x>60</x>
<y>120</y>
<width>100</width>
<height>20</height>
<min>100</min>
<max>400</max>
<property>/local-weather/config/clouds-in-dynamics-loop</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<x>170</x>
<y>120</y>
<label>400</label>
</text>
<group>
<x>10</x>
<y>10</y>
<button>
<x>0</x>
<y>0</y>
<legend>OK</legend>
<equal>true</equal>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
<button>
<x>135</x>
<y>0</y>
<legend>Cancel</legend>
<equal>true</equal>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>