GPS Sport Sniffer is a open source GPS application developed with Qt and made in...
[gpssportsniffer] / downloadingStatus.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DownloadingStatus</class>
4  <widget class="QDialog" name="DownloadingStatus">
5   <property name="windowModality">
6    <enum>Qt::WindowModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>800</width>
13     <height>210</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="windowTitle">
23    <string>Download Maps</string>
24   </property>
25   <widget class="QDialogButtonBox" name="buttonBox">
26    <property name="geometry">
27     <rect>
28      <x>10</x>
29      <y>160</y>
30      <width>781</width>
31      <height>32</height>
32     </rect>
33    </property>
34    <property name="orientation">
35     <enum>Qt::Horizontal</enum>
36    </property>
37    <property name="standardButtons">
38     <set>QDialogButtonBox::Cancel</set>
39    </property>
40   </widget>
41   <widget class="QWidget" name="horizontalLayoutWidget">
42    <property name="geometry">
43     <rect>
44      <x>10</x>
45      <y>60</y>
46      <width>781</width>
47      <height>80</height>
48     </rect>
49    </property>
50    <layout class="QHBoxLayout" name="horizontalLayout">
51     <property name="sizeConstraint">
52      <enum>QLayout::SetMaximumSize</enum>
53     </property>
54     <item>
55      <widget class="QProgressBar" name="progressBar">
56       <property name="value">
57        <number>24</number>
58       </property>
59      </widget>
60     </item>
61    </layout>
62   </widget>
63   <widget class="QLabel" name="label">
64    <property name="geometry">
65     <rect>
66      <x>10</x>
67      <y>20</y>
68      <width>271</width>
69      <height>31</height>
70     </rect>
71    </property>
72    <property name="styleSheet">
73     <string notr="true">color: rgb(85, 255, 255);</string>
74    </property>
75    <property name="text">
76     <string>Downloading maps</string>
77    </property>
78    <property name="textFormat">
79     <enum>Qt::LogText</enum>
80    </property>
81   </widget>
82  </widget>
83  <resources/>
84  <connections>
85   <connection>
86    <sender>buttonBox</sender>
87    <signal>accepted()</signal>
88    <receiver>DownloadingStatus</receiver>
89    <slot>accept()</slot>
90    <hints>
91     <hint type="sourcelabel">
92      <x>248</x>
93      <y>254</y>
94     </hint>
95     <hint type="destinationlabel">
96      <x>157</x>
97      <y>274</y>
98     </hint>
99    </hints>
100   </connection>
101   <connection>
102    <sender>buttonBox</sender>
103    <signal>rejected()</signal>
104    <receiver>DownloadingStatus</receiver>
105    <slot>reject()</slot>
106    <hints>
107     <hint type="sourcelabel">
108      <x>316</x>
109      <y>260</y>
110     </hint>
111     <hint type="destinationlabel">
112      <x>286</x>
113      <y>274</y>
114     </hint>
115    </hints>
116   </connection>
117  </connections>
118 </ui>