[vlmc-devel] commit: PreviewWidget.ui: Add slider for controlling volume. (Rohit Yadav )
git at videolan.org
git at videolan.org
Sun Sep 26 22:14:51 CEST 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Mon Sep 27 02:00:37 2010 +0530| [313c341e84170d8cc3cc16c888a90adbba697572] | committer: Rohit Yadav
PreviewWidget.ui: Add slider for controlling volume.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=313c341e84170d8cc3cc16c888a90adbba697572
---
src/Gui/preview/ui/PreviewWidget.ui | 95 +++++++++++++++++++++++++++++------
1 files changed, 80 insertions(+), 15 deletions(-)
diff --git a/src/Gui/preview/ui/PreviewWidget.ui b/src/Gui/preview/ui/PreviewWidget.ui
index cff31bb..710048c 100644
--- a/src/Gui/preview/ui/PreviewWidget.ui
+++ b/src/Gui/preview/ui/PreviewWidget.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>328</width>
- <height>341</height>
+ <width>507</width>
+ <height>352</height>
</rect>
</property>
<property name="minimumSize">
@@ -28,6 +28,9 @@
</property>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
+ <property name="spacing">
+ <number>6</number>
+ </property>
<item>
<widget class="QPushButton" name="pushButtonPreviousFrame">
<property name="sizePolicy">
@@ -251,19 +254,6 @@
</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>
- <item>
<widget class="QPushButton" name="pushButtonStop">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
@@ -299,9 +289,84 @@
<height>20</height>
</size>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ <property name="default">
+ <bool>false</bool>
+ </property>
+ <property name="flat">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QSlider" name="volumeSlider">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>80</width>
+ <height>32</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Adjust Volume</string>
+ </property>
+ <property name="statusTip">
+ <string>Adjust Volume</string>
+ </property>
+ <property name="layoutDirection">
+ <enum>Qt::LeftToRight</enum>
+ </property>
+ <property name="maximum">
+ <number>100</number>
+ </property>
+ <property name="value">
+ <number>50</number>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="invertedControls">
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>10</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<widget class="LCDTimecode" name="lcdNumber">
<property name="minimumSize">
<size>
More information about the Vlmc-devel
mailing list