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