]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/ui/sprefs_input.ui
Qt: spref small rework of video and codecs part
[vlc] / modules / gui / qt4 / ui / sprefs_input.ui
index 33c7dc67d0919f8d00a0ef053fc5da62b28ded47..b391373c3c79f74ca5a00a5125b760d7f8b2a240 100644 (file)
@@ -7,8 +7,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>687</width>
-    <height>489</height>
+    <width>737</width>
+    <height>635</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -22,7 +22,7 @@
      </property>
      <layout class="QGridLayout">
       <item row="0" column="0">
-       <widget class="QLabel" name="label">
+       <widget class="QLabel" name="DVDLabel">
         <property name="minimumSize">
          <size>
           <width>250</width>
      </layout>
     </widget>
    </item>
+   <item>
+    <widget class="QGroupBox" name="groupBox_3">
+     <property name="title">
+      <string>Codecs</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <item row="7" column="0">
+       <widget class="QLabel" name="filterLabel">
+        <property name="text">
+         <string>Skip H.264 in-loop deblocking filter</string>
+        </property>
+        <property name="buddy">
+         <cstring>loopFilterBox</cstring>
+        </property>
+       </widget>
+      </item>
+      <item row="7" column="1" colspan="2">
+       <widget class="QComboBox" name="loopFilterBox"/>
+      </item>
+      <item row="13" column="0">
+       <widget class="QLabel" name="x264Label">
+        <property name="text">
+         <string>x264 profile and level selection</string>
+        </property>
+        <property name="buddy">
+         <cstring>levelBox</cstring>
+        </property>
+       </widget>
+      </item>
+      <item row="13" column="1">
+       <widget class="QComboBox" name="profileBox"/>
+      </item>
+      <item row="13" column="2">
+       <widget class="QLineEdit" name="levelBox"/>
+      </item>
+      <item row="12" column="0">
+       <widget class="QLabel" name="x264profileLabel">
+        <property name="text">
+         <string>x264 preset and tuning selection</string>
+        </property>
+        <property name="buddy">
+         <cstring>tuneBox</cstring>
+        </property>
+       </widget>
+      </item>
+      <item row="12" column="1">
+       <widget class="QComboBox" name="presetBox"/>
+      </item>
+      <item row="12" column="2">
+       <widget class="QComboBox" name="tuneBox"/>
+      </item>
+      <item row="2" column="0">
+       <widget class="QLabel" name="ppLabel">
+        <property name="minimumSize">
+         <size>
+          <width>250</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="text">
+         <string>Video quality post-processing level</string>
+        </property>
+        <property name="buddy">
+         <cstring>PostProcLevel</cstring>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="0">
+       <widget class="QCheckBox" name="hwAccelBox">
+        <property name="text">
+         <string>Use GPU acceleration (experimental)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="8" column="0" colspan="3">
+       <widget class="QCheckBox" name="skipFrames">
+        <property name="text">
+         <string>Skip frames</string>
+        </property>
+        <property name="checked">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="1">
+       <widget class="QSpinBox" name="PostProcLevel">
+        <property name="alignment">
+         <set>Qt::AlignRight</set>
+        </property>
+        <property name="minimum">
+         <number>1</number>
+        </property>
+        <property name="maximum">
+         <number>26</number>
+        </property>
+        <property name="value">
+         <number>6</number>
+        </property>
+       </widget>
+      </item>
+      <item row="10" column="0">
+       <widget class="QCheckBox" name="systemCodecBox">
+        <property name="text">
+         <string>Use system codecs if available (better quality, but dangerous)</string>
+        </property>
+       </widget>
+      </item>
+      <item row="11" column="0" colspan="3">
+       <widget class="Line" name="line">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
    <item>
     <widget class="QGroupBox" name="groupBox_4">
      <property name="title">
      </layout>
     </widget>
    </item>
-   <item>
-    <widget class="QGroupBox" name="groupBox_3">
-     <property name="title">
-      <string>Codecs</string>
-     </property>
-     <layout class="QGridLayout" name="gridLayout">
-      <item row="2" column="0">
-       <widget class="QLabel" name="ppLabel">
-        <property name="minimumSize">
-         <size>
-          <width>250</width>
-          <height>0</height>
-         </size>
-        </property>
-        <property name="text">
-         <string>Video quality post-processing level</string>
-        </property>
-        <property name="buddy">
-         <cstring>PostProcLevel</cstring>
-        </property>
-       </widget>
-      </item>
-      <item row="7" column="0">
-       <widget class="QLabel" name="filterLabel">
-        <property name="text">
-         <string>H.264 in-loop deblocking filter</string>
-        </property>
-        <property name="buddy">
-         <cstring>loopFilterBox</cstring>
-        </property>
-       </widget>
-      </item>
-      <item row="7" column="1">
-       <widget class="QComboBox" name="loopFilterBox"/>
-      </item>
-      <item row="2" column="1">
-       <layout class="QHBoxLayout" name="horizontalLayout_2">
-        <item>
-         <widget class="QSpinBox" name="PostProcLevel">
-          <property name="alignment">
-           <set>Qt::AlignRight</set>
-          </property>
-          <property name="minimum">
-           <number>1</number>
-          </property>
-          <property name="maximum">
-           <number>26</number>
-          </property>
-          <property name="value">
-           <number>6</number>
-          </property>
-         </widget>
-        </item>
-        <item>
-         <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>
-      </item>
-      <item row="1" column="0">
-       <widget class="QLabel" name="systemCodecLabel">
-        <property name="text">
-         <string>System codecs (better quality)</string>
-        </property>
-       </widget>
-      </item>
-      <item row="1" column="1">
-       <widget class="QCheckBox" name="systemCodecBox">
-        <property name="text">
-         <string>Use host codecs if available</string>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
   </layout>
  </widget>
  <tabstops>
   <tabstop>DVDDevice</tabstop>
   <tabstop>DVDBrowse</tabstop>
+  <tabstop>AviRepair</tabstop>
+  <tabstop>recordPath</tabstop>
+  <tabstop>recordBrowse</tabstop>
   <tabstop>UDPPort</tabstop>
   <tabstop>proxy</tabstop>
-  <tabstop>cachingCombo</tabstop>
-  <tabstop>PostProcLevel</tabstop>
-  <tabstop>AviRepair</tabstop>
+  <tabstop>live555TransportHTTPRadio</tabstop>
   <tabstop>live555TransportRTSP_TCPRadio</tabstop>
-  <tabstop>systemCodecBox</tabstop>
+  <tabstop>cachingCombo</tabstop>
+  <tabstop>hwAccelBox</tabstop>
+  <tabstop>loopFilterBox</tabstop>
  </tabstops>
  <resources/>
  <connections/>