1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Disable the hue/bright/sat/contrast sliders

Since they aren't implemented for now.
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2015-05-16 04:13:31 +02:00 committed by tux3
parent 27bb71f195
commit 61f331635f

View File

@ -195,6 +195,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="3" column="2">
<widget class="QSlider" name="BrightnessSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -202,6 +205,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="2" column="2">
<widget class="QSlider" name="HueSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -223,6 +229,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="4" column="2">
<widget class="QSlider" name="SaturationSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -272,6 +281,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="5" column="2">
<widget class="QSlider" name="ContrastSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>