[vlc-devel] commit: Interface for pixel cropping. Ref #1400 (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Mar 31 08:13:59 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 30 23:13:55 2008 -0700| [b6fbd644bebb360fb117e61377d7b48fbd8b7952]

Interface for pixel cropping. Ref #1400

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6fbd644bebb360fb117e61377d7b48fbd8b7952
---

 modules/gui/qt4/ui/video_effects.ui |   89 +++++++++++++++++++++++++++++++++++
 1 files changed, 89 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui
index 46db502..37e3fae 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -327,6 +327,95 @@
     </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>
+   </layout>
+  </widget>
   <widget class="QWidget" name="tab_5" >
    <attribute name="title" >
     <string>_("Geometry")</string>




More information about the vlc-devel mailing list