]> git.mxchange.org Git - flightgear.git/blob - src/GUI/PathsDialog.ui
Checkpoint - ground-net skips the cache
[flightgear.git] / src / GUI / PathsDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PathsDialog</class>
4  <widget class="QDialog" name="PathsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>600</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="downloadLocation">
19      <property name="text">
20       <string>TextLabel</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
26      <item>
27       <spacer name="horizontalSpacer">
28        <property name="orientation">
29         <enum>Qt::Horizontal</enum>
30        </property>
31        <property name="sizeHint" stdset="0">
32         <size>
33          <width>40</width>
34          <height>20</height>
35         </size>
36        </property>
37       </spacer>
38      </item>
39      <item>
40       <widget class="QPushButton" name="changeDownloadDir">
41        <property name="text">
42         <string>Change...</string>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QPushButton" name="clearDownloadDir">
48        <property name="text">
49         <string>Use default location</string>
50        </property>
51       </widget>
52      </item>
53     </layout>
54    </item>
55    <item>
56     <widget class="QLabel" name="label_2">
57      <property name="text">
58       <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>
59      </property>
60      <property name="wordWrap">
61       <bool>true</bool>
62      </property>
63     </widget>
64    </item>
65    <item>
66     <widget class="QGroupBox" name="groupBox">
67      <property name="title">
68       <string>Additional scenery locations</string>
69      </property>
70      <layout class="QGridLayout" name="gridLayout_3">
71       <property name="leftMargin">
72        <number>8</number>
73       </property>
74       <property name="topMargin">
75        <number>8</number>
76       </property>
77       <property name="rightMargin">
78        <number>8</number>
79       </property>
80       <property name="bottomMargin">
81        <number>8</number>
82       </property>
83       <property name="spacing">
84        <number>0</number>
85       </property>
86       <item row="1" column="0">
87        <spacer name="horizontalSpacer_3">
88         <property name="orientation">
89          <enum>Qt::Horizontal</enum>
90         </property>
91         <property name="sizeHint" stdset="0">
92          <size>
93           <width>567</width>
94           <height>20</height>
95          </size>
96         </property>
97        </spacer>
98       </item>
99       <item row="1" column="1">
100        <widget class="QToolButton" name="addSceneryPath">
101         <property name="sizePolicy">
102          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
103           <horstretch>0</horstretch>
104           <verstretch>0</verstretch>
105          </sizepolicy>
106         </property>
107         <property name="minimumSize">
108          <size>
109           <width>20</width>
110           <height>20</height>
111          </size>
112         </property>
113         <property name="text">
114          <string>+</string>
115         </property>
116        </widget>
117       </item>
118       <item row="0" column="0" colspan="3">
119        <widget class="QListWidget" name="sceneryPathsList"/>
120       </item>
121       <item row="1" column="2">
122        <widget class="QToolButton" name="removeSceneryPath">
123         <property name="sizePolicy">
124          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
125           <horstretch>0</horstretch>
126           <verstretch>0</verstretch>
127          </sizepolicy>
128         </property>
129         <property name="minimumSize">
130          <size>
131           <width>20</width>
132           <height>20</height>
133          </size>
134         </property>
135         <property name="text">
136          <string>-</string>
137         </property>
138        </widget>
139       </item>
140      </layout>
141     </widget>
142    </item>
143    <item>
144     <widget class="QGroupBox" name="groupBox_4">
145      <property name="title">
146       <string>Aircraft hangar locations</string>
147      </property>
148      <layout class="QGridLayout" name="gridLayout_6">
149       <property name="leftMargin">
150        <number>8</number>
151       </property>
152       <property name="topMargin">
153        <number>8</number>
154       </property>
155       <property name="rightMargin">
156        <number>8</number>
157       </property>
158       <property name="bottomMargin">
159        <number>8</number>
160       </property>
161       <property name="spacing">
162        <number>0</number>
163       </property>
164       <item row="1" column="3">
165        <widget class="QToolButton" name="removeCatalog">
166         <property name="sizePolicy">
167          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
168           <horstretch>0</horstretch>
169           <verstretch>0</verstretch>
170          </sizepolicy>
171         </property>
172         <property name="minimumSize">
173          <size>
174           <width>20</width>
175           <height>20</height>
176          </size>
177         </property>
178         <property name="text">
179          <string>-</string>
180         </property>
181        </widget>
182       </item>
183       <item row="1" column="2">
184        <widget class="QToolButton" name="addCatalog">
185         <property name="sizePolicy">
186          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
187           <horstretch>0</horstretch>
188           <verstretch>0</verstretch>
189          </sizepolicy>
190         </property>
191         <property name="minimumSize">
192          <size>
193           <width>20</width>
194           <height>20</height>
195          </size>
196         </property>
197         <property name="text">
198          <string>+</string>
199         </property>
200        </widget>
201       </item>
202       <item row="1" column="1">
203        <spacer name="horizontalSpacer_5">
204         <property name="orientation">
205          <enum>Qt::Horizontal</enum>
206         </property>
207         <property name="sizeHint" stdset="0">
208          <size>
209           <width>567</width>
210           <height>20</height>
211          </size>
212         </property>
213        </spacer>
214       </item>
215       <item row="1" column="0">
216        <widget class="QPushButton" name="addDefaultCatalogButton">
217         <property name="text">
218          <string>Restore default aircraft hangar</string>
219         </property>
220        </widget>
221       </item>
222       <item row="0" column="0" colspan="4">
223        <widget class="QListView" name="catalogsList"/>
224       </item>
225      </layout>
226     </widget>
227    </item>
228    <item>
229     <widget class="QGroupBox" name="groupBox_3">
230      <property name="title">
231       <string>Additional aircraft locations</string>
232      </property>
233      <layout class="QGridLayout" name="gridLayout_4">
234       <property name="leftMargin">
235        <number>8</number>
236       </property>
237       <property name="topMargin">
238        <number>8</number>
239       </property>
240       <property name="rightMargin">
241        <number>8</number>
242       </property>
243       <property name="bottomMargin">
244        <number>8</number>
245       </property>
246       <property name="spacing">
247        <number>0</number>
248       </property>
249       <item row="0" column="0" colspan="3">
250        <widget class="QListWidget" name="aircraftPathsList"/>
251       </item>
252       <item row="1" column="0">
253        <spacer name="horizontalSpacer_4">
254         <property name="orientation">
255          <enum>Qt::Horizontal</enum>
256         </property>
257         <property name="sizeHint" stdset="0">
258          <size>
259           <width>567</width>
260           <height>20</height>
261          </size>
262         </property>
263        </spacer>
264       </item>
265       <item row="1" column="2">
266        <widget class="QToolButton" name="removeAircraftPath">
267         <property name="sizePolicy">
268          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
269           <horstretch>0</horstretch>
270           <verstretch>0</verstretch>
271          </sizepolicy>
272         </property>
273         <property name="minimumSize">
274          <size>
275           <width>20</width>
276           <height>20</height>
277          </size>
278         </property>
279         <property name="text">
280          <string>-</string>
281         </property>
282        </widget>
283       </item>
284       <item row="1" column="1">
285        <widget class="QToolButton" name="addAircraftPath">
286         <property name="sizePolicy">
287          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
288           <horstretch>0</horstretch>
289           <verstretch>0</verstretch>
290          </sizepolicy>
291         </property>
292         <property name="minimumSize">
293          <size>
294           <width>20</width>
295           <height>20</height>
296          </size>
297         </property>
298         <property name="text">
299          <string>+</string>
300         </property>
301        </widget>
302       </item>
303      </layout>
304     </widget>
305    </item>
306    <item>
307     <widget class="QDialogButtonBox" name="buttonBox">
308      <property name="orientation">
309       <enum>Qt::Horizontal</enum>
310      </property>
311      <property name="standardButtons">
312       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
313      </property>
314     </widget>
315    </item>
316   </layout>
317  </widget>
318  <resources/>
319  <connections>
320   <connection>
321    <sender>buttonBox</sender>
322    <signal>accepted()</signal>
323    <receiver>PathsDialog</receiver>
324    <slot>accept()</slot>
325    <hints>
326     <hint type="sourcelabel">
327      <x>248</x>
328      <y>254</y>
329     </hint>
330     <hint type="destinationlabel">
331      <x>157</x>
332      <y>274</y>
333     </hint>
334    </hints>
335   </connection>
336   <connection>
337    <sender>buttonBox</sender>
338    <signal>rejected()</signal>
339    <receiver>PathsDialog</receiver>
340    <slot>reject()</slot>
341    <hints>
342     <hint type="sourcelabel">
343      <x>316</x>
344      <y>260</y>
345     </hint>
346     <hint type="destinationlabel">
347      <x>286</x>
348      <y>274</y>
349     </hint>
350    </hints>
351   </connection>
352  </connections>
353 </ui>