2014-10-06 00:17:20 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>IdentitySettings</class>
|
|
|
|
<widget class="QWidget" name="IdentitySettings">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-10-23 00:09:59 +08:00
|
|
|
<width>439</width>
|
|
|
|
<height>472</height>
|
2014-10-06 00:17:20 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-11-01 02:24:28 +08:00
|
|
|
<string notr="true">Form</string>
|
2014-10-06 00:17:20 +08:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2014-10-29 22:23:48 +08:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2014-10-06 00:17:20 +08:00
|
|
|
<item>
|
2014-10-23 00:09:59 +08:00
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
2014-10-06 00:17:20 +08:00
|
|
|
</property>
|
2014-10-23 00:09:59 +08:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
2014-10-06 00:17:20 +08:00
|
|
|
</property>
|
2014-10-23 00:09:59 +08:00
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>419</width>
|
|
|
|
<height>452</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,1">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item alignment="Qt::AlignTop">
|
|
|
|
<widget class="QGroupBox" name="publicGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Public Information</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="userNameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="userName"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusMessageLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Status</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="statusMessage"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item alignment="Qt::AlignTop">
|
|
|
|
<widget class="QGroupBox" name="toxGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tox ID</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="CroppingLabel" name="toxIdLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Your Tox ID (click to copy)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item alignment="Qt::AlignTop">
|
|
|
|
<widget class="QGroupBox" name="profilesGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Profiles</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="profilesVLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="profilesComboLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="profilesLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Available profiles:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="profiles">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="profilesButtonsLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="loadButton">
|
2014-10-23 20:41:47 +08:00
|
|
|
<property name="toolTip">
|
|
|
|
<string comment="tooltip">Switching profiles is disabled during calls</string>
|
|
|
|
</property>
|
2014-10-29 22:23:48 +08:00
|
|
|
<property name="text">
|
|
|
|
<string comment="load profile button">Load</string>
|
|
|
|
</property>
|
2014-10-23 00:09:59 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="renameButton">
|
|
|
|
<property name="text">
|
|
|
|
<string comment="rename profile button">Rename</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="exportButton">
|
|
|
|
<property name="text">
|
|
|
|
<string comment="export profile button">Export</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="deleteButton">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string comment="delete profile button tooltip">This is useful to remain safe on public computers</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string comment="delete profile button">Delete</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="profilesButtonsLayout2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="importButton">
|
|
|
|
<property name="text">
|
|
|
|
<string comment="import profile button">Import a profile</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="newButton">
|
2014-10-23 20:41:47 +08:00
|
|
|
<property name="toolTip">
|
|
|
|
<string comment="tooltip">Switching profiles is disabled during calls</string>
|
|
|
|
</property>
|
2014-10-29 22:23:48 +08:00
|
|
|
<property name="text">
|
|
|
|
<string comment="new profile button">New Tox ID</string>
|
|
|
|
</property>
|
2014-10-23 00:09:59 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-10-06 00:17:20 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CroppingLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
2014-10-08 12:26:25 +08:00
|
|
|
<header>src/widget/croppinglabel.h</header>
|
2014-10-06 00:17:20 +08:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|