1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>UserLocalVolumeDialog</class>
4 <widget class="QDialog" name="UserLocalVolumeDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>500</width>
10    <height>224</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>500</width>
16    <height>224</height>
17   </size>
18  </property>
19  <property name="maximumSize">
20   <size>
21    <width>16777215</width>
22    <height>224</height>
23   </size>
24  </property>
25  <layout class="QGridLayout">
26   <item row="0" column="0">
27    <widget class="QSlider" name="qsUserLocalVolume">
28     <property name="toolTip">
29      <string>Local volume for other users</string>
30     </property>
31     <property name="whatsThis">
32      <string>&lt;b&gt;Adjust the volume of other users locally&lt;/b&gt;&lt;br /&gt;Mumble supports adjusting the volume of other users locally.</string>
33     </property>
34     <property name="styleSheet">
35      <string notr="true"/>
36     </property>
37     <property name="minimum">
38      <number>-60</number>
39     </property>
40     <property name="maximum">
41      <number>30</number>
42     </property>
43     <property name="value">
44      <number>0</number>
45     </property>
46     <property name="orientation">
47      <enum>Qt::Horizontal</enum>
48     </property>
49     <property name="tickPosition">
50      <enum>QSlider::TicksBelow</enum>
51     </property>
52     <property name="tickInterval">
53      <number>10</number>
54     </property>
55    </widget>
56   </item>
57   <item row="2" column="0" colspan="2" alignment="Qt::AlignBottom">
58    <widget class="QDialogButtonBox" name="qbbUserLocalVolume">
59     <property name="orientation">
60      <enum>Qt::Horizontal</enum>
61     </property>
62     <property name="standardButtons">
63      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
64     </property>
65     <property name="centerButtons">
66      <bool>false</bool>
67     </property>
68    </widget>
69   </item>
70   <item row="0" column="1">
71    <widget class="QSpinBox" name="qsbUserLocalVolume">
72     <property name="toolTip">
73      <string>Local volume for other users</string>
74     </property>
75     <property name="whatsThis">
76      <string>&lt;b&gt;Adjust the volume of other users locally&lt;/b&gt;&lt;br /&gt;Mumble supports adjusting the volume of other users locally.</string>
77     </property>
78     <property name="suffix">
79      <string> dB</string>
80     </property>
81     <property name="minimum">
82      <number>-60</number>
83     </property>
84     <property name="maximum">
85      <number>30</number>
86     </property>
87    </widget>
88   </item>
89   <item row="1" column="0" colspan="2">
90    <widget class="QLabel" name="qlUserLocalVolume">
91     <property name="text">
92      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use the slider or the text box to change the volume of the user.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight:600;&quot;&gt;Attention!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Increasing the volume of a user too much can permanently damage your hearing. It may also increase the background noise of the user.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
93     </property>
94     <property name="alignment">
95      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
96     </property>
97     <property name="wordWrap">
98      <bool>true</bool>
99     </property>
100    </widget>
101   </item>
102  </layout>
103 </widget>
104 <resources/>
105 <connections/>
106</ui>
107