src/platform/qt/ArchiveInspector.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ArchiveInspector</class>
4 <widget class="QDialog" name="ArchiveInspector">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Open in archive...</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="1" column="0">
18 <widget class="QDialogButtonBox" name="buttonBox">
19 <property name="standardButtons">
20 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="0">
25 <widget class="QListView" name="archiveListing"/>
26 </item>
27 </layout>
28 </widget>
29 <resources/>
30 <connections>
31 <connection>
32 <sender>buttonBox</sender>
33 <signal>rejected()</signal>
34 <receiver>ArchiveInspector</receiver>
35 <slot>reject()</slot>
36 <hints>
37 <hint type="sourcelabel">
38 <x>199</x>
39 <y>279</y>
40 </hint>
41 <hint type="destinationlabel">
42 <x>199</x>
43 <y>149</y>
44 </hint>
45 </hints>
46 </connection>
47 <connection>
48 <sender>buttonBox</sender>
49 <signal>accepted()</signal>
50 <receiver>ArchiveInspector</receiver>
51 <slot>accept()</slot>
52 <hints>
53 <hint type="sourcelabel">
54 <x>199</x>
55 <y>279</y>
56 </hint>
57 <hint type="destinationlabel">
58 <x>199</x>
59 <y>149</y>
60 </hint>
61 </hints>
62 </connection>
63 <connection>
64 <sender>archiveListing</sender>
65 <signal>doubleClicked(QModelIndex)</signal>
66 <receiver>ArchiveInspector</receiver>
67 <slot>accept()</slot>
68 <hints>
69 <hint type="sourcelabel">
70 <x>199</x>
71 <y>129</y>
72 </hint>
73 <hint type="destinationlabel">
74 <x>199</x>
75 <y>149</y>
76 </hint>
77 </hints>
78 </connection>
79 </connections>
80</ui>