@ -30,8 +30,8 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>808 </width>
<width>824 </width>
<height>618 </height>
<height>489 </height>
</rect>
</rect>
</property>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<layout class="QVBoxLayout" name="verticalLayout_5">
@ -57,23 +57,23 @@
</item>
</item>
<item row="2" column="1">
<item row="2" column="1">
<widget class="QSlider" name="playbackSlider">
<widget class="QSlider" name="playbackSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="toolTip">
<property name="toolTip">
<string>Use slider to set volume of your speakers.</string>
<string>Use slider to set volume of your speakers.</string>
</property>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
</item>
</item>
<item row="7" column="1">
<item row="7" column="1">
<widget class="QSlider" name="microphoneSlider">
<widget class="QSlider" name="microphoneSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="toolTip">
<property name="toolTip">
<string>Use slider to set volume of your microphone.
<string>Use slider to set volume of your microphone.
WARNING: slider is not supposed to work yet.</string>
WARNING: slider is not supposed to work yet.</string>
</property>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
</item>
</item>
<item row="1" column="0">
<item row="1" column="0">
@ -105,12 +105,12 @@ WARNING: slider is not supposed to work yet.</string>
</item>
</item>
<item row="8" column="0">
<item row="8" column="0">
<widget class="QCheckBox" name="filterAudio">
<widget class="QCheckBox" name="filterAudio">
<property name="text">
<string>Filter audio</string>
</property>
<property name="toolTip">
<property name="toolTip">
<string>Filter sound from your microphone, so that people hearing you would get better sound.</string>
<string>Filter sound from your microphone, so that people hearing you would get better sound.</string>
</property>
</property>
<property name="text">
<string>Filter audio</string>
</property>
</widget>
</widget>
</item>
</item>
</layout>
</layout>
@ -129,9 +129,6 @@ WARNING: slider is not supposed to work yet.</string>
</property>
</property>
<item row="0" column="0">
<item row="0" column="0">
<widget class="QLabel" name="resolutionLabel">
<widget class="QLabel" name="resolutionLabel">
<property name="text">
<string>Resolution</string>
</property>
<property name="toolTip">
<property name="toolTip">
<string>Set resolution of your camera.
<string>Set resolution of your camera.
The higher values, the better video quality your friends may get.
The higher values, the better video quality your friends may get.
@ -139,6 +136,9 @@ Note though that with better video quality there is needed better internet conne
Sometimes your connection may not be good enough to handle higher video quality,
Sometimes your connection may not be good enough to handle higher video quality,
which may lead to problems with video calls.</string>
which may lead to problems with video calls.</string>
</property>
</property>
<property name="text">
<string>Resolution</string>
</property>
</widget>
</widget>
</item>
</item>
<item row="0" column="1">
<item row="0" column="1">
@ -230,18 +230,7 @@ which may lead to problems with video calls.</string>
<property name="frameShadow">
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<enum>QFrame::Raised</enum>
</property>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout"/>
<item row="0" column="0">
<widget class="VideoSurface" name="CamVideoSurface" native="true">
<property name="minimumSize">
<size>
<width>160</width>
<height>120</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</item>
</layout>
</layout>
@ -253,14 +242,6 @@ which may lead to problems with video calls.</string>
</item>
</item>
</layout>
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>VideoSurface</class>
<extends>QWidget</extends>
<header>src/widget/videosurface.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<resources/>
<connections/>
<connections/>
</ui>
</ui>