]> git.sesse.net Git - kdenlive/blobdiff - src/widgets/configtimeline_ui.ui
Const'ref
[kdenlive] / src / widgets / configtimeline_ui.ui
index b692361f0f3fdd498ff5a35ea3497def200804e6..fe0aea0efad100551243cbf7a35de184540a4bda 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>348</width>
-    <height>268</height>
+    <width>361</width>
+    <height>222</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QCheckBox" name="kcfg_displayallchannels">
+          <property name="enabled">
+           <bool>false</bool>
+          </property>
+          <property name="text">
+           <string>Channels</string>
+          </property>
+         </widget>
+        </item>
         <item>
          <widget class="QCheckBox" name="kcfg_normaliseaudiothumbs">
+          <property name="enabled">
+           <bool>false</bool>
+          </property>
           <property name="text">
            <string>Normalise audio for thumbnails</string>
           </property>
      </item>
     </layout>
    </item>
-   <item>
-    <widget class="QCheckBox" name="kcfg_enableaudioalign">
-     <property name="text">
-      <string>Enable Audio Alignment (experimental!)
-Requires restart.</string>
-     </property>
-    </widget>
-   </item>
    <item>
     <spacer name="verticalSpacer">
      <property name="orientation">
@@ -137,5 +142,38 @@ Requires restart.</string>
   </layout>
  </widget>
  <resources/>
- <connections/>
+ <connections>
+  <connection>
+   <sender>kcfg_audiothumbnails</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>kcfg_normaliseaudiothumbs</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>35</x>
+     <y>66</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>208</x>
+     <y>66</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>kcfg_audiothumbnails</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>kcfg_displayallchannels</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>35</x>
+     <y>66</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>105</x>
+     <y>66</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
 </ui>