<?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> <width>438</width> <height>345</height> </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="2" column="1"> <widget class="QLineEdit" name="login"> <property name="toolTip"> <string>Your account login</string> </property> <property name="placeholderText"> <string>john_smith1987</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Server</string> </property> </widget> </item> <item row="3" 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> <property name="placeholderText"> <string>macaw.me</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Login</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Password</string> </property> </widget> </item> <item row="4" 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> <property name="placeholderText"> <string/> </property> <property name="clearButtonEnabled"> <bool>false</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Name</string> </property> </widget> </item> <item row="1" 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> <property name="placeholderText"> <string>John</string> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Resource</string> </property> </widget> </item> <item row="7" column="1"> <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> <item row="5" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Password storage</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QComboBox" name="passwordType"/> </item> <item row="6" 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> <item row="0" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Active</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QCheckBox" name="active"> <property name="text"> <string>enable</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </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> <tabstops> <tabstop>name</tabstop> <tabstop>login</tabstop> <tabstop>server</tabstop> <tabstop>password</tabstop> </tabstops> <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>