Put actual stuff in
This commit is contained in:
@@ -0,0 +1,186 @@
|
||||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>addon-simbrief-dialog</name>
|
||||
<layout>vbox</layout>
|
||||
<pref-width>500</pref-width>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<empty>
|
||||
<stretch>1</stretch>
|
||||
</empty>
|
||||
|
||||
<text>
|
||||
<label>SimBrief</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>vbox</layout>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
<label>SimBrief username</label>
|
||||
<pref-width>100</pref-width>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<input>
|
||||
<property>/sim/simbrief/username</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
</input>
|
||||
</group>
|
||||
<empty>
|
||||
<pref-height>10</pref-height>
|
||||
</empty>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<empty>
|
||||
<stretch>1</stretch>
|
||||
</empty>
|
||||
|
||||
<text>
|
||||
<label>What to import</label>
|
||||
</text>
|
||||
|
||||
<empty>
|
||||
<stretch>1</stretch>
|
||||
</empty>
|
||||
</group>
|
||||
<hrule/>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-fp</property>
|
||||
<label>Flight Plan Route</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<valign>top</valign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
<group>
|
||||
<pref-width>100</pref-width>
|
||||
<layout>vbox</layout>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-departure</property>
|
||||
<label>Departure RWY, SID</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-arrival</property>
|
||||
<label>Arrival RWY, STAR</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/autocommit</property>
|
||||
<label>Activate immediately</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-perfinit</property>
|
||||
<label>Performance init</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
</group>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-payload</property>
|
||||
<label>Payload</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
</group>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-fob</property>
|
||||
<label>Fuel</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
</group>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<property>/sim/simbrief/options/import-winds-aloft</property>
|
||||
<label>Winds Aloft</label>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<halign>left</halign>
|
||||
<pref-width>100</pref-width>
|
||||
</checkbox>
|
||||
</group>
|
||||
<hrule/>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
<label>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</label>
|
||||
<format>%s</format>
|
||||
<property>/sim/simbrief/text-status</property>
|
||||
<live type="bool">true</live>
|
||||
</text>
|
||||
</group>
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<button>
|
||||
<legend>Import</legend>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>simbrief.loadFP()</script>
|
||||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
Reference in New Issue
Block a user