]> git.sesse.net Git - kdenlive/blob - src/widgets/configtimeline_ui.ui
MLT now supports rendering to another framerate, so allow it in render dialog
[kdenlive] / src / widgets / configtimeline_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigTimeline_UI</class>
4  <widget class="QWidget" name="ConfigTimeline_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>314</width>
10     <height>218</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout_2">
14    <property name="leftMargin">
15     <number>0</number>
16    </property>
17    <property name="topMargin">
18     <number>0</number>
19    </property>
20    <item row="0" column="0" colspan="3">
21     <widget class="QGroupBox" name="groupBox">
22      <property name="title">
23       <string>Thumbnails</string>
24      </property>
25      <layout class="QGridLayout" name="gridLayout">
26       <item row="0" column="0">
27        <widget class="QCheckBox" name="kcfg_videothumbnails">
28         <property name="text">
29          <string>Video</string>
30         </property>
31        </widget>
32       </item>
33       <item row="0" column="1">
34        <spacer name="horizontalSpacer">
35         <property name="orientation">
36          <enum>Qt::Horizontal</enum>
37         </property>
38         <property name="sizeHint" stdset="0">
39          <size>
40           <width>96</width>
41           <height>20</height>
42          </size>
43         </property>
44        </spacer>
45       </item>
46       <item row="1" column="0">
47        <widget class="QCheckBox" name="kcfg_audiothumbnails">
48         <property name="text">
49          <string>Audio</string>
50         </property>
51        </widget>
52       </item>
53       <item row="1" column="1">
54        <widget class="QCheckBox" name="kcfg_normaliseaudiothumbs">
55         <property name="text">
56          <string>Normalise audio for thumbnails</string>
57         </property>
58        </widget>
59       </item>
60      </layout>
61     </widget>
62    </item>
63    <item row="1" column="0" colspan="2">
64     <widget class="QCheckBox" name="kcfg_showmarkers">
65      <property name="text">
66       <string>Display clip markers comments</string>
67      </property>
68     </widget>
69    </item>
70    <item row="2" column="0" colspan="3">
71     <widget class="QCheckBox" name="kcfg_autoscroll">
72      <property name="text">
73       <string>Autoscroll while playing</string>
74      </property>
75     </widget>
76    </item>
77    <item row="5" column="0">
78     <widget class="QLabel" name="label">
79      <property name="text">
80       <string>Track height</string>
81      </property>
82     </widget>
83    </item>
84    <item row="5" column="1">
85     <widget class="QSpinBox" name="kcfg_trackheight">
86      <property name="minimum">
87       <number>10</number>
88      </property>
89      <property name="value">
90       <number>10</number>
91      </property>
92     </widget>
93    </item>
94    <item row="5" column="2">
95     <spacer name="horizontalSpacer_2">
96      <property name="orientation">
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="sizeHint" stdset="0">
100       <size>
101        <width>166</width>
102        <height>20</height>
103       </size>
104      </property>
105     </spacer>
106    </item>
107    <item row="7" column="1">
108     <spacer name="verticalSpacer">
109      <property name="orientation">
110       <enum>Qt::Vertical</enum>
111      </property>
112      <property name="sizeHint" stdset="0">
113       <size>
114        <width>20</width>
115        <height>23</height>
116       </size>
117      </property>
118     </spacer>
119    </item>
120    <item row="3" column="0" colspan="3">
121     <widget class="QCheckBox" name="kcfg_verticalzoom">
122      <property name="text">
123       <string>Zoom using vertical drag in ruler</string>
124      </property>
125     </widget>
126    </item>
127    <item row="4" column="0">
128     <widget class="QCheckBox" name="kcfg_splitaudio">
129      <property name="text">
130       <string>Automatically split audio and video</string>
131      </property>
132     </widget>
133    </item>
134   </layout>
135  </widget>
136  <resources/>
137  <connections/>
138 </ui>