Improve settings migration and management (#5107)
[opentx.git] / companion / src / downloaddialog.ui
blobf51dfd085d00f7389780857df1e4760e7220cb7f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>downloadDialog</class>
4 <widget class="QDialog" name="downloadDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>562</width>
10 <height>82</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Downloading: </string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QProgressBar" name="progressBar">
19 <property name="value">
20 <number>0</number>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QDialogButtonBox" name="buttonBox">
26 <property name="orientation">
27 <enum>Qt::Horizontal</enum>
28 </property>
29 <property name="standardButtons">
30 <set>QDialogButtonBox::Cancel</set>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <spacer name="verticalSpacer">
36 <property name="orientation">
37 <enum>Qt::Vertical</enum>
38 </property>
39 <property name="sizeHint" stdset="0">
40 <size>
41 <width>20</width>
42 <height>40</height>
43 </size>
44 </property>
45 </spacer>
46 </item>
47 </layout>
48 </widget>
49 <resources>
50 <include location="companion.qrc"/>
51 </resources>
52 <connections>
53 <connection>
54 <sender>buttonBox</sender>
55 <signal>accepted()</signal>
56 <receiver>downloadDialog</receiver>
57 <slot>accept()</slot>
58 <hints>
59 <hint type="sourcelabel">
60 <x>248</x>
61 <y>254</y>
62 </hint>
63 <hint type="destinationlabel">
64 <x>157</x>
65 <y>274</y>
66 </hint>
67 </hints>
68 </connection>
69 <connection>
70 <sender>buttonBox</sender>
71 <signal>rejected()</signal>
72 <receiver>downloadDialog</receiver>
73 <slot>reject()</slot>
74 <hints>
75 <hint type="sourcelabel">
76 <x>316</x>
77 <y>260</y>
78 </hint>
79 <hint type="destinationlabel">
80 <x>286</x>
81 <y>274</y>
82 </hint>
83 </hints>
84 </connection>
85 </connections>
86 </ui>