1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Tokens</class>
4 <widget class="QDialog" name="Tokens">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>514</width>
10    <height>659</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Mumble - Access Tokens</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QListWidget" name="qlwTokens">
19     <property name="toolTip">
20      <string>List of access tokens on current server</string>
21     </property>
22     <property name="whatsThis">
23      <string>&lt;b&gt;This is an editable list of access tokens on the connected server.&lt;/b&gt;
24&lt;br /&gt;
25An access token is a text string, which can be used as a password for very simple access management on channels. Mumble will remember the tokens you've used and resend them to the server next time you reconnect, so you don't have to enter these every time.
26</string>
27     </property>
28     <property name="editTriggers">
29      <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
30     </property>
31     <property name="alternatingRowColors">
32      <bool>true</bool>
33     </property>
34     <property name="selectionMode">
35      <enum>QAbstractItemView::MultiSelection</enum>
36     </property>
37     <property name="sortingEnabled">
38      <bool>true</bool>
39     </property>
40    </widget>
41   </item>
42   <item>
43    <layout class="QHBoxLayout">
44     <item>
45      <widget class="QPushButton" name="qpbAdd">
46       <property name="toolTip">
47        <string>Add a token</string>
48       </property>
49       <property name="text">
50        <string>&amp;Add</string>
51       </property>
52      </widget>
53     </item>
54     <item>
55      <widget class="QPushButton" name="qpbRemove">
56       <property name="toolTip">
57        <string>Remove a token</string>
58       </property>
59       <property name="text">
60        <string>&amp;Remove</string>
61       </property>
62      </widget>
63     </item>
64    </layout>
65   </item>
66   <item>
67    <widget class="QDialogButtonBox" name="qbbButtons">
68     <property name="orientation">
69      <enum>Qt::Horizontal</enum>
70     </property>
71     <property name="standardButtons">
72      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
73     </property>
74    </widget>
75   </item>
76  </layout>
77 </widget>
78 <tabstops>
79  <tabstop>qlwTokens</tabstop>
80  <tabstop>qpbAdd</tabstop>
81  <tabstop>qpbRemove</tabstop>
82  <tabstop>qbbButtons</tabstop>
83 </tabstops>
84 <resources/>
85 <connections>
86  <connection>
87   <sender>qbbButtons</sender>
88   <signal>accepted()</signal>
89   <receiver>Tokens</receiver>
90   <slot>accept()</slot>
91   <hints>
92    <hint type="sourcelabel">
93     <x>227</x>
94     <y>617</y>
95    </hint>
96    <hint type="destinationlabel">
97     <x>157</x>
98     <y>274</y>
99    </hint>
100   </hints>
101  </connection>
102  <connection>
103   <sender>qbbButtons</sender>
104   <signal>rejected()</signal>
105   <receiver>Tokens</receiver>
106   <slot>reject()</slot>
107   <hints>
108    <hint type="sourcelabel">
109     <x>295</x>
110     <y>623</y>
111    </hint>
112    <hint type="destinationlabel">
113     <x>286</x>
114     <y>274</y>
115    </hint>
116   </hints>
117  </connection>
118 </connections>
119</ui>
120