Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / gui / autoexpandabledialog.ui
blob43d7daa09f815afed791e8c19651ee65bf576403
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AutoExpandableDialog</class>
4 <widget class="QDialog" name="AutoExpandableDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>222</width>
10 <height>105</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QLabel" name="textLabel"/>
16 </item>
17 <item>
18 <widget class="QLineEdit" name="textEdit"/>
19 </item>
20 <item>
21 <widget class="QDialogButtonBox" name="buttonBox">
22 <property name="standardButtons">
23 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
24 </property>
25 </widget>
26 </item>
27 </layout>
28 </widget>
29 <resources/>
30 <connections>
31 <connection>
32 <sender>buttonBox</sender>
33 <signal>accepted()</signal>
34 <receiver>AutoExpandableDialog</receiver>
35 <slot>accept()</slot>
36 <hints>
37 <hint type="sourcelabel">
38 <x>248</x>
39 <y>254</y>
40 </hint>
41 <hint type="destinationlabel">
42 <x>157</x>
43 <y>274</y>
44 </hint>
45 </hints>
46 </connection>
47 <connection>
48 <sender>buttonBox</sender>
49 <signal>rejected()</signal>
50 <receiver>AutoExpandableDialog</receiver>
51 <slot>reject()</slot>
52 <hints>
53 <hint type="sourcelabel">
54 <x>316</x>
55 <y>260</y>
56 </hint>
57 <hint type="destinationlabel">
58 <x>286</x>
59 <y>274</y>
60 </hint>
61 </hints>
62 </connection>
63 </connections>
64 </ui>