mumble-voip_mumble/src/mumble/Tokens.ui

126 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Tokens</class>
<widget class="QDialog" name="Tokens">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>514</width>
<height>659</height>
</rect>
</property>
<property name="windowTitle">
<string>Mumble - Access Tokens</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="qlwTokens">
<property name="toolTip">
<string>List of access tokens on current server</string>
</property>
<property name="whatsThis">
<string>&lt;b&gt;This is an editable list of access tokens on the connected server.&lt;/b&gt;
&lt;br /&gt;
An 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.
</string>
</property>
<property name="accessibleName">
<string>Token List</string>
</property>
<property name="accessibleDescription">
<string>Use the arrow keys to navigate this list of access tokens. The tokens are displayed in plain text.</string>
</property>
<property name="editTriggers">
<set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QPushButton" name="qpbAdd">
<property name="toolTip">
<string>Add a token</string>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="qpbRemove">
<property name="toolTip">
<string>Remove a token</string>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="qbbButtons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>qlwTokens</tabstop>
<tabstop>qpbAdd</tabstop>
<tabstop>qpbRemove</tabstop>
<tabstop>qbbButtons</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>qbbButtons</sender>
<signal>accepted()</signal>
<receiver>Tokens</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>227</x>
<y>617</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>qbbButtons</sender>
<signal>rejected()</signal>
<receiver>Tokens</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>295</x>
<y>623</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>