]> git.mxchange.org Git - flightgear.git/blob - src/GUI/SetupRootDialog.ui
Code cleanups, code updates and fix at least on (possible) devide-by-zero
[flightgear.git] / src / GUI / SetupRootDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SetupRootDialog</class>
4  <widget class="QDialog" name="SetupRootDialog">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>627</width>
13     <height>392</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Setup required data files</string>
18   </property>
19   <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
20    <item row="7" column="1">
21     <spacer name="verticalSpacer">
22      <property name="orientation">
23       <enum>Qt::Vertical</enum>
24      </property>
25      <property name="sizeHint" stdset="0">
26       <size>
27        <width>20</width>
28        <height>40</height>
29       </size>
30      </property>
31     </spacer>
32    </item>
33    <item row="0" column="0" rowspan="2">
34     <widget class="QLabel" name="bigIcon">
35      <property name="minimumSize">
36       <size>
37        <width>128</width>
38        <height>0</height>
39       </size>
40      </property>
41      <property name="text">
42       <string>TextLabel</string>
43      </property>
44     </widget>
45    </item>
46    <item row="8" column="1" colspan="2">
47     <widget class="QDialogButtonBox" name="buttonBox">
48      <property name="orientation">
49       <enum>Qt::Horizontal</enum>
50      </property>
51      <property name="standardButtons">
52       <set>QDialogButtonBox::Cancel</set>
53      </property>
54     </widget>
55    </item>
56    <item row="0" column="1" colspan="2">
57     <widget class="QLabel" name="versionLabel">
58      <property name="text">
59       <string>FlightGear version 3.4.5</string>
60      </property>
61     </widget>
62    </item>
63    <item row="3" column="2" alignment="Qt::AlignTop">
64     <widget class="QPushButton" name="useDefaultsButton">
65      <property name="text">
66       <string>Use built-in data files</string>
67      </property>
68     </widget>
69    </item>
70    <item row="6" column="2" alignment="Qt::AlignTop">
71     <widget class="QPushButton" name="downloadButton">
72      <property name="text">
73       <string>Download </string>
74      </property>
75     </widget>
76    </item>
77    <item row="1" column="1" colspan="2">
78     <widget class="QLabel" name="promptText">
79      <property name="minimumSize">
80       <size>
81        <width>0</width>
82        <height>80</height>
83       </size>
84      </property>
85      <property name="text">
86       <string>Replace me</string>
87      </property>
88      <property name="alignment">
89       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
90      </property>
91      <property name="wordWrap">
92       <bool>true</bool>
93      </property>
94     </widget>
95    </item>
96    <item row="2" column="2" alignment="Qt::AlignTop">
97     <widget class="QPushButton" name="browseButton">
98      <property name="text">
99       <string>Choose folder...</string>
100      </property>
101      <property name="default">
102       <bool>true</bool>
103      </property>
104     </widget>
105    </item>
106    <item row="3" column="1">
107     <widget class="QLabel" name="useDefaultLabel">
108      <property name="text">
109       <string>To use the files included with this copy of FlightGear, click this button</string>
110      </property>
111      <property name="wordWrap">
112       <bool>true</bool>
113      </property>
114     </widget>
115    </item>
116    <item row="6" column="1">
117     <widget class="QLabel" name="label_2">
118      <property name="text">
119       <string>To download a compressed archive of the files, click the 'Download' button. Once the download is complete, extract the files to a suitable location and choose the folder using the button above.</string>
120      </property>
121      <property name="wordWrap">
122       <bool>true</bool>
123      </property>
124     </widget>
125    </item>
126    <item row="2" column="1">
127     <widget class="QLabel" name="label_3">
128      <property name="text">
129       <string>To browse to a downloaded copy of the files on your computer, click this button</string>
130      </property>
131      <property name="wordWrap">
132       <bool>true</bool>
133      </property>
134     </widget>
135    </item>
136   </layout>
137  </widget>
138  <resources/>
139  <connections/>
140 </ui>