]> git.sesse.net Git - kdenlive/blobdiff - src/ui/wizardstandard_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / wizardstandard_ui.ui
diff --git a/src/ui/wizardstandard_ui.ui b/src/ui/wizardstandard_ui.ui
new file mode 100644 (file)
index 0000000..b38543c
--- /dev/null
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>WizardStandard_UI</class>
+ <widget class="QWidget" name="WizardStandard_UI">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>188</height>
+   </rect>
+  </property>
+  <layout class="QGridLayout" name="gridLayout_2">
+   <item row="0" column="0" colspan="6">
+    <widget class="QLabel" name="label_3">
+     <property name="text">
+      <string>Please set your default video profile</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QLabel" name="label_2">
+     <property name="text">
+      <string>Video Resolution</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <spacer name="horizontalSpacer_2">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>1</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="1" column="2" colspan="2">
+    <widget class="QRadioButton" name="button_dv">
+     <property name="text">
+      <string>DV</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="4">
+    <widget class="QRadioButton" name="button_hdv">
+     <property name="text">
+      <string>HDV</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="5">
+    <widget class="QRadioButton" name="button_all">
+     <property name="text">
+      <string>Show All</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0" colspan="6">
+    <widget class="QListWidget" name="profiles_list">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="alternatingRowColors">
+      <bool>true</bool>
+     </property>
+     <property name="sortingEnabled">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>