]> git.mxchange.org Git - flightgear.git/blob - src/GUI/SetupRootDialog.ui
Very crude work on GUI base package selection.
[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>618</width>
13     <height>338</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">
20    <item row="0" column="0" rowspan="2">
21     <widget class="QLabel" name="bigIcon">
22      <property name="minimumSize">
23       <size>
24        <width>128</width>
25        <height>0</height>
26       </size>
27      </property>
28      <property name="text">
29       <string>TextLabel</string>
30      </property>
31     </widget>
32    </item>
33    <item row="4" column="1">
34     <widget class="QPushButton" name="downloadButton">
35      <property name="text">
36       <string>Download </string>
37      </property>
38     </widget>
39    </item>
40    <item row="3" column="1">
41     <widget class="QLabel" name="label_2">
42      <property name="text">
43       <string>To download a compressed archive of the files, click the 'Download' button. Once the download is complete, extract the files to a suitabe location and choose the folder using the button above.</string>
44      </property>
45      <property name="wordWrap">
46       <bool>true</bool>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="1">
51     <widget class="QLabel" name="promptText">
52      <property name="minimumSize">
53       <size>
54        <width>0</width>
55        <height>80</height>
56       </size>
57      </property>
58      <property name="text">
59       <string>Replace me</string>
60      </property>
61      <property name="alignment">
62       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
63      </property>
64      <property name="wordWrap">
65       <bool>true</bool>
66      </property>
67     </widget>
68    </item>
69    <item row="2" column="1">
70     <widget class="QPushButton" name="browseButton">
71      <property name="text">
72       <string>Choose folder...</string>
73      </property>
74      <property name="default">
75       <bool>true</bool>
76      </property>
77     </widget>
78    </item>
79    <item row="0" column="1">
80     <widget class="QLabel" name="versionLabel">
81      <property name="text">
82       <string>FlightGear version 3.4.5</string>
83      </property>
84     </widget>
85    </item>
86    <item row="6" column="0" colspan="2">
87     <widget class="QDialogButtonBox" name="buttonBox">
88      <property name="orientation">
89       <enum>Qt::Horizontal</enum>
90      </property>
91      <property name="standardButtons">
92       <set>QDialogButtonBox::Cancel</set>
93      </property>
94     </widget>
95    </item>
96    <item row="5" column="1">
97     <spacer name="verticalSpacer">
98      <property name="orientation">
99       <enum>Qt::Vertical</enum>
100      </property>
101      <property name="sizeHint" stdset="0">
102       <size>
103        <width>20</width>
104        <height>40</height>
105       </size>
106      </property>
107     </spacer>
108    </item>
109   </layout>
110  </widget>
111  <resources/>
112  <connections/>
113 </ui>