2012-08-13 11:37:21 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProfileManager</class>
<widget class="QDialog" name="ProfileManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-03-19 17:10:54 -04:00
<width>780</width>
<height>397</height>
2012-08-13 11:37:21 -04:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>Profile Manager</string>
</property>
<property name="windowIcon">
<iconset resource="../images.qrc">
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="1" column="0">
<widget class="QFrame" name="frame">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<layout class="QGridLayout" name="gridLayout">
2013-03-19 17:10:54 -04:00
<item row="0" column="0">
<widget class="QTextEdit" name="textEdit">
2013-06-15 12:18:30 -04:00
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
2013-03-19 17:10:54 -04:00
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2013-06-15 12:18:30 -04:00
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">Select an identity from the list below to be used on another computer, and press &quot;Export selected identity&quot;</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu'; font-size:11pt;"></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">To use it on a different computer, select the identity manager in the login window. From there you can import the identity file and create a new location for that identity. </span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu'; font-size:11pt;"></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">When keeping the same identity for your new location, your friends will automatically accept you.</span></p></body></html></string>
2012-08-13 11:37:21 -04:00
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
2012-10-29 07:02:03 -04:00
<set>QDialogButtonBox::Close</set>
2012-08-13 11:37:21 -04:00
</property>
</widget>
</item>
2013-03-19 17:10:54 -04:00
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Identities</string>
2012-08-13 11:37:21 -04:00
</property>
2013-03-19 17:10:54 -04:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QTreeWidget" name="identityTreeWidget">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Email</string>
</property>
</column>
<column>
<property name="text">
<string>GID</string>
</property>
</column>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="exportIdentity_PB">
<property name="minimumSize">
<size>
<width>0</width>
<height>26</height>
</size>
</property>
<property name="text">
<string>Export selected identity</string>
</property>
</widget>
</item>
</layout>
2012-08-13 11:37:21 -04:00
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="0">
2012-08-24 06:49:08 -04:00
<widget class="HeaderFrame" name="headerFrame"/>
2012-08-13 11:37:21 -04:00
</item>
</layout>
</widget>
2012-08-24 06:49:08 -04:00
<customwidgets>
<customwidget>
<class>HeaderFrame</class>
<extends>QFrame</extends>
<header>gui/common/HeaderFrame.h</header>
<container>1</container>
</customwidget>
</customwidgets>
2012-08-13 11:37:21 -04:00
<resources>
<include location="../images.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ProfileManager</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>320</x>
<y>334</y>
</hint>
<hint type="destinationlabel">
<x>320</x>
<y>177</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ProfileManager</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>320</x>
<y>334</y>
</hint>
<hint type="destinationlabel">
<x>320</x>
<y>177</y>
</hint>
</hints>
</connection>
</connections>
</ui>