1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PluginConfig</class>
4 <widget class="QWidget" name="PluginConfig">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>321</width>
10    <height>235</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Plugins</string>
15  </property>
16  <layout class="QVBoxLayout">
17   <item>
18    <widget class="QGroupBox" name="qgbOptions">
19     <property name="title">
20      <string>Options</string>
21     </property>
22     <layout class="QVBoxLayout">
23      <item>
24       <widget class="QCheckBox" name="qcbTransmit">
25        <property name="toolTip">
26         <string>Enable plugins and transmit positional information</string>
27        </property>
28        <property name="whatsThis">
29         <string>This allows plugins for supported games to fetch your in-game position and transmit it with each voice packet. This enables other users to hear your voice in-game from the direction your character is in relation to their own.</string>
30        </property>
31        <property name="text">
32         <string>Link to Game and Transmit Position</string>
33        </property>
34       </widget>
35      </item>
36     </layout>
37    </widget>
38   </item>
39   <item>
40    <widget class="QGroupBox" name="qgbPlugins">
41     <property name="title">
42      <string>Plugins</string>
43     </property>
44     <layout class="QVBoxLayout">
45      <item>
46       <widget class="QTreeWidget" name="qtwPlugins">
47        <property name="rootIsDecorated">
48         <bool>false</bool>
49        </property>
50        <property name="headerHidden">
51         <bool>false</bool>
52        </property>
53        <attribute name="headerStretchLastSection">
54         <bool>false</bool>
55        </attribute>
56        <attribute name="headerStretchLastSection">
57         <bool>false</bool>
58        </attribute>
59        <column>
60         <property name="text">
61          <string>Name</string>
62         </property>
63        </column>
64        <column>
65         <property name="text">
66          <string>Enabled</string>
67         </property>
68        </column>
69       </widget>
70      </item>
71      <item>
72       <layout class="QHBoxLayout">
73        <item>
74         <widget class="QPushButton" name="qpbReload">
75          <property name="toolTip">
76           <string>Reloads all plugins</string>
77          </property>
78          <property name="whatsThis">
79           <string>This rescans and reloads plugins. Use this if you just added or changed a plugin to the plugins directory.</string>
80          </property>
81          <property name="text">
82           <string>&amp;Reload plugins</string>
83          </property>
84         </widget>
85        </item>
86        <item>
87         <spacer>
88          <property name="orientation">
89           <enum>Qt::Horizontal</enum>
90          </property>
91          <property name="sizeHint" stdset="0">
92           <size>
93            <width>40</width>
94            <height>20</height>
95           </size>
96          </property>
97         </spacer>
98        </item>
99        <item>
100         <widget class="QPushButton" name="qpbAbout">
101          <property name="toolTip">
102           <string>Information about plugin</string>
103          </property>
104          <property name="whatsThis">
105           <string>This shows a small information message about the plugin.</string>
106          </property>
107          <property name="text">
108           <string>&amp;About</string>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <widget class="QPushButton" name="qpbConfig">
114          <property name="toolTip">
115           <string>Show configuration page of plugin</string>
116          </property>
117          <property name="whatsThis">
118           <string>This shows the configuration page of the plugin, if any.</string>
119          </property>
120          <property name="text">
121           <string>&amp;Configure</string>
122          </property>
123         </widget>
124        </item>
125       </layout>
126      </item>
127     </layout>
128    </widget>
129   </item>
130  </layout>
131 </widget>
132 <resources/>
133 <connections/>
134</ui>
135