1 | <ui version="4.0" >
|
---|
2 | <class>SubChooserDialog</class>
|
---|
3 | <widget class="QDialog" name="SubChooserDialog" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>370</width>
|
---|
9 | <height>329</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Subtitle selection</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <item>
|
---|
17 | <widget class="QLabel" name="textLabel" >
|
---|
18 | <property name="text" >
|
---|
19 | <string>This archive contains more than one subtitle file. Please choose the ones you want to extract.</string>
|
---|
20 | </property>
|
---|
21 | <property name="alignment" >
|
---|
22 | <set>Qt::AlignVCenter</set>
|
---|
23 | </property>
|
---|
24 | <property name="wordWrap" >
|
---|
25 | <bool>true</bool>
|
---|
26 | </property>
|
---|
27 | </widget>
|
---|
28 | </item>
|
---|
29 | <item>
|
---|
30 | <widget class="QListWidget" name="listWidget" >
|
---|
31 | <property name="editTriggers" >
|
---|
32 | <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::NoEditTriggers</set>
|
---|
33 | </property>
|
---|
34 | <property name="selectionMode" >
|
---|
35 | <enum>QAbstractItemView::MultiSelection</enum>
|
---|
36 | </property>
|
---|
37 | <property name="viewMode" >
|
---|
38 | <enum>QListView::ListMode</enum>
|
---|
39 | </property>
|
---|
40 | <property name="uniformItemSizes" >
|
---|
41 | <bool>true</bool>
|
---|
42 | </property>
|
---|
43 | <property name="sortingEnabled" >
|
---|
44 | <bool>true</bool>
|
---|
45 | </property>
|
---|
46 | </widget>
|
---|
47 | </item>
|
---|
48 | <item>
|
---|
49 | <layout class="QHBoxLayout" >
|
---|
50 | <property name="spacing" >
|
---|
51 | <number>6</number>
|
---|
52 | </property>
|
---|
53 | <property name="leftMargin" >
|
---|
54 | <number>0</number>
|
---|
55 | </property>
|
---|
56 | <property name="topMargin" >
|
---|
57 | <number>0</number>
|
---|
58 | </property>
|
---|
59 | <property name="rightMargin" >
|
---|
60 | <number>0</number>
|
---|
61 | </property>
|
---|
62 | <property name="bottomMargin" >
|
---|
63 | <number>0</number>
|
---|
64 | </property>
|
---|
65 | <item>
|
---|
66 | <widget class="QPushButton" name="selectAll" >
|
---|
67 | <property name="text" >
|
---|
68 | <string>Select All</string>
|
---|
69 | </property>
|
---|
70 | </widget>
|
---|
71 | </item>
|
---|
72 | <item>
|
---|
73 | <widget class="QPushButton" name="selectNone" >
|
---|
74 | <property name="text" >
|
---|
75 | <string>Select None</string>
|
---|
76 | </property>
|
---|
77 | </widget>
|
---|
78 | </item>
|
---|
79 | <item>
|
---|
80 | <spacer>
|
---|
81 | <property name="orientation" >
|
---|
82 | <enum>Qt::Horizontal</enum>
|
---|
83 | </property>
|
---|
84 | <property name="sizeHint" >
|
---|
85 | <size>
|
---|
86 | <width>40</width>
|
---|
87 | <height>20</height>
|
---|
88 | </size>
|
---|
89 | </property>
|
---|
90 | </spacer>
|
---|
91 | </item>
|
---|
92 | </layout>
|
---|
93 | </item>
|
---|
94 | <item>
|
---|
95 | <widget class="Line" name="line" >
|
---|
96 | <property name="orientation" >
|
---|
97 | <enum>Qt::Horizontal</enum>
|
---|
98 | </property>
|
---|
99 | </widget>
|
---|
100 | </item>
|
---|
101 | <item>
|
---|
102 | <widget class="QDialogButtonBox" name="buttonBox" >
|
---|
103 | <property name="orientation" >
|
---|
104 | <enum>Qt::Horizontal</enum>
|
---|
105 | </property>
|
---|
106 | <property name="standardButtons" >
|
---|
107 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | </layout>
|
---|
112 | </widget>
|
---|
113 | <resources/>
|
---|
114 | <connections>
|
---|
115 | <connection>
|
---|
116 | <sender>buttonBox</sender>
|
---|
117 | <signal>accepted()</signal>
|
---|
118 | <receiver>SubChooserDialog</receiver>
|
---|
119 | <slot>accept()</slot>
|
---|
120 | <hints>
|
---|
121 | <hint type="sourcelabel" >
|
---|
122 | <x>248</x>
|
---|
123 | <y>254</y>
|
---|
124 | </hint>
|
---|
125 | <hint type="destinationlabel" >
|
---|
126 | <x>157</x>
|
---|
127 | <y>274</y>
|
---|
128 | </hint>
|
---|
129 | </hints>
|
---|
130 | </connection>
|
---|
131 | <connection>
|
---|
132 | <sender>buttonBox</sender>
|
---|
133 | <signal>rejected()</signal>
|
---|
134 | <receiver>SubChooserDialog</receiver>
|
---|
135 | <slot>reject()</slot>
|
---|
136 | <hints>
|
---|
137 | <hint type="sourcelabel" >
|
---|
138 | <x>316</x>
|
---|
139 | <y>260</y>
|
---|
140 | </hint>
|
---|
141 | <hint type="destinationlabel" >
|
---|
142 | <x>286</x>
|
---|
143 | <y>274</y>
|
---|
144 | </hint>
|
---|
145 | </hints>
|
---|
146 | </connection>
|
---|
147 | </connections>
|
---|
148 | </ui>
|
---|