]> git.sesse.net Git - kdenlive/blob - src/widgets/configtimeline_ui.ui
33d422213471a1bb4885aeda2099e868b4aed546
[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>281</width>
10     <height>222</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout" name="verticalLayout">
14    <property name="leftMargin">
15     <number>0</number>
16    </property>
17    <property name="topMargin">
18     <number>0</number>
19    </property>
20    <item>
21     <widget class="QGroupBox" name="groupBox">
22      <property name="title">
23       <string>Thumbnails</string>
24      </property>
25      <layout class="QVBoxLayout" name="verticalLayout_2">
26       <item>
27        <widget class="QCheckBox" name="kcfg_videothumbnails">
28         <property name="text">
29          <string>Video</string>
30         </property>
31        </widget>
32       </item>
33       <item>
34        <layout class="QHBoxLayout" name="horizontalLayout_3">
35         <item>
36          <widget class="QCheckBox" name="kcfg_audiothumbnails">
37           <property name="text">
38            <string>Audio</string>
39           </property>
40          </widget>
41         </item>
42         <item>
43          <widget class="QCheckBox" name="kcfg_normaliseaudiothumbs">
44           <property name="text">
45            <string>Normalise audio for thumbnails</string>
46           </property>
47          </widget>
48         </item>
49        </layout>
50       </item>
51      </layout>
52     </widget>
53    </item>
54    <item>
55     <widget class="QCheckBox" name="kcfg_showmarkers">
56      <property name="text">
57       <string>Display clip markers comments</string>
58      </property>
59     </widget>
60    </item>
61    <item>
62     <widget class="QCheckBox" name="kcfg_autoscroll">
63      <property name="text">
64       <string>Autoscroll while playing</string>
65      </property>
66     </widget>
67    </item>
68    <item>
69     <widget class="QCheckBox" name="kcfg_verticalzoom">
70      <property name="text">
71       <string>Zoom using vertical drag in ruler</string>
72      </property>
73     </widget>
74    </item>
75    <item>
76     <widget class="QCheckBox" name="kcfg_splitaudio">
77      <property name="text">
78       <string>Automatically split audio and video</string>
79      </property>
80     </widget>
81    </item>
82    <item>
83     <layout class="QHBoxLayout" name="horizontalLayout_2">
84      <item>
85       <widget class="QLabel" name="label">
86        <property name="text">
87         <string>Track height</string>
88        </property>
89       </widget>
90      </item>
91      <item>
92       <widget class="QSpinBox" name="kcfg_trackheight">
93        <property name="minimum">
94         <number>10</number>
95        </property>
96        <property name="value">
97         <number>10</number>
98        </property>
99       </widget>
100      </item>
101      <item>
102       <spacer name="horizontalSpacer_2">
103        <property name="orientation">
104         <enum>Qt::Horizontal</enum>
105        </property>
106        <property name="sizeHint" stdset="0">
107         <size>
108          <width>40</width>
109          <height>20</height>
110         </size>
111        </property>
112       </spacer>
113      </item>
114     </layout>
115    </item>
116    <item>
117     <spacer name="verticalSpacer">
118      <property name="orientation">
119       <enum>Qt::Vertical</enum>
120      </property>
121      <property name="sizeHint" stdset="0">
122       <size>
123        <width>20</width>
124        <height>23</height>
125       </size>
126      </property>
127     </spacer>
128    </item>
129   </layout>
130  </widget>
131  <resources/>
132  <connections/>
133 </ui>