]> git.sesse.net Git - kdenlive/blob - src/widgets/missingclips_ui.ui
Cleanup online resource feature
[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>800</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="rootIsDecorated">
33       <bool>false</bool>
34      </property>
35      <property name="itemsExpandable">
36       <bool>false</bool>
37      </property>
38      <property name="sortingEnabled">
39       <bool>true</bool>
40      </property>
41      <property name="allColumnsShowFocus">
42       <bool>true</bool>
43      </property>
44      <column>
45       <property name="text">
46        <string>Type</string>
47       </property>
48      </column>
49      <column>
50       <property name="text">
51        <string>Path</string>
52       </property>
53      </column>
54     </widget>
55    </item>
56    <item row="2" column="0">
57     <widget class="QPushButton" name="recursiveSearch">
58      <property name="text">
59       <string>Search recursively</string>
60      </property>
61     </widget>
62    </item>
63    <item row="2" column="1">
64     <widget class="QPushButton" name="usePlaceholders">
65      <property name="text">
66       <string>Use placeholders for missing clips</string>
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    <item row="2" column="3">
78     <widget class="QPushButton" name="fixDuration">
79      <property name="text">
80       <string>Fix duration mismatch</string>
81      </property>
82     </widget>
83    </item>
84    <item row="2" column="4">
85     <widget class="QDialogButtonBox" name="buttonBox">
86      <property name="orientation">
87       <enum>Qt::Horizontal</enum>
88      </property>
89      <property name="standardButtons">
90       <set>QDialogButtonBox::Abort|QDialogButtonBox::Ok</set>
91      </property>
92     </widget>
93    </item>
94   </layout>
95  </widget>
96  <resources/>
97  <connections>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>rejected()</signal>
101    <receiver>MissingClips_UI</receiver>
102    <slot>reject()</slot>
103    <hints>
104     <hint type="sourcelabel">
105      <x>316</x>
106      <y>260</y>
107     </hint>
108     <hint type="destinationlabel">
109      <x>286</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114   <connection>
115    <sender>buttonBox</sender>
116    <signal>accepted()</signal>
117    <receiver>MissingClips_UI</receiver>
118    <slot>accept()</slot>
119    <hints>
120     <hint type="sourcelabel">
121      <x>248</x>
122      <y>254</y>
123     </hint>
124     <hint type="destinationlabel">
125      <x>157</x>
126      <y>274</y>
127     </hint>
128    </hints>
129   </connection>
130  </connections>
131 </ui>