1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OverlayEditor</class>
4 <widget class="QDialog" name="OverlayEditor">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>718</width>
10    <height>556</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Overlay Editor</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="2">
18    <widget class="QGroupBox" name="qgbState">
19     <property name="title">
20      <string>State</string>
21     </property>
22     <layout class="QHBoxLayout" name="horizontalLayout">
23      <item>
24       <widget class="QRadioButton" name="qrbPassive">
25        <property name="toolTip">
26         <string>User is not talking</string>
27        </property>
28        <property name="text">
29         <string>Passive</string>
30        </property>
31       </widget>
32      </item>
33      <item>
34       <widget class="QRadioButton" name="qrbTalking">
35        <property name="toolTip">
36         <string>User is talking in your channel or a linked channel</string>
37        </property>
38        <property name="text">
39         <string>Talking</string>
40        </property>
41        <property name="checked">
42         <bool>true</bool>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QRadioButton" name="qrbWhisper">
48        <property name="toolTip">
49         <string>User is whispering to you privately</string>
50        </property>
51        <property name="text">
52         <string>Private Whisper</string>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QRadioButton" name="qrbShout">
58        <property name="toolTip">
59         <string>User is shouting to your channel</string>
60        </property>
61        <property name="text">
62         <string>Channel Whisper</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </widget>
68   </item>
69   <item row="1" column="0">
70    <widget class="QGraphicsView" name="qgvView">
71     <property name="interactive">
72      <bool>true</bool>
73     </property>
74     <property name="renderHints">
75      <set>QPainter::Antialiasing|QPainter::SmoothPixmapTransform|QPainter::TextAntialiasing</set>
76     </property>
77    </widget>
78   </item>
79   <item row="1" column="1">
80    <widget class="QGroupBox" name="qgbZoom">
81     <property name="title">
82      <string>Zoom</string>
83     </property>
84     <layout class="QVBoxLayout" name="verticalLayout">
85      <item>
86       <widget class="QSlider" name="qsZoom">
87        <property name="toolTip">
88         <string>Zoom Factor</string>
89        </property>
90        <property name="minimum">
91         <number>1</number>
92        </property>
93        <property name="maximum">
94         <number>10</number>
95        </property>
96        <property name="pageStep">
97         <number>5</number>
98        </property>
99        <property name="value">
100         <number>2</number>
101        </property>
102        <property name="orientation">
103         <enum>Qt::Vertical</enum>
104        </property>
105        <property name="tickPosition">
106         <enum>QSlider::TicksBelow</enum>
107        </property>
108        <property name="tickInterval">
109         <number>1</number>
110        </property>
111       </widget>
112      </item>
113     </layout>
114    </widget>
115   </item>
116   <item row="2" column="0" colspan="2">
117    <widget class="QGroupBox" name="qgbElements">
118     <property name="title">
119      <string>Enabled Elements</string>
120     </property>
121     <layout class="QHBoxLayout" name="horizontalLayout_2">
122      <item>
123       <widget class="QCheckBox" name="qcbAvatar">
124        <property name="toolTip">
125         <string>User avatar, chosen by each user</string>
126        </property>
127        <property name="text">
128         <string>Avatar</string>
129        </property>
130       </widget>
131      </item>
132      <item>
133       <widget class="QCheckBox" name="qcbUser">
134        <property name="toolTip">
135         <string>User's name</string>
136        </property>
137        <property name="text">
138         <string>Username</string>
139        </property>
140       </widget>
141      </item>
142      <item>
143       <widget class="QCheckBox" name="qcbChannel">
144        <property name="toolTip">
145         <string>Name of user's channel, if outside your current channel</string>
146        </property>
147        <property name="text">
148         <string>Channel</string>
149        </property>
150       </widget>
151      </item>
152      <item>
153       <widget class="QCheckBox" name="qcbMutedDeafened">
154        <property name="toolTip">
155         <string>Muted or deafened</string>
156        </property>
157        <property name="text">
158         <string>Mute state</string>
159        </property>
160       </widget>
161      </item>
162      <item>
163       <widget class="QCheckBox" name="qcbBox">
164        <property name="toolTip">
165         <string>Bounding box, automatically shrunk to minimum size to contain all visible elements</string>
166        </property>
167        <property name="text">
168         <string>Bounding box</string>
169        </property>
170       </widget>
171      </item>
172     </layout>
173    </widget>
174   </item>
175   <item row="3" column="0" colspan="2">
176    <widget class="QDialogButtonBox" name="qdbbBox">
177     <property name="orientation">
178      <enum>Qt::Horizontal</enum>
179     </property>
180     <property name="standardButtons">
181      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
182     </property>
183    </widget>
184   </item>
185  </layout>
186 </widget>
187 <tabstops>
188  <tabstop>qrbPassive</tabstop>
189  <tabstop>qrbTalking</tabstop>
190  <tabstop>qrbWhisper</tabstop>
191  <tabstop>qrbShout</tabstop>
192  <tabstop>qcbAvatar</tabstop>
193  <tabstop>qcbUser</tabstop>
194  <tabstop>qcbChannel</tabstop>
195  <tabstop>qcbMutedDeafened</tabstop>
196  <tabstop>qcbBox</tabstop>
197  <tabstop>qsZoom</tabstop>
198  <tabstop>qgvView</tabstop>
199  <tabstop>qdbbBox</tabstop>
200 </tabstops>
201 <resources/>
202 <connections>
203  <connection>
204   <sender>qdbbBox</sender>
205   <signal>accepted()</signal>
206   <receiver>OverlayEditor</receiver>
207   <slot>accept()</slot>
208   <hints>
209    <hint type="sourcelabel">
210     <x>227</x>
211     <y>538</y>
212    </hint>
213    <hint type="destinationlabel">
214     <x>157</x>
215     <y>274</y>
216    </hint>
217   </hints>
218  </connection>
219  <connection>
220   <sender>qdbbBox</sender>
221   <signal>rejected()</signal>
222   <receiver>OverlayEditor</receiver>
223   <slot>reject()</slot>
224   <hints>
225    <hint type="sourcelabel">
226     <x>295</x>
227     <y>544</y>
228    </hint>
229    <hint type="destinationlabel">
230     <x>286</x>
231     <y>274</y>
232    </hint>
233   </hints>
234  </connection>
235 </connections>
236</ui>
237