all repos — mgba @ dcbcae26daa0c2822608c373cc008b06399079fd

mGBA Game Boy Advance Emulator

src/platform/qt/DatDownloadView.ui (view raw)

 1<?xml version="1.0" encoding="UTF-8"?>
 2<ui version="4.0">
 3 <class>DatDownloadView</class>
 4 <widget class="QDialog" name="DatDownloadView">
 5  <property name="geometry">
 6   <rect>
 7    <x>0</x>
 8    <y>0</y>
 9    <width>274</width>
10    <height>101</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="sizeConstraint">
18    <enum>QLayout::SetFixedSize</enum>
19   </property>
20   <item>
21    <widget class="QLabel" name="status">
22     <property name="layoutDirection">
23      <enum>Qt::LeftToRight</enum>
24     </property>
25     <property name="text">
26      <string>Downloading database…</string>
27     </property>
28     <property name="alignment">
29      <set>Qt::AlignCenter</set>
30     </property>
31    </widget>
32   </item>
33   <item>
34    <widget class="QProgressBar" name="progressBar">
35     <property name="sizePolicy">
36      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
37       <horstretch>0</horstretch>
38       <verstretch>0</verstretch>
39      </sizepolicy>
40     </property>
41     <property name="minimumSize">
42      <size>
43       <width>250</width>
44       <height>0</height>
45      </size>
46     </property>
47     <property name="value">
48      <number>0</number>
49     </property>
50    </widget>
51   </item>
52   <item>
53    <widget class="QDialogButtonBox" name="dialogButtonBox">
54     <property name="orientation">
55      <enum>Qt::Horizontal</enum>
56     </property>
57     <property name="standardButtons">
58      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
59     </property>
60    </widget>
61   </item>
62  </layout>
63 </widget>
64 <resources/>
65 <connections>
66  <connection>
67   <sender>dialogButtonBox</sender>
68   <signal>accepted()</signal>
69   <receiver>DatDownloadView</receiver>
70   <slot>hide()</slot>
71   <hints>
72    <hint type="sourcelabel">
73     <x>248</x>
74     <y>254</y>
75    </hint>
76    <hint type="destinationlabel">
77     <x>157</x>
78     <y>274</y>
79    </hint>
80   </hints>
81  </connection>
82  <connection>
83   <sender>dialogButtonBox</sender>
84   <signal>rejected()</signal>
85   <receiver>DatDownloadView</receiver>
86   <slot>hide()</slot>
87   <hints>
88    <hint type="sourcelabel">
89     <x>316</x>
90     <y>260</y>
91    </hint>
92    <hint type="destinationlabel">
93     <x>286</x>
94     <y>274</y>
95    </hint>
96   </hints>
97  </connection>
98 </connections>
99</ui>