]> git.sesse.net Git - kdenlive/blob - src/ui/clipdurationdialog_ui.ui
Change invalid dialog message.
[kdenlive] / src / ui / clipdurationdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ClipDurationDialog_UI</class>
4  <widget class="QDialog" name="ClipDurationDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>226</width>
10     <height>117</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Duration</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="position_label">
19      <property name="text">
20       <string>Position</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1">
25     <layout class="QHBoxLayout" name="clip_position_box"/>
26    </item>
27    <item row="1" column="0">
28     <widget class="QLabel" name="crop_label">
29      <property name="text">
30       <string>Crop start</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="1">
35     <layout class="QHBoxLayout" name="crop_start_box"/>
36    </item>
37    <item row="2" column="0">
38     <widget class="QLabel" name="duration_label">
39      <property name="text">
40       <string>Duration</string>
41      </property>
42     </widget>
43    </item>
44    <item row="2" column="1">
45     <layout class="QHBoxLayout" name="clip_duration_box"/>
46    </item>
47    <item row="4" column="0">
48     <widget class="QLabel" name="end_label">
49      <property name="text">
50       <string>Crop end</string>
51      </property>
52     </widget>
53    </item>
54    <item row="4" column="1">
55     <layout class="QHBoxLayout" name="crop_end_box"/>
56    </item>
57    <item row="5" column="0" colspan="2">
58     <spacer name="verticalSpacer">
59      <property name="orientation">
60       <enum>Qt::Vertical</enum>
61      </property>
62      <property name="sizeHint" stdset="0">
63       <size>
64        <width>218</width>
65        <height>2</height>
66       </size>
67      </property>
68     </spacer>
69    </item>
70    <item row="6" column="0" colspan="2">
71     <widget class="QDialogButtonBox" name="buttonBox">
72      <property name="orientation">
73       <enum>Qt::Horizontal</enum>
74      </property>
75      <property name="standardButtons">
76       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
77      </property>
78     </widget>
79    </item>
80   </layout>
81  </widget>
82  <resources/>
83  <connections>
84   <connection>
85    <sender>buttonBox</sender>
86    <signal>accepted()</signal>
87    <receiver>ClipDurationDialog_UI</receiver>
88    <slot>accept()</slot>
89    <hints>
90     <hint type="sourcelabel">
91      <x>248</x>
92      <y>254</y>
93     </hint>
94     <hint type="destinationlabel">
95      <x>157</x>
96      <y>274</y>
97     </hint>
98    </hints>
99   </connection>
100   <connection>
101    <sender>buttonBox</sender>
102    <signal>rejected()</signal>
103    <receiver>ClipDurationDialog_UI</receiver>
104    <slot>reject()</slot>
105    <hints>
106     <hint type="sourcelabel">
107      <x>316</x>
108      <y>260</y>
109     </hint>
110     <hint type="destinationlabel">
111      <x>286</x>
112      <y>274</y>
113     </hint>
114    </hints>
115   </connection>
116  </connections>
117 </ui>