]> git.sesse.net Git - kdenlive/blob - src/ui/missingclips_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / missingclips_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MissingClips_UI</class>
4  <widget class="QDialog" name="MissingClips_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>822</width>
10     <height>265</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string> Clip Problems</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="5">
18     <widget class="QLabel" name="infoLabel">
19      <property name="text">
20       <string/>
21      </property>
22     </widget>
23    </item>
24    <item row="1" column="0" colspan="5">
25     <widget class="QTreeWidget" name="treeWidget">
26      <property name="alternatingRowColors">
27       <bool>true</bool>
28      </property>
29      <property name="selectionMode">
30       <enum>QAbstractItemView::ExtendedSelection</enum>
31      </property>
32      <property name="itemsExpandable">
33       <bool>true</bool>
34      </property>
35      <property name="sortingEnabled">
36       <bool>true</bool>
37      </property>
38      <property name="allColumnsShowFocus">
39       <bool>true</bool>
40      </property>
41      <column>
42       <property name="text">
43        <string>Type</string>
44       </property>
45      </column>
46      <column>
47       <property name="text">
48        <string>Path</string>
49       </property>
50      </column>
51     </widget>
52    </item>
53    <item row="2" column="0">
54     <widget class="QPushButton" name="recursiveSearch">
55      <property name="text">
56       <string>Search recursively</string>
57      </property>
58     </widget>
59    </item>
60    <item row="2" column="1">
61     <widget class="QPushButton" name="usePlaceholders">
62      <property name="text">
63       <string>Use placeholders for missing clips</string>
64      </property>
65     </widget>
66    </item>
67    <item row="2" column="2">
68     <widget class="QPushButton" name="removeSelected">
69      <property name="text">
70       <string>Remove selected clips</string>
71      </property>
72     </widget>
73    </item>
74    <item row="2" column="3">
75     <widget class="QPushButton" name="fixDuration">
76      <property name="text">
77       <string>Fix duration mismatch</string>
78      </property>
79     </widget>
80    </item>
81    <item row="2" column="4">
82     <widget class="QDialogButtonBox" name="buttonBox">
83      <property name="orientation">
84       <enum>Qt::Horizontal</enum>
85      </property>
86      <property name="standardButtons">
87       <set>QDialogButtonBox::Abort|QDialogButtonBox::Ok</set>
88      </property>
89     </widget>
90    </item>
91   </layout>
92  </widget>
93  <resources/>
94  <connections>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>rejected()</signal>
98    <receiver>MissingClips_UI</receiver>
99    <slot>reject()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>316</x>
103      <y>260</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>286</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111   <connection>
112    <sender>buttonBox</sender>
113    <signal>accepted()</signal>
114    <receiver>MissingClips_UI</receiver>
115    <slot>accept()</slot>
116    <hints>
117     <hint type="sourcelabel">
118      <x>248</x>
119      <y>254</y>
120     </hint>
121     <hint type="destinationlabel">
122      <x>157</x>
123      <y>274</y>
124     </hint>
125    </hints>
126   </connection>
127  </connections>
128 </ui>