]> git.sesse.net Git - kdenlive/blob - src/ui/configmisc_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / configmisc_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigMisc_UI</class>
4  <widget class="QWidget" name="ConfigMisc_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>411</width>
10     <height>423</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout_4">
14    <property name="leftMargin">
15     <number>0</number>
16    </property>
17    <property name="topMargin">
18     <number>0</number>
19    </property>
20    <item row="4" column="0" colspan="2">
21     <widget class="QCheckBox" name="kcfg_usekuiserver">
22      <property name="text">
23       <string>Use KDE job tracking for render jobs</string>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="0" colspan="2">
28     <widget class="QCheckBox" name="kcfg_checkfirstprojectclip">
29      <property name="text">
30       <string>Check if first added clip matches project profile</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0" colspan="3">
35     <widget class="QCheckBox" name="kcfg_crashrecovery">
36      <property name="text">
37       <string>Crash recovery (automatic backup)</string>
38      </property>
39     </widget>
40    </item>
41    <item row="8" column="0">
42     <widget class="QCheckBox" name="kcfg_automultistreams">
43      <property name="text">
44       <string>Automatically import all streams in multi stream clips</string>
45      </property>
46     </widget>
47    </item>
48    <item row="7" column="0">
49     <widget class="QCheckBox" name="kcfg_disable_effect_parameters">
50      <property name="text">
51       <string>Disable parameters when the effect is disabled</string>
52      </property>
53     </widget>
54    </item>
55    <item row="9" column="0">
56     <widget class="QCheckBox" name="kcfg_bypasscodeccheck">
57      <property name="text">
58       <string>Bypass codec verification</string>
59      </property>
60     </widget>
61    </item>
62    <item row="13" column="0">
63     <widget class="QCheckBox" name="kcfg_autoimagesequence">
64      <property name="text">
65       <string>Automatically import image sequences</string>
66      </property>
67     </widget>
68    </item>
69    <item row="6" column="0">
70     <widget class="QCheckBox" name="kcfg_projectloading_avformatnovalidate">
71      <property name="text">
72       <string>Do not validate the video files when loading a project (faster)</string>
73      </property>
74     </widget>
75    </item>
76    <item row="5" column="0">
77     <widget class="QCheckBox" name="kcfg_on_monitor_effects">
78      <property name="text">
79       <string>Use on-monitor effects</string>
80      </property>
81     </widget>
82    </item>
83    <item row="3" column="0" colspan="3">
84     <widget class="QCheckBox" name="kcfg_activatetabs">
85      <property name="text">
86       <string>Open projects in new tabs</string>
87      </property>
88     </widget>
89    </item>
90    <item row="10" column="0">
91     <widget class="QCheckBox" name="kcfg_use_exiftool">
92      <property name="text">
93       <string>Get clip metadata with exiftool</string>
94      </property>
95     </widget>
96    </item>
97    <item row="0" column="0" colspan="3">
98     <widget class="QCheckBox" name="kcfg_openlastproject">
99      <property name="text">
100       <string>Open last project on startup</string>
101      </property>
102     </widget>
103    </item>
104    <item row="12" column="0" colspan="3">
105     <widget class="QGroupBox" name="groupBox">
106      <property name="title">
107       <string>Default Durations</string>
108      </property>
109      <layout class="QGridLayout" name="gridLayout">
110       <item row="0" column="0">
111        <widget class="QLabel" name="label">
112         <property name="text">
113          <string>Color clips</string>
114         </property>
115        </widget>
116       </item>
117       <item row="0" column="1">
118        <widget class="KRestrictedLine" name="kcfg_color_duration">
119         <property name="inputMask">
120          <string>99:99:99:99; </string>
121         </property>
122        </widget>
123       </item>
124       <item row="0" column="2">
125        <widget class="QLabel" name="label_2">
126         <property name="text">
127          <string>Image clips</string>
128         </property>
129        </widget>
130       </item>
131       <item row="0" column="3">
132        <widget class="KRestrictedLine" name="kcfg_image_duration">
133         <property name="inputMask">
134          <string>99:99:99:99; </string>
135         </property>
136        </widget>
137       </item>
138       <item row="1" column="0">
139        <widget class="QLabel" name="label_8">
140         <property name="text">
141          <string>Title clips</string>
142         </property>
143        </widget>
144       </item>
145       <item row="1" column="1">
146        <widget class="KRestrictedLine" name="kcfg_title_duration">
147         <property name="inputMask">
148          <string>99:99:99:99; </string>
149         </property>
150        </widget>
151       </item>
152       <item row="1" column="2">
153        <widget class="QLabel" name="label_3">
154         <property name="text">
155          <string>Image sequence</string>
156         </property>
157        </widget>
158       </item>
159       <item row="1" column="3">
160        <widget class="KRestrictedLine" name="kcfg_sequence_duration">
161         <property name="inputMask">
162          <string>99:99:99:99; </string>
163         </property>
164         <property name="text">
165          <string>:::</string>
166         </property>
167        </widget>
168       </item>
169      </layout>
170     </widget>
171    </item>
172    <item row="14" column="0">
173     <widget class="QCheckBox" name="kcfg_autoimagetransparency">
174      <property name="text">
175       <string>Transparent background for imported images</string>
176      </property>
177     </widget>
178    </item>
179    <item row="15" column="0" colspan="3">
180     <spacer>
181      <property name="orientation">
182       <enum>Qt::Vertical</enum>
183      </property>
184      <property name="sizeHint" stdset="0">
185       <size>
186        <width>20</width>
187        <height>40</height>
188       </size>
189      </property>
190     </spacer>
191    </item>
192    <item row="11" column="0">
193     <widget class="QCheckBox" name="kcfg_use_magicLantern">
194      <property name="text">
195       <string>Get clip metadata created by Magic Lantern</string>
196      </property>
197     </widget>
198    </item>
199   </layout>
200  </widget>
201  <customwidgets>
202   <customwidget>
203    <class>KLineEdit</class>
204    <extends>QLineEdit</extends>
205    <header>klineedit.h</header>
206   </customwidget>
207   <customwidget>
208    <class>KRestrictedLine</class>
209    <extends>KLineEdit</extends>
210    <header>krestrictedline.h</header>
211   </customwidget>
212  </customwidgets>
213  <resources/>
214  <connections/>
215 </ui>