2019-03-30 20:13:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Account</class>
|
|
|
|
<widget class="QDialog" name="Account">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-04-04 16:40:32 +00:00
|
|
|
<width>438</width>
|
|
|
|
<height>342</height>
|
2019-03-30 20:13:13 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Account</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="login">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Your account login</string>
|
|
|
|
</property>
|
2019-10-05 11:27:39 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>john_smith1987</string>
|
|
|
|
</property>
|
2019-03-30 20:13:13 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Server</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="server">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>A server address of your account. Like 404.city or macaw.me</string>
|
|
|
|
</property>
|
2019-10-05 11:27:39 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>macaw.me</string>
|
|
|
|
</property>
|
2019-03-30 20:13:13 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Login</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="password">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Password of your account</string>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
2019-10-05 11:27:39 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2019-03-30 20:13:13 +00:00
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="name">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Just a name how would you call this account, doesn't affect anything</string>
|
|
|
|
</property>
|
2019-10-05 11:27:39 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>John</string>
|
|
|
|
</property>
|
2019-03-30 20:13:13 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-10 22:15:08 +00:00
|
|
|
<item row="6" column="0">
|
2019-04-12 05:51:36 +00:00
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Resource</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-10 22:15:08 +00:00
|
|
|
<item row="6" column="1">
|
2019-04-12 05:51:36 +00:00
|
|
|
<widget class="QLineEdit" name="resource">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>A resource name like "Home" or "Work"</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>QXmpp</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-04 16:40:32 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password storage</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="passwordType"/>
|
|
|
|
</item>
|
2020-04-10 22:15:08 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLabel" name="comment">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-03-30 20:13:13 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-04-02 15:46:18 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>name</tabstop>
|
|
|
|
<tabstop>login</tabstop>
|
|
|
|
<tabstop>server</tabstop>
|
|
|
|
<tabstop>password</tabstop>
|
|
|
|
</tabstops>
|
2019-03-30 20:13:13 +00:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>Account</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>Account</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|