1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FormAddAccount</class>
4 <widget class="QDialog" name="FormAddAccount">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>405</width>
10    <height>409</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Add new account</string>
15  </property>
16  <layout class="QFormLayout" name="formLayout_2">
17   <item row="0" column="0" colspan="2">
18    <widget class="QListWidget" name="m_listEntryPoints">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21       <horstretch>0</horstretch>
22       <verstretch>1</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="resizeMode">
26      <enum>QListView::Adjust</enum>
27     </property>
28    </widget>
29   </item>
30   <item row="2" column="0" colspan="2">
31    <widget class="QDialogButtonBox" name="m_buttonBox">
32     <property name="orientation">
33      <enum>Qt::Horizontal</enum>
34     </property>
35     <property name="standardButtons">
36      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
37     </property>
38    </widget>
39   </item>
40   <item row="1" column="0" colspan="2">
41    <widget class="QLabel" name="m_lblDetails">
42     <property name="minimumSize">
43      <size>
44       <width>0</width>
45       <height>30</height>
46      </size>
47     </property>
48     <property name="alignment">
49      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
50     </property>
51     <property name="wordWrap">
52      <bool>true</bool>
53     </property>
54    </widget>
55   </item>
56  </layout>
57 </widget>
58 <tabstops>
59  <tabstop>m_listEntryPoints</tabstop>
60 </tabstops>
61 <resources/>
62 <connections>
63  <connection>
64   <sender>m_buttonBox</sender>
65   <signal>rejected()</signal>
66   <receiver>FormAddAccount</receiver>
67   <slot>reject()</slot>
68   <hints>
69    <hint type="sourcelabel">
70     <x>316</x>
71     <y>260</y>
72    </hint>
73    <hint type="destinationlabel">
74     <x>286</x>
75     <y>274</y>
76    </hint>
77   </hints>
78  </connection>
79 </connections>
80</ui>
81