]> git.mxchange.org Git - flightgear.git/blob - src/GUI/AddCatalogDialog.ui
Remove some debug output.
[flightgear.git] / src / GUI / AddCatalogDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddCatalogDialog</class>
4  <widget class="QDialog" name="AddCatalogDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>500</width>
10     <height>200</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Add aircraft hangar</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QStackedWidget" name="stack">
19      <property name="currentIndex">
20       <number>0</number>
21      </property>
22      <widget class="QWidget" name="page">
23       <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,1">
24        <item>
25         <widget class="QLabel" name="label">
26          <property name="text">
27           <string>Enter the URL of an aircraft hangar:</string>
28          </property>
29         </widget>
30        </item>
31        <item>
32         <widget class="QLineEdit" name="urlEdit">
33          <property name="placeholderText">
34           <string>http://www.somesite.com/flightgear-aircraft.xml</string>
35          </property>
36         </widget>
37        </item>
38        <item>
39         <spacer name="verticalSpacer">
40          <property name="orientation">
41           <enum>Qt::Vertical</enum>
42          </property>
43          <property name="sizeHint" stdset="0">
44           <size>
45            <width>20</width>
46            <height>40</height>
47           </size>
48          </property>
49         </spacer>
50        </item>
51       </layout>
52      </widget>
53      <widget class="QWidget" name="page_2">
54       <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,1">
55        <item>
56         <widget class="QLabel" name="downloadDescription">
57          <property name="sizePolicy">
58           <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
59            <horstretch>0</horstretch>
60            <verstretch>0</verstretch>
61           </sizepolicy>
62          </property>
63          <property name="text">
64           <string>Please waiting, downloading and checking the hangar information.</string>
65          </property>
66         </widget>
67        </item>
68        <item>
69         <widget class="QProgressBar" name="progressBar">
70          <property name="sizePolicy">
71           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
72            <horstretch>0</horstretch>
73            <verstretch>0</verstretch>
74           </sizepolicy>
75          </property>
76          <property name="maximum">
77           <number>0</number>
78          </property>
79          <property name="value">
80           <number>-1</number>
81          </property>
82         </widget>
83        </item>
84       </layout>
85      </widget>
86      <widget class="QWidget" name="page_3">
87       <layout class="QVBoxLayout" name="verticalLayout_4">
88        <item>
89         <widget class="QLabel" name="resultsSummaryLabel">
90          <property name="text">
91           <string>Lorem Ipsum</string>
92          </property>
93          <property name="alignment">
94           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
95          </property>
96          <property name="wordWrap">
97           <bool>true</bool>
98          </property>
99         </widget>
100        </item>
101       </layout>
102      </widget>
103     </widget>
104    </item>
105    <item>
106     <widget class="QDialogButtonBox" name="buttonBox">
107      <property name="orientation">
108       <enum>Qt::Horizontal</enum>
109      </property>
110      <property name="standardButtons">
111       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
112      </property>
113     </widget>
114    </item>
115   </layout>
116  </widget>
117  <resources/>
118  <connections>
119   <connection>
120    <sender>buttonBox</sender>
121    <signal>accepted()</signal>
122    <receiver>AddCatalogDialog</receiver>
123    <slot>accept()</slot>
124    <hints>
125     <hint type="sourcelabel">
126      <x>248</x>
127      <y>254</y>
128     </hint>
129     <hint type="destinationlabel">
130      <x>157</x>
131      <y>274</y>
132     </hint>
133    </hints>
134   </connection>
135   <connection>
136    <sender>buttonBox</sender>
137    <signal>rejected()</signal>
138    <receiver>AddCatalogDialog</receiver>
139    <slot>reject()</slot>
140    <hints>
141     <hint type="sourcelabel">
142      <x>316</x>
143      <y>260</y>
144     </hint>
145     <hint type="destinationlabel">
146      <x>286</x>
147      <y>274</y>
148     </hint>
149    </hints>
150   </connection>
151  </connections>
152 </ui>