]> git.sesse.net Git - kdenlive/blob - src/widgets/configtimeline_ui.ui
Change invalid dialog message.
[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>361</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_displayallchannels">
44           <property name="enabled">
45            <bool>false</bool>
46           </property>
47           <property name="text">
48            <string>Channels</string>
49           </property>
50          </widget>
51         </item>
52         <item>
53          <widget class="QCheckBox" name="kcfg_normaliseaudiothumbs">
54           <property name="enabled">
55            <bool>false</bool>
56           </property>
57           <property name="text">
58            <string>Normalise audio for thumbnails</string>
59           </property>
60          </widget>
61         </item>
62        </layout>
63       </item>
64      </layout>
65     </widget>
66    </item>
67    <item>
68     <widget class="QCheckBox" name="kcfg_showmarkers">
69      <property name="text">
70       <string>Display clip markers comments</string>
71      </property>
72     </widget>
73    </item>
74    <item>
75     <widget class="QCheckBox" name="kcfg_autoscroll">
76      <property name="text">
77       <string>Autoscroll while playing</string>
78      </property>
79     </widget>
80    </item>
81    <item>
82     <widget class="QCheckBox" name="kcfg_verticalzoom">
83      <property name="text">
84       <string>Zoom using vertical drag in ruler</string>
85      </property>
86     </widget>
87    </item>
88    <item>
89     <widget class="QCheckBox" name="kcfg_splitaudio">
90      <property name="text">
91       <string>Automatically split audio and video</string>
92      </property>
93     </widget>
94    </item>
95    <item>
96     <layout class="QHBoxLayout" name="horizontalLayout_2">
97      <item>
98       <widget class="QLabel" name="label">
99        <property name="text">
100         <string>Track height</string>
101        </property>
102       </widget>
103      </item>
104      <item>
105       <widget class="QSpinBox" name="kcfg_trackheight">
106        <property name="minimum">
107         <number>10</number>
108        </property>
109        <property name="value">
110         <number>10</number>
111        </property>
112       </widget>
113      </item>
114      <item>
115       <spacer name="horizontalSpacer_2">
116        <property name="orientation">
117         <enum>Qt::Horizontal</enum>
118        </property>
119        <property name="sizeHint" stdset="0">
120         <size>
121          <width>40</width>
122          <height>20</height>
123         </size>
124        </property>
125       </spacer>
126      </item>
127     </layout>
128    </item>
129    <item>
130     <spacer name="verticalSpacer">
131      <property name="orientation">
132       <enum>Qt::Vertical</enum>
133      </property>
134      <property name="sizeHint" stdset="0">
135       <size>
136        <width>20</width>
137        <height>23</height>
138       </size>
139      </property>
140     </spacer>
141    </item>
142   </layout>
143  </widget>
144  <resources/>
145  <connections>
146   <connection>
147    <sender>kcfg_audiothumbnails</sender>
148    <signal>toggled(bool)</signal>
149    <receiver>kcfg_normaliseaudiothumbs</receiver>
150    <slot>setEnabled(bool)</slot>
151    <hints>
152     <hint type="sourcelabel">
153      <x>35</x>
154      <y>66</y>
155     </hint>
156     <hint type="destinationlabel">
157      <x>208</x>
158      <y>66</y>
159     </hint>
160    </hints>
161   </connection>
162   <connection>
163    <sender>kcfg_audiothumbnails</sender>
164    <signal>toggled(bool)</signal>
165    <receiver>kcfg_displayallchannels</receiver>
166    <slot>setEnabled(bool)</slot>
167    <hints>
168     <hint type="sourcelabel">
169      <x>35</x>
170      <y>66</y>
171     </hint>
172     <hint type="destinationlabel">
173      <x>105</x>
174      <y>66</y>
175     </hint>
176    </hints>
177   </connection>
178  </connections>
179 </ui>