]> git.mxchange.org Git - flightgear.git/blob - src/GUI/PathsDialog.ui
Code cleanups, code updates and fix at least on (possible) devide-by-zero
[flightgear.git] / src / GUI / PathsDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddOnsPage</class>
4  <widget class="QWidget" name="AddOnsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>608</width>
10     <height>617</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Configure add-ons</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="dataLocation">
19      <property name="text">
20       <string>TextLabel</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0">
26      <item>
27       <spacer name="horizontalSpacer">
28        <property name="orientation">
29         <enum>Qt::Horizontal</enum>
30        </property>
31        <property name="sizeType">
32         <enum>QSizePolicy::Fixed</enum>
33        </property>
34        <property name="sizeHint" stdset="0">
35         <size>
36          <width>16</width>
37          <height>20</height>
38         </size>
39        </property>
40       </spacer>
41      </item>
42      <item>
43       <widget class="QLabel" name="label_4">
44        <property name="text">
45         <string>FlightGear needs certain files (sometimes called 'fg-data') to function - these are included as part of stable releases.</string>
46        </property>
47        <property name="wordWrap">
48         <bool>true</bool>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QPushButton" name="changeDataDir">
54        <property name="text">
55         <string>Change...</string>
56        </property>
57       </widget>
58      </item>
59     </layout>
60    </item>
61    <item>
62     <widget class="QLabel" name="downloadLocation">
63      <property name="text">
64       <string>TextLabel</string>
65      </property>
66     </widget>
67    </item>
68    <item>
69     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0">
70      <item>
71       <spacer name="horizontalSpacer_2">
72        <property name="orientation">
73         <enum>Qt::Horizontal</enum>
74        </property>
75        <property name="sizeHint" stdset="0">
76         <size>
77          <width>16</width>
78          <height>20</height>
79         </size>
80        </property>
81       </spacer>
82      </item>
83      <item>
84       <widget class="QLabel" name="label_2">
85        <property name="text">
86         <string>Aircraft hangars and automatic scenery downloads may cause this location to contain large numbers of files. Changing this location will cause files to be downloaded again.</string>
87        </property>
88        <property name="wordWrap">
89         <bool>true</bool>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QPushButton" name="changeDownloadDir">
95        <property name="text">
96         <string>Change...</string>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <widget class="QPushButton" name="clearDownloadDir">
102        <property name="text">
103         <string>Use default</string>
104        </property>
105       </widget>
106      </item>
107     </layout>
108    </item>
109    <item>
110     <widget class="QGroupBox" name="groupBox">
111      <property name="title">
112       <string>Additional scenery locations</string>
113      </property>
114      <layout class="QGridLayout" name="gridLayout_3">
115       <property name="leftMargin">
116        <number>8</number>
117       </property>
118       <property name="topMargin">
119        <number>8</number>
120       </property>
121       <property name="rightMargin">
122        <number>8</number>
123       </property>
124       <property name="bottomMargin">
125        <number>8</number>
126       </property>
127       <property name="spacing">
128        <number>0</number>
129       </property>
130       <item row="1" column="2">
131        <widget class="QToolButton" name="addSceneryPath">
132         <property name="sizePolicy">
133          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
134           <horstretch>0</horstretch>
135           <verstretch>0</verstretch>
136          </sizepolicy>
137         </property>
138         <property name="minimumSize">
139          <size>
140           <width>20</width>
141           <height>20</height>
142          </size>
143         </property>
144         <property name="text">
145          <string>+</string>
146         </property>
147        </widget>
148       </item>
149       <item row="1" column="3">
150        <widget class="QToolButton" name="removeSceneryPath">
151         <property name="sizePolicy">
152          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
153           <horstretch>0</horstretch>
154           <verstretch>0</verstretch>
155          </sizepolicy>
156         </property>
157         <property name="minimumSize">
158          <size>
159           <width>20</width>
160           <height>20</height>
161          </size>
162         </property>
163         <property name="text">
164          <string>-</string>
165         </property>
166        </widget>
167       </item>
168       <item row="1" column="1">
169        <spacer name="horizontalSpacer_3">
170         <property name="orientation">
171          <enum>Qt::Horizontal</enum>
172         </property>
173         <property name="sizeHint" stdset="0">
174          <size>
175           <width>567</width>
176           <height>20</height>
177          </size>
178         </property>
179        </spacer>
180       </item>
181       <item row="1" column="0">
182        <widget class="QLabel" name="label">
183         <property name="text">
184          <string>Drag to re-order</string>
185         </property>
186        </widget>
187       </item>
188       <item row="0" column="0" colspan="4">
189        <widget class="QListWidget" name="sceneryPathsList"/>
190       </item>
191      </layout>
192     </widget>
193    </item>
194    <item>
195     <widget class="QGroupBox" name="groupBox_4">
196      <property name="title">
197       <string>Aircraft hangar locations</string>
198      </property>
199      <layout class="QGridLayout" name="gridLayout_6">
200       <property name="leftMargin">
201        <number>8</number>
202       </property>
203       <property name="topMargin">
204        <number>8</number>
205       </property>
206       <property name="rightMargin">
207        <number>8</number>
208       </property>
209       <property name="bottomMargin">
210        <number>8</number>
211       </property>
212       <property name="spacing">
213        <number>0</number>
214       </property>
215       <item row="1" column="3">
216        <widget class="QToolButton" name="removeCatalog">
217         <property name="sizePolicy">
218          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
219           <horstretch>0</horstretch>
220           <verstretch>0</verstretch>
221          </sizepolicy>
222         </property>
223         <property name="minimumSize">
224          <size>
225           <width>20</width>
226           <height>20</height>
227          </size>
228         </property>
229         <property name="text">
230          <string>-</string>
231         </property>
232        </widget>
233       </item>
234       <item row="1" column="2">
235        <widget class="QToolButton" name="addCatalog">
236         <property name="sizePolicy">
237          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
238           <horstretch>0</horstretch>
239           <verstretch>0</verstretch>
240          </sizepolicy>
241         </property>
242         <property name="minimumSize">
243          <size>
244           <width>20</width>
245           <height>20</height>
246          </size>
247         </property>
248         <property name="text">
249          <string>+</string>
250         </property>
251        </widget>
252       </item>
253       <item row="1" column="1">
254        <spacer name="horizontalSpacer_5">
255         <property name="orientation">
256          <enum>Qt::Horizontal</enum>
257         </property>
258         <property name="sizeHint" stdset="0">
259          <size>
260           <width>567</width>
261           <height>20</height>
262          </size>
263         </property>
264        </spacer>
265       </item>
266       <item row="1" column="0">
267        <widget class="QPushButton" name="addDefaultCatalogButton">
268         <property name="text">
269          <string>Restore default aircraft hangar</string>
270         </property>
271        </widget>
272       </item>
273       <item row="0" column="0" colspan="4">
274        <widget class="QListView" name="catalogsList">
275         <property name="wordWrap">
276          <bool>true</bool>
277         </property>
278        </widget>
279       </item>
280      </layout>
281     </widget>
282    </item>
283    <item>
284     <widget class="QGroupBox" name="groupBox_3">
285      <property name="title">
286       <string>Additional aircraft locations</string>
287      </property>
288      <layout class="QGridLayout" name="gridLayout_4">
289       <property name="leftMargin">
290        <number>8</number>
291       </property>
292       <property name="topMargin">
293        <number>8</number>
294       </property>
295       <property name="rightMargin">
296        <number>8</number>
297       </property>
298       <property name="bottomMargin">
299        <number>8</number>
300       </property>
301       <property name="spacing">
302        <number>0</number>
303       </property>
304       <item row="1" column="1">
305        <spacer name="horizontalSpacer_4">
306         <property name="orientation">
307          <enum>Qt::Horizontal</enum>
308         </property>
309         <property name="sizeHint" stdset="0">
310          <size>
311           <width>567</width>
312           <height>20</height>
313          </size>
314         </property>
315        </spacer>
316       </item>
317       <item row="1" column="2">
318        <widget class="QToolButton" name="addAircraftPath">
319         <property name="sizePolicy">
320          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
321           <horstretch>0</horstretch>
322           <verstretch>0</verstretch>
323          </sizepolicy>
324         </property>
325         <property name="minimumSize">
326          <size>
327           <width>20</width>
328           <height>20</height>
329          </size>
330         </property>
331         <property name="text">
332          <string>+</string>
333         </property>
334        </widget>
335       </item>
336       <item row="1" column="3">
337        <widget class="QToolButton" name="removeAircraftPath">
338         <property name="sizePolicy">
339          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
340           <horstretch>0</horstretch>
341           <verstretch>0</verstretch>
342          </sizepolicy>
343         </property>
344         <property name="minimumSize">
345          <size>
346           <width>20</width>
347           <height>20</height>
348          </size>
349         </property>
350         <property name="text">
351          <string>-</string>
352         </property>
353        </widget>
354       </item>
355       <item row="1" column="0">
356        <widget class="QLabel" name="label_3">
357         <property name="text">
358          <string>Drag to re-order</string>
359         </property>
360        </widget>
361       </item>
362       <item row="0" column="0" colspan="4">
363        <widget class="QListWidget" name="aircraftPathsList"/>
364       </item>
365      </layout>
366     </widget>
367    </item>
368   </layout>
369  </widget>
370  <resources/>
371  <connections/>
372 </ui>