]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Launcher.ui
Launcher: Maintain aircraft selection better
[flightgear.git] / src / GUI / Launcher.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Launcher</class>
4  <widget class="QDialog" name="Launcher">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>800</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Start FlightGear</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1,0">
17    <property name="spacing">
18     <number>6</number>
19    </property>
20    <property name="leftMargin">
21     <number>6</number>
22    </property>
23    <property name="topMargin">
24     <number>6</number>
25    </property>
26    <property name="rightMargin">
27     <number>6</number>
28    </property>
29    <property name="bottomMargin">
30     <number>6</number>
31    </property>
32    <item>
33     <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0,1">
34      <item row="3" column="2">
35       <spacer name="verticalSpacer_2">
36        <property name="orientation">
37         <enum>Qt::Vertical</enum>
38        </property>
39        <property name="sizeHint" stdset="0">
40         <size>
41          <width>20</width>
42          <height>40</height>
43         </size>
44        </property>
45       </spacer>
46      </item>
47      <item row="0" column="2">
48       <widget class="QLabel" name="aircraftDescription">
49        <property name="text">
50         <string/>
51        </property>
52        <property name="wordWrap">
53         <bool>true</bool>
54        </property>
55       </widget>
56      </item>
57      <item row="1" column="2">
58       <widget class="QLabel" name="locationDescription">
59        <property name="text">
60         <string/>
61        </property>
62        <property name="wordWrap">
63         <bool>true</bool>
64        </property>
65       </widget>
66      </item>
67      <item row="0" column="0" rowspan="4">
68       <widget class="QLabel" name="thumbnail">
69        <property name="sizePolicy">
70         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
71          <horstretch>0</horstretch>
72          <verstretch>0</verstretch>
73         </sizepolicy>
74        </property>
75        <property name="minimumSize">
76         <size>
77          <width>171</width>
78          <height>128</height>
79         </size>
80        </property>
81        <property name="text">
82         <string>TextLabel</string>
83        </property>
84       </widget>
85      </item>
86      <item row="1" column="1">
87       <widget class="QLabel" name="label_3">
88        <property name="text">
89         <string>Location:</string>
90        </property>
91        <property name="alignment">
92         <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
93        </property>
94       </widget>
95      </item>
96      <item row="0" column="1">
97       <widget class="QLabel" name="label_4">
98        <property name="text">
99         <string>Aircraft:</string>
100        </property>
101        <property name="alignment">
102         <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
103        </property>
104       </widget>
105      </item>
106      <item row="2" column="1">
107       <widget class="QLabel" name="label_5">
108        <property name="text">
109         <string>Settings:</string>
110        </property>
111        <property name="alignment">
112         <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
113        </property>
114       </widget>
115      </item>
116      <item row="2" column="2">
117       <widget class="QLabel" name="settingsDescription">
118        <property name="text">
119         <string/>
120        </property>
121        <property name="wordWrap">
122         <bool>true</bool>
123        </property>
124       </widget>
125      </item>
126     </layout>
127    </item>
128    <item>
129     <widget class="QTabWidget" name="tabWidget">
130      <property name="currentIndex">
131       <number>0</number>
132      </property>
133      <widget class="QWidget" name="aircraftTab">
134       <attribute name="title">
135        <string>Aircraft</string>
136       </attribute>
137       <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0,0">
138        <property name="spacing">
139         <number>4</number>
140        </property>
141        <property name="leftMargin">
142         <number>4</number>
143        </property>
144        <property name="topMargin">
145         <number>8</number>
146        </property>
147        <property name="rightMargin">
148         <number>4</number>
149        </property>
150        <property name="bottomMargin">
151         <number>4</number>
152        </property>
153        <item>
154         <widget class="QListView" name="aircraftList"/>
155        </item>
156        <item>
157         <layout class="QHBoxLayout" name="horizontalLayout_2">
158          <property name="spacing">
159           <number>4</number>
160          </property>
161          <property name="topMargin">
162           <number>4</number>
163          </property>
164          <item>
165           <widget class="QLabel" name="label_2">
166            <property name="text">
167             <string>Search:</string>
168            </property>
169           </widget>
170          </item>
171          <item>
172           <widget class="QLineEdit" name="aircraftFilter">
173            <property name="placeholderText">
174             <string>Search aircraft</string>
175            </property>
176           </widget>
177          </item>
178          <item>
179           <widget class="QPushButton" name="aircraftHistory">
180            <property name="autoDefault">
181             <bool>false</bool>
182            </property>
183           </widget>
184          </item>
185         </layout>
186        </item>
187        <item>
188         <layout class="QHBoxLayout" name="horizontalLayout_5">
189          <item>
190           <widget class="QCheckBox" name="onlyShowInstalledCheck">
191            <property name="text">
192             <string>Only show installed aircraft</string>
193            </property>
194           </widget>
195          </item>
196          <item>
197           <spacer name="horizontalSpacer_3">
198            <property name="orientation">
199             <enum>Qt::Horizontal</enum>
200            </property>
201            <property name="sizeHint" stdset="0">
202             <size>
203              <width>40</width>
204              <height>20</height>
205             </size>
206            </property>
207           </spacer>
208          </item>
209          <item>
210           <widget class="QCheckBox" name="ratingsFilterCheck">
211            <property name="sizePolicy">
212             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
213              <horstretch>0</horstretch>
214              <verstretch>0</verstretch>
215             </sizepolicy>
216            </property>
217            <property name="text">
218             <string>Hide aircraft based on completeness (rating)</string>
219            </property>
220            <property name="checked">
221             <bool>true</bool>
222            </property>
223           </widget>
224          </item>
225          <item>
226           <widget class="QPushButton" name="editRatingFilter">
227            <property name="text">
228             <string>Edit...</string>
229            </property>
230            <property name="autoDefault">
231             <bool>false</bool>
232            </property>
233           </widget>
234          </item>
235         </layout>
236        </item>
237       </layout>
238      </widget>
239      <widget class="QWidget" name="locationTab">
240       <attribute name="title">
241        <string>Location</string>
242       </attribute>
243       <layout class="QVBoxLayout" name="verticalLayout_4">
244        <property name="leftMargin">
245         <number>4</number>
246        </property>
247        <property name="rightMargin">
248         <number>4</number>
249        </property>
250        <property name="bottomMargin">
251         <number>4</number>
252        </property>
253        <item>
254         <widget class="LocationWidget" name="location" native="true"/>
255        </item>
256       </layout>
257      </widget>
258      <widget class="QWidget" name="settingsTab">
259       <attribute name="title">
260        <string>Settings</string>
261       </attribute>
262       <layout class="QGridLayout" name="gridLayout_5">
263        <property name="leftMargin">
264         <number>8</number>
265        </property>
266        <property name="rightMargin">
267         <number>8</number>
268        </property>
269        <property name="bottomMargin">
270         <number>8</number>
271        </property>
272        <item row="0" column="0">
273         <layout class="QHBoxLayout" name="horizontalLayout_4">
274          <item>
275           <widget class="QLabel" name="label">
276            <property name="text">
277             <string>Time of day:</string>
278            </property>
279            <property name="alignment">
280             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
281            </property>
282           </widget>
283          </item>
284          <item>
285           <widget class="QComboBox" name="timeOfDayCombo">
286            <item>
287             <property name="text">
288              <string>Current time</string>
289             </property>
290            </item>
291            <item>
292             <property name="text">
293              <string>Dawn</string>
294             </property>
295            </item>
296            <item>
297             <property name="text">
298              <string>Morning</string>
299             </property>
300            </item>
301            <item>
302             <property name="text">
303              <string>Noon</string>
304             </property>
305            </item>
306            <item>
307             <property name="text">
308              <string>Afternoon</string>
309             </property>
310            </item>
311            <item>
312             <property name="text">
313              <string>Dusk</string>
314             </property>
315            </item>
316            <item>
317             <property name="text">
318              <string>Evening</string>
319             </property>
320            </item>
321            <item>
322             <property name="text">
323              <string>Night</string>
324             </property>
325            </item>
326           </widget>
327          </item>
328         </layout>
329        </item>
330        <item row="1" column="1">
331         <widget class="QCheckBox" name="rembrandtCheckbox">
332          <property name="text">
333           <string>Enable deferred rendering (Rembrandt)</string>
334          </property>
335          <property name="startupOnly" stdset="0">
336           <bool>true</bool>
337          </property>
338         </widget>
339        </item>
340        <item row="4" column="1">
341         <widget class="QCheckBox" name="fullScreenCheckbox">
342          <property name="text">
343           <string>Start full-screen</string>
344          </property>
345          <property name="startupOnly" stdset="0">
346           <bool>true</bool>
347          </property>
348         </widget>
349        </item>
350        <item row="4" column="0">
351         <widget class="QCheckBox" name="fetchRealWxrCheckbox">
352          <property name="text">
353           <string>Fetch real weather online</string>
354          </property>
355         </widget>
356        </item>
357        <item row="1" column="0">
358         <widget class="QCheckBox" name="msaaCheckbox">
359          <property name="text">
360           <string>Enable Multi-sample anti-aliasing</string>
361          </property>
362          <property name="startupOnly" stdset="0">
363           <bool>true</bool>
364          </property>
365         </widget>
366        </item>
367        <item row="5" column="0">
368         <widget class="QCheckBox" name="startPausedCheck">
369          <property name="text">
370           <string>Start paused</string>
371          </property>
372          <property name="startupOnly" stdset="0">
373           <bool>true</bool>
374          </property>
375         </widget>
376        </item>
377        <item row="3" column="0" colspan="2">
378         <layout class="QHBoxLayout" name="horizontalLayout_7">
379          <item>
380           <spacer name="horizontalSpacer_2">
381            <property name="orientation">
382             <enum>Qt::Horizontal</enum>
383            </property>
384            <property name="sizeType">
385             <enum>QSizePolicy::Fixed</enum>
386            </property>
387            <property name="sizeHint" stdset="0">
388             <size>
389              <width>40</width>
390              <height>20</height>
391             </size>
392            </property>
393           </spacer>
394          </item>
395          <item>
396           <widget class="QLabel" name="label_6">
397            <property name="text">
398             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If scenery download is disabled, you may need to download additional files from &lt;a href=&quot;http://www.flightgear.org/download/scenery/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;this page&lt;/span&gt;&lt;/a&gt; and install them in a scenery location; otherwise some objects may be missing from the world.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
399            </property>
400            <property name="wordWrap">
401             <bool>true</bool>
402            </property>
403            <property name="openExternalLinks">
404             <bool>true</bool>
405            </property>
406           </widget>
407          </item>
408         </layout>
409        </item>
410        <item row="2" column="0" colspan="2">
411         <widget class="QCheckBox" name="terrasyncCheck">
412          <property name="text">
413           <string>Enable automatic scenery downloading (TerraSync)</string>
414          </property>
415         </widget>
416        </item>
417        <item row="0" column="1">
418         <layout class="QHBoxLayout" name="horizontalLayout_8">
419          <item>
420           <widget class="QLabel" name="label_7">
421            <property name="text">
422             <string>Season:</string>
423            </property>
424            <property name="alignment">
425             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
426            </property>
427           </widget>
428          </item>
429          <item>
430           <widget class="QComboBox" name="seasonCombo">
431            <item>
432             <property name="text">
433              <string>Summer</string>
434             </property>
435            </item>
436            <item>
437             <property name="text">
438              <string>Winter</string>
439             </property>
440            </item>
441           </widget>
442          </item>
443         </layout>
444        </item>
445        <item row="8" column="0" colspan="2">
446         <widget class="QGroupBox" name="groupBox_2">
447          <property name="title">
448           <string>Additional options</string>
449          </property>
450          <property name="startupOnly" stdset="0">
451           <bool>true</bool>
452          </property>
453          <layout class="QVBoxLayout" name="verticalLayout_7">
454           <item>
455            <widget class="QPlainTextEdit" name="commandLineArgs"/>
456           </item>
457           <item>
458            <widget class="QLabel" name="label_8">
459             <property name="text">
460              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;For information on additional options, please &lt;a href=&quot;http://mapserver.flightgear.org/getstart/getstart-enpa2.html#x5-450004.5&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;see here&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
461             </property>
462             <property name="textFormat">
463              <enum>Qt::RichText</enum>
464             </property>
465             <property name="openExternalLinks">
466              <bool>true</bool>
467             </property>
468            </widget>
469           </item>
470          </layout>
471         </widget>
472        </item>
473        <item row="7" column="0">
474         <spacer name="verticalSpacer">
475          <property name="orientation">
476           <enum>Qt::Vertical</enum>
477          </property>
478          <property name="sizeHint" stdset="0">
479           <size>
480            <width>20</width>
481            <height>40</height>
482           </size>
483          </property>
484         </spacer>
485        </item>
486        <item row="6" column="0">
487         <widget class="QPushButton" name="pathsButton">
488          <property name="text">
489           <string>Configure add-on aircraft and scenery</string>
490          </property>
491          <property name="startupOnly" stdset="0">
492           <bool>true</bool>
493          </property>
494         </widget>
495        </item>
496       </layout>
497      </widget>
498     </widget>
499    </item>
500    <item>
501     <layout class="QHBoxLayout" name="horizontalLayout">
502      <item>
503       <widget class="QPushButton" name="quitButton">
504        <property name="text">
505         <string>Quit</string>
506        </property>
507        <property name="autoDefault">
508         <bool>false</bool>
509        </property>
510       </widget>
511      </item>
512      <item>
513       <spacer name="horizontalSpacer">
514        <property name="orientation">
515         <enum>Qt::Horizontal</enum>
516        </property>
517        <property name="sizeHint" stdset="0">
518         <size>
519          <width>412</width>
520          <height>20</height>
521         </size>
522        </property>
523       </spacer>
524      </item>
525      <item>
526       <widget class="QPushButton" name="runButton">
527        <property name="text">
528         <string>Run</string>
529        </property>
530        <property name="autoDefault">
531         <bool>false</bool>
532        </property>
533        <property name="flat">
534         <bool>false</bool>
535        </property>
536       </widget>
537      </item>
538     </layout>
539    </item>
540   </layout>
541  </widget>
542  <customwidgets>
543   <customwidget>
544    <class>LocationWidget</class>
545    <extends>QWidget</extends>
546    <header location="global">GUI/LocationWidget.hxx</header>
547    <container>1</container>
548   </customwidget>
549  </customwidgets>
550  <resources/>
551  <connections/>
552 </ui>