]> git.sesse.net Git - kdenlive/blobdiff - src/widgets/recmonitor_ui.ui
Hide marker category for guides, not supported currently
[kdenlive] / src / widgets / recmonitor_ui.ui
index 13e8aec93933a97d60aae1dd43b5ee6b228abd2a..d03ec1cc63779a7e742e6c71356566996d1f2829 100644 (file)
@@ -6,15 +6,39 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>371</width>
-    <height>186</height>
+    <width>298</width>
+    <height>163</height>
    </rect>
   </property>
   <layout class="QGridLayout" name="gridLayout">
    <property name="margin">
     <number>0</number>
    </property>
-   <item row="0" column="0" colspan="4">
+   <item row="2" column="4">
+    <widget class="KComboBox" name="device_selector">
+     <item>
+      <property name="text">
+       <string>Firewire</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>FFmpeg</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Screen grab</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string>Blackmagic card</string>
+      </property>
+     </item>
+    </widget>
+   </item>
+   <item row="0" column="0" colspan="5">
     <widget class="QLabel" name="video_frame">
      <property name="text">
       <string>Not connected</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="0" colspan="4">
+   <item row="2" column="3">
+    <spacer name="horizontalSpacer">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>40</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="1" column="0" colspan="5">
     <widget class="QFrame" name="control_frame_firewire">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
     </widget>
    </item>
    <item row="2" column="0">
-    <widget class="QCheckBox" name="autoaddbox">
+    <widget class="QToolButton" name="rec_options">
      <property name="text">
-      <string>Auto add</string>
+      <string>...</string>
+     </property>
+     <property name="popupMode">
+      <enum>QToolButton::InstantPopup</enum>
      </property>
-     <property name="checked">
+     <property name="autoRaise">
       <bool>true</bool>
      </property>
     </widget>
    </item>
-   <item row="2" column="3">
-    <widget class="KComboBox" name="device_selector">
-     <item>
-      <property name="text">
-       <string>Firewire</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Video4Linux</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Screen grab</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Blackmagic card</string>
-      </property>
-     </item>
-    </widget>
-   </item>
    <item row="2" column="1">
-    <widget class="QCheckBox" name="enable_preview">
-     <property name="text">
-      <string>Preview while capturing</string>
+    <widget class="QFrame" name="control_frame">
+     <property name="frameShape">
+      <enum>QFrame::NoFrame</enum>
      </property>
-     <property name="checked">
-      <bool>true</bool>
+     <property name="frameShadow">
+      <enum>QFrame::Plain</enum>
      </property>
+     <layout class="QGridLayout" name="gridLayout_2">
+      <property name="margin">
+       <number>0</number>
+      </property>
+      <item row="0" column="0">
+       <widget class="QCheckBox" name="rec_video">
+        <property name="text">
+         <string>Video</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="rec_audio">
+        <property name="text">
+         <string>Audio</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+     <zorder>rec_video</zorder>
+     <zorder>rec_audio</zorder>
+     <zorder>rec_video</zorder>
+     <zorder>rec_audio</zorder>
     </widget>
    </item>
-   <item row="2" column="2">
-    <spacer name="horizontalSpacer">
-     <property name="orientation">
-      <enum>Qt::Horizontal</enum>
-     </property>
-     <property name="sizeHint" stdset="0">
-      <size>
-       <width>40</width>
-       <height>20</height>
-      </size>
-     </property>
-    </spacer>
-   </item>
   </layout>
  </widget>
  <customwidgets>