]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/ui/video_effects.ui
Check asprintf return value.
[vlc] / modules / gui / qt4 / ui / video_effects.ui
index 46db502fe8a6b9f13099bc113d217e315a7f31b4..b68a4e6b10a6d6e8933b963207f9852ecae77202 100644 (file)
        <bool>false</bool>
       </property>
       <layout class="QGridLayout" >
-       <property name="horizontalSpacing" >
-        <number>0</number>
-       </property>
-       <property name="verticalSpacing" >
+       <property name="spacing" >
         <number>0</number>
        </property>
        <item row="0" column="1" >
     </item>
    </layout>
   </widget>
+  <widget class="QWidget" name="tab_3" >
+   <attribute name="title" >
+    <string>_("Crop")</string>
+   </attribute>
+   <layout class="QGridLayout" >
+    <item row="0" column="2" >
+     <widget class="QLabel" name="label_10" >
+      <property name="text" >
+       <string>_("Top")</string>
+      </property>
+     </widget>
+    </item>
+    <item row="0" column="3" >
+     <widget class="QSpinBox" name="cropTopPx" >
+      <property name="suffix" >
+       <string> px</string>
+      </property>
+      <property name="maximum" >
+       <number>4095</number>
+      </property>
+     </widget>
+    </item>
+    <item row="1" column="0" >
+     <widget class="QLabel" name="label_11" >
+      <property name="text" >
+       <string>_("Left")</string>
+      </property>
+     </widget>
+    </item>
+    <item row="1" column="1" >
+     <widget class="QSpinBox" name="cropLeftPx" >
+      <property name="suffix" >
+       <string> px</string>
+      </property>
+      <property name="maximum" >
+       <number>4095</number>
+      </property>
+     </widget>
+    </item>
+    <item row="1" column="4" >
+     <widget class="QLabel" name="label_12" >
+      <property name="text" >
+       <string>_("Right")</string>
+      </property>
+     </widget>
+    </item>
+    <item row="1" column="5" >
+     <widget class="QSpinBox" name="cropRightPx" >
+      <property name="suffix" >
+       <string> px</string>
+      </property>
+      <property name="maximum" >
+       <number>4095</number>
+      </property>
+     </widget>
+    </item>
+    <item row="2" column="2" >
+     <widget class="QLabel" name="label_7" >
+      <property name="text" >
+       <string>_("Bottom")</string>
+      </property>
+     </widget>
+    </item>
+    <item row="2" column="3" >
+     <widget class="QSpinBox" name="cropBotPx" >
+      <property name="suffix" >
+       <string> px</string>
+      </property>
+      <property name="maximum" >
+       <number>4095</number>
+      </property>
+     </widget>
+    </item>
+    <item row="3" column="0" colspan="6" >
+     <widget class="QCheckBox" name="topBotCropSync" >
+      <property name="text" >
+       <string>_("Synchronize top and bottom")</string>
+      </property>
+     </widget>
+    </item>
+    <item row="4" column="0" colspan="6" >
+     <widget class="QCheckBox" name="leftRightCropSync" >
+      <property name="text" >
+       <string>_("Synchronize left and right")</string>
+      </property>
+     </widget>
+    </item>
+    <item row="1" column="3" >
+     <spacer>
+      <property name="orientation" >
+       <enum>Qt::Vertical</enum>
+      </property>
+      <property name="sizeType" >
+       <enum>QSizePolicy::Expanding</enum>
+      </property>
+      <property name="sizeHint" >
+       <size>
+        <width>20</width>
+        <height>40</height>
+       </size>
+      </property>
+     </spacer>
+    </item>
+   </layout>
+  </widget>
   <widget class="QWidget" name="tab_5" >
    <attribute name="title" >
     <string>_("Geometry")</string>