]> git.sesse.net Git - kdenlive/blob - src/widgets/missingclips_ui.ui
New widget for document checker
[kdenlive] / src / widgets / 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>762</width>
10     <height>270</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Missing clips</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="4">
18     <widget class="QTreeWidget" name="treeWidget">
19      <property name="alternatingRowColors">
20       <bool>true</bool>
21      </property>
22      <property name="rootIsDecorated">
23       <bool>false</bool>
24      </property>
25      <property name="itemsExpandable">
26       <bool>false</bool>
27      </property>
28      <property name="sortingEnabled">
29       <bool>true</bool>
30      </property>
31      <property name="allColumnsShowFocus">
32       <bool>true</bool>
33      </property>
34      <column>
35       <property name="text">
36        <string>Type</string>
37       </property>
38      </column>
39      <column>
40       <property name="text">
41        <string>Path</string>
42       </property>
43      </column>
44     </widget>
45    </item>
46    <item row="2" column="0">
47     <widget class="QPushButton" name="recursiveSearch">
48      <property name="text">
49       <string>Search recursively</string>
50      </property>
51     </widget>
52    </item>
53    <item row="2" column="1">
54     <widget class="QPushButton" name="usePlaceholders">
55      <property name="text">
56       <string>Use placeholders for missing clips</string>
57      </property>
58     </widget>
59    </item>
60    <item row="2" column="3">
61     <widget class="QDialogButtonBox" name="buttonBox">
62      <property name="orientation">
63       <enum>Qt::Horizontal</enum>
64      </property>
65      <property name="standardButtons">
66       <set>QDialogButtonBox::Abort|QDialogButtonBox::Ok</set>
67      </property>
68     </widget>
69    </item>
70    <item row="2" column="2">
71     <widget class="QPushButton" name="removeSelected">
72      <property name="text">
73       <string>Remove selected clips</string>
74      </property>
75     </widget>
76    </item>
77   </layout>
78  </widget>
79  <resources/>
80  <connections>
81   <connection>
82    <sender>buttonBox</sender>
83    <signal>rejected()</signal>
84    <receiver>MissingClips_UI</receiver>
85    <slot>reject()</slot>
86    <hints>
87     <hint type="sourcelabel">
88      <x>316</x>
89      <y>260</y>
90     </hint>
91     <hint type="destinationlabel">
92      <x>286</x>
93      <y>274</y>
94     </hint>
95    </hints>
96   </connection>
97   <connection>
98    <sender>buttonBox</sender>
99    <signal>accepted()</signal>
100    <receiver>MissingClips_UI</receiver>
101    <slot>accept()</slot>
102    <hints>
103     <hint type="sourcelabel">
104      <x>248</x>
105      <y>254</y>
106     </hint>
107     <hint type="destinationlabel">
108      <x>157</x>
109      <y>274</y>
110     </hint>
111    </hints>
112   </connection>
113  </connections>
114 </ui>