[vlmc-devel] VideoPage: New widget to handle aspect ratio from user

Rohit Yadav git at videolan.org
Tue Aug 2 03:17:05 CEST 2011


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Tue Aug  2 07:00:52 2011 +0530| [f18a2bedf228b4d2c3242fa28345c584860fa81a] | committer: Rohit Yadav

VideoPage: New widget to handle aspect ratio from user

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

 src/Gui/wizard/ui/VideoPage.ui |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/Gui/wizard/ui/VideoPage.ui b/src/Gui/wizard/ui/VideoPage.ui
index 11c5fdb..90f6848 100644
--- a/src/Gui/wizard/ui/VideoPage.ui
+++ b/src/Gui/wizard/ui/VideoPage.ui
@@ -143,6 +143,20 @@
         </property>
        </widget>
       </item>
+      <item row="4" column="2">
+       <widget class="QLineEdit" name="lineEditVideoAspectRatio">
+        <property name="text">
+         <string>16/9</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="0">
+       <widget class="QLabel" name="label_7">
+        <property name="text">
+         <string>Video aspect ratio</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>



More information about the Vlmc-devel mailing list