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>600</width>
10 <height>400</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="QLabel" name="loading">
19 <property name="text">
20 <string>Loading...</string>
21 </property>
22 </widget>
23 </item>
24 <item row="1" column="1">
25 <widget class="QDialogButtonBox" name="buttonBox">
26 <property name="standardButtons">
27 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set>
28 </property>
29 </widget>
30 </item>
31 <item row="0" column="0" colspan="2">
32 <widget class="QGBA::LibraryController" name="archiveView" native="true"/>
33 </item>
34 </layout>
35 </widget>
36 <customwidgets>
37 <customwidget>
38 <class>QGBA::LibraryController</class>
39 <extends>QWidget</extends>
40 <header>library/LibraryController.h</header>
41 <container>1</container>
42 </customwidget>
43 </customwidgets>
44 <resources/>
45 <connections>
46 <connection>
47 <sender>buttonBox</sender>
48 <signal>rejected()</signal>
49 <receiver>ArchiveInspector</receiver>
50 <slot>reject()</slot>
51 <hints>
52 <hint type="sourcelabel">
53 <x>199</x>
54 <y>279</y>
55 </hint>
56 <hint type="destinationlabel">
57 <x>199</x>
58 <y>149</y>
59 </hint>
60 </hints>
61 </connection>
62 <connection>
63 <sender>buttonBox</sender>
64 <signal>accepted()</signal>
65 <receiver>ArchiveInspector</receiver>
66 <slot>accept()</slot>
67 <hints>
68 <hint type="sourcelabel">
69 <x>199</x>
70 <y>279</y>
71 </hint>
72 <hint type="destinationlabel">
73 <x>199</x>
74 <y>149</y>
75 </hint>
76 </hints>
77 </connection>
78 </connections>
79</ui>