set maximum values for mouse sensitivity buttons

pull/19/head
Michail Vourlakos 5 years ago
parent 76ec713c9d
commit aee04ef180

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1000</width> <width>988</width>
<height>750</height> <height>750</height>
</rect> </rect>
</property> </property>
@ -504,7 +504,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>965</width> <width>953</width>
<height>375</height> <height>375</height>
</rect> </rect>
</property> </property>
@ -522,11 +522,17 @@
<item> <item>
<widget class="QToolButton" name="lowSensitivityBtn"> <widget class="QToolButton" name="lowSensitivityBtn">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Low sensitivity for parabolic effect (low cpu usage and performance)</string> <string>Low sensitivity for parabolic effect (low cpu usage and performance)</string>
</property> </property>
@ -541,11 +547,17 @@
<item> <item>
<widget class="QToolButton" name="mediumSensitivityBtn"> <widget class="QToolButton" name="mediumSensitivityBtn">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Medium sensitivity for parabolic effect (normal cpu usage and performance)</string> <string>Medium sensitivity for parabolic effect (normal cpu usage and performance)</string>
</property> </property>
@ -560,11 +572,17 @@
<item> <item>
<widget class="QToolButton" name="highSensitivityBtn"> <widget class="QToolButton" name="highSensitivityBtn">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>High sensitivity for parabolic effect (high cpu usage and performance)</string> <string>High sensitivity for parabolic effect (high cpu usage and performance)</string>
</property> </property>

Loading…
Cancel
Save