]> git.sesse.net Git - kdenlive/blob - src/widgets/cutjobdialog_ui.ui
Change invalid dialog message.
[kdenlive] / src / widgets / cutjobdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CutJobDialog_UI</class>
4  <widget class="QDialog" name="CutJobDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>382</width>
10     <height>199</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Cut Clip</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="2">
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="info_label">
21        <property name="text">
22         <string/>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QToolButton" name="button_more">
28        <property name="toolTip">
29         <string>Configure job</string>
30        </property>
31        <property name="text">
32         <string>...</string>
33        </property>
34        <property name="checkable">
35         <bool>true</bool>
36        </property>
37        <property name="autoRaise">
38         <bool>false</bool>
39        </property>
40       </widget>
41      </item>
42     </layout>
43    </item>
44    <item row="1" column="0">
45     <widget class="QLabel" name="destination_label">
46      <property name="text">
47       <string>Save to</string>
48      </property>
49     </widget>
50    </item>
51    <item row="1" column="1">
52     <widget class="KUrlRequester" name="file_url">
53      <property name="mode">
54       <set>KFile::File|KFile::LocalOnly</set>
55      </property>
56     </widget>
57    </item>
58    <item row="2" column="0" colspan="2">
59     <widget class="QCheckBox" name="add_clip">
60      <property name="text">
61       <string>Add clip to project</string>
62      </property>
63     </widget>
64    </item>
65    <item row="3" column="0" colspan="2">
66     <widget class="QTextEdit" name="extra_params">
67      <property name="toolTip">
68       <string/>
69      </property>
70     </widget>
71    </item>
72    <item row="4" column="0">
73     <spacer name="verticalSpacer">
74      <property name="orientation">
75       <enum>Qt::Vertical</enum>
76      </property>
77      <property name="sizeHint" stdset="0">
78       <size>
79        <width>20</width>
80        <height>40</height>
81       </size>
82      </property>
83     </spacer>
84    </item>
85    <item row="5" column="0" colspan="2">
86     <widget class="QDialogButtonBox" name="buttonBox">
87      <property name="orientation">
88       <enum>Qt::Horizontal</enum>
89      </property>
90      <property name="standardButtons">
91       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
92      </property>
93     </widget>
94    </item>
95   </layout>
96  </widget>
97  <customwidgets>
98   <customwidget>
99    <class>KUrlRequester</class>
100    <extends>QFrame</extends>
101    <header>kurlrequester.h</header>
102   </customwidget>
103  </customwidgets>
104  <resources/>
105  <connections>
106   <connection>
107    <sender>buttonBox</sender>
108    <signal>accepted()</signal>
109    <receiver>CutJobDialog_UI</receiver>
110    <slot>accept()</slot>
111    <hints>
112     <hint type="sourcelabel">
113      <x>248</x>
114      <y>254</y>
115     </hint>
116     <hint type="destinationlabel">
117      <x>157</x>
118      <y>274</y>
119     </hint>
120    </hints>
121   </connection>
122   <connection>
123    <sender>buttonBox</sender>
124    <signal>rejected()</signal>
125    <receiver>CutJobDialog_UI</receiver>
126    <slot>reject()</slot>
127    <hints>
128     <hint type="sourcelabel">
129      <x>316</x>
130      <y>260</y>
131     </hint>
132     <hint type="destinationlabel">
133      <x>286</x>
134      <y>274</y>
135     </hint>
136    </hints>
137   </connection>
138   <connection>
139    <sender>button_more</sender>
140    <signal>toggled(bool)</signal>
141    <receiver>extra_params</receiver>
142    <slot>setVisible(bool)</slot>
143    <hints>
144     <hint type="sourcelabel">
145      <x>17</x>
146      <y>16</y>
147     </hint>
148     <hint type="destinationlabel">
149      <x>123</x>
150      <y>131</y>
151     </hint>
152    </hints>
153   </connection>
154  </connections>
155 </ui>