aboutsummaryrefslogtreecommitdiff
path: root/src/components/video.ui
diff options
context:
space:
mode:
authorBrianna2017-07-16 23:16:35 -0400
committerGitHub2017-07-16 23:16:35 -0400
commit4becfe3b51ae058dc8600abeac3d1d6b5a1eab76 (patch)
treed0acb70a5fc839a1810a962f2ff9b4a9a931025a /src/components/video.ui
parentf420ad69f5f6f3c830fea890a760ce0ce61ba571 (diff)
parentaa464632c64725201dc7584ebf6bf2c3d06b47b6 (diff)
Merge pull request #46 from djfun/extra-sound-options
Extra sound options
Diffstat (limited to 'src/components/video.ui')
-rw-r--r--src/components/video.ui75
1 files changed, 68 insertions, 7 deletions
diff --git a/src/components/video.ui b/src/components/video.ui
index 97b7d6f..08d15d3 100644
--- a/src/components/video.ui
+++ b/src/components/video.ui
@@ -10,6 +10,18 @@
<height>197</height>
</rect>
</property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>197</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -190,13 +202,6 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_useAudio">
- <property name="text">
- <string>Use Audio</string>
- </property>
- </widget>
- </item>
- <item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -248,6 +253,62 @@
</layout>
</item>
<item>
+ <layout class="QHBoxLayout" name="horizontalLayout_10">
+ <item>
+ <widget class="QCheckBox" name="checkBox_useAudio">
+ <property name="text">
+ <string>Use Audio</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_volume">
+ <property name="text">
+ <string>Volume</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDoubleSpinBox" name="spinBox_volume">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="suffix">
+ <string>x</string>
+ </property>
+ <property name="minimum">
+ <double>0.000000000000000</double>
+ </property>
+ <property name="maximum">
+ <double>10.000000000000000</double>
+ </property>
+ <property name="singleStep">
+ <double>0.100000000000000</double>
+ </property>
+ <property name="value">
+ <double>1.000000000000000</double>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <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>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>