]> git.sesse.net Git - kdenlive/blobdiff - src/widgets/wizardcapture_ui.ui
Complete rewrite of the video4linux capture to use MLT, in progress.
[kdenlive] / src / widgets / wizardcapture_ui.ui
index 0c151a638402ec251bec309566063c81a4592979..96b1b7508679c2b1ff414310655101aa6fc7b2be 100644 (file)
@@ -6,55 +6,49 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>273</width>
-    <height>153</height>
+    <width>279</width>
+    <height>110</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Form</string>
   </property>
   <layout class="QGridLayout" name="gridLayout">
-   <item row="0" column="0" colspan="3">
+   <item row="0" column="0" colspan="4">
     <widget class="QLabel" name="label">
      <property name="text">
       <string>Autodetected capture devices</string>
      </property>
     </widget>
    </item>
-   <item row="0" column="3">
+   <item row="0" column="4">
     <widget class="QPushButton" name="button_reload">
      <property name="text">
       <string>Check</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="0" colspan="4">
-    <widget class="QTreeWidget" name="device_list">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
-     <property name="alternatingRowColors">
-      <bool>true</bool>
+   <item row="1" column="0" colspan="5">
+    <widget class="QLabel" name="v4l_status">
+     <property name="text">
+      <string/>
      </property>
-     <property name="allColumnsShowFocus">
-      <bool>true</bool>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="5">
+    <widget class="KComboBox" name="v4l_devices"/>
+   </item>
+   <item row="3" column="0" colspan="2">
+    <widget class="QLabel" name="label_9">
+     <property name="text">
+      <string>Select capture format</string>
      </property>
-     <column>
-      <property name="text">
-       <string>Device Name</string>
-      </property>
-     </column>
-     <column>
-      <property name="text">
-       <string>Capacities</string>
-      </property>
-     </column>
     </widget>
    </item>
-   <item row="3" column="1">
+   <item row="3" column="2" colspan="3">
+    <widget class="KComboBox" name="v4l_formats"/>
+   </item>
+   <item row="4" column="1">
     <spacer name="verticalSpacer">
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
     </spacer>
    </item>
-   <item row="2" column="0" colspan="4">
-    <widget class="QLabel" name="v4l_status">
-     <property name="text">
-      <string/>
-     </property>
-    </widget>
-   </item>
   </layout>
  </widget>
+ <customwidgets>
+  <customwidget>
+   <class>KComboBox</class>
+   <extends>QComboBox</extends>
+   <header>kcombobox.h</header>
+  </customwidget>
+ </customwidgets>
  <resources/>
  <connections/>
 </ui>