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="2" column="1">
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="2" column="0">
25 <widget class="QLabel" name="loading">
26 <property name="text">
27 <string>Loading...</string>
28 </property>
29 </widget>
30 </item>
31 <item row="0" column="0" colspan="2">
32 <widget class="QListView" name="archiveListing"/>
33 </item>
34 </layout>
35 </widget>
36 <resources/>
37 <connections>
38 <connection>
39 <sender>buttonBox</sender>
40 <signal>rejected()</signal>
41 <receiver>ArchiveInspector</receiver>
42 <slot>reject()</slot>
43 <hints>
44 <hint type="sourcelabel">
45 <x>199</x>
46 <y>279</y>
47 </hint>
48 <hint type="destinationlabel">
49 <x>199</x>
50 <y>149</y>
51 </hint>
52 </hints>
53 </connection>
54 <connection>
55 <sender>buttonBox</sender>
56 <signal>accepted()</signal>
57 <receiver>ArchiveInspector</receiver>
58 <slot>accept()</slot>
59 <hints>
60 <hint type="sourcelabel">
61 <x>199</x>
62 <y>279</y>
63 </hint>
64 <hint type="destinationlabel">
65 <x>199</x>
66 <y>149</y>
67 </hint>
68 </hints>
69 </connection>
70 <connection>
71 <sender>archiveListing</sender>
72 <signal>doubleClicked(QModelIndex)</signal>
73 <receiver>ArchiveInspector</receiver>
74 <slot>accept()</slot>
75 <hints>
76 <hint type="sourcelabel">
77 <x>199</x>
78 <y>129</y>
79 </hint>
80 <hint type="destinationlabel">
81 <x>199</x>
82 <y>149</y>
83 </hint>
84 </hints>
85 </connection>
86 </connections>
87</ui>