]> git.sesse.net Git - kdenlive/blob - src/widgets/managecaptures_ui.ui
e3bc20067796353794779f581b24b50069d9c727
[kdenlive] / src / widgets / managecaptures_ui.ui
1 <ui version="4.0" >
2  <class>ManageCaptures_UI</class>
3  <widget class="QDialog" name="ManageCaptures_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>440</width>
9     <height>245</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Captured files</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" colspan="3" >
17     <widget class="QTreeWidget" name="treeWidget" >
18      <property name="alternatingRowColors" >
19       <bool>true</bool>
20      </property>
21      <property name="rootIsDecorated" >
22       <bool>false</bool>
23      </property>
24      <property name="itemsExpandable" >
25       <bool>false</bool>
26      </property>
27      <property name="sortingEnabled" >
28       <bool>true</bool>
29      </property>
30      <property name="allColumnsShowFocus" >
31       <bool>true</bool>
32      </property>
33      <column>
34       <property name="text" >
35        <string>File name</string>
36       </property>
37      </column>
38      <column>
39       <property name="text" >
40        <string>Size</string>
41       </property>
42      </column>
43     </widget>
44    </item>
45    <item row="1" column="0" >
46     <widget class="QPushButton" name="deleteButton" >
47      <property name="text" >
48       <string>Delete current file</string>
49      </property>
50     </widget>
51    </item>
52    <item row="1" column="1" >
53     <widget class="QPushButton" name="toggleButton" >
54      <property name="text" >
55       <string>Toggle selection</string>
56      </property>
57     </widget>
58    </item>
59    <item row="1" column="2" >
60     <widget class="QDialogButtonBox" name="buttonBox" >
61      <property name="orientation" >
62       <enum>Qt::Horizontal</enum>
63      </property>
64      <property name="standardButtons" >
65       <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
66      </property>
67     </widget>
68    </item>
69   </layout>
70  </widget>
71  <resources/>
72  <connections>
73   <connection>
74    <sender>buttonBox</sender>
75    <signal>accepted()</signal>
76    <receiver>ManageCaptures_UI</receiver>
77    <slot>accept()</slot>
78    <hints>
79     <hint type="sourcelabel" >
80      <x>248</x>
81      <y>254</y>
82     </hint>
83     <hint type="destinationlabel" >
84      <x>157</x>
85      <y>274</y>
86     </hint>
87    </hints>
88   </connection>
89   <connection>
90    <sender>buttonBox</sender>
91    <signal>rejected()</signal>
92    <receiver>ManageCaptures_UI</receiver>
93    <slot>reject()</slot>
94    <hints>
95     <hint type="sourcelabel" >
96      <x>316</x>
97      <y>260</y>
98     </hint>
99     <hint type="destinationlabel" >
100      <x>286</x>
101      <y>274</y>
102     </hint>
103    </hints>
104   </connection>
105  </connections>
106 </ui>