1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KBMapAccount</class>
4 <widget class="QDialog" name="KBMapAccount">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>743</width>
10    <height>534</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Account Mapping</string>
15  </property>
16  <layout class="QVBoxLayout">
17   <item>
18    <widget class="QLabel" name="textLabel1">
19     <property name="text">
20      <string>&lt;qt&gt;
21Please choose the &lt;b&gt;online&lt;/b&gt; account you want the
22&lt;b&gt;application&lt;/b&gt; account to be mapped to from the list below.
23&lt;/qt&gt;</string>
24     </property>
25     <property name="wordWrap">
26      <bool>false</bool>
27     </property>
28    </widget>
29   </item>
30   <item>
31    <widget class="QGroupBox" name="groupBox1">
32     <property name="sizePolicy">
33      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
34       <horstretch>0</horstretch>
35       <verstretch>0</verstretch>
36      </sizepolicy>
37     </property>
38     <property name="title">
39      <string>Application Account</string>
40     </property>
41     <layout class="QHBoxLayout">
42      <item>
43       <widget class="QLabel" name="textLabel2">
44        <property name="text">
45         <string>Bank Code</string>
46        </property>
47        <property name="wordWrap">
48         <bool>false</bool>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QLineEdit" name="bankCodeEdit">
54        <property name="readOnly">
55         <bool>true</bool>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QLabel" name="textLabel2_2">
61        <property name="text">
62         <string>Account Number</string>
63        </property>
64        <property name="wordWrap">
65         <bool>false</bool>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QLineEdit" name="accountIdEdit">
71        <property name="readOnly">
72         <bool>true</bool>
73        </property>
74       </widget>
75      </item>
76     </layout>
77    </widget>
78   </item>
79   <item>
80    <widget class="QGroupBox" name="accountBox">
81     <property name="sizePolicy">
82      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
83       <horstretch>0</horstretch>
84       <verstretch>0</verstretch>
85      </sizepolicy>
86     </property>
87     <property name="title">
88      <string>Online Accounts</string>
89     </property>
90     <layout class="QHBoxLayout">
91      <item>
92       <widget class="KBAccountListView" name="accountList" native="true"/>
93      </item>
94     </layout>
95    </widget>
96   </item>
97   <item>
98    <layout class="QHBoxLayout">
99     <item>
100      <widget class="QPushButton" name="helpButton">
101       <property name="text">
102        <string>Help</string>
103       </property>
104      </widget>
105     </item>
106     <item>
107      <spacer name="spacer1">
108       <property name="orientation">
109        <enum>Qt::Horizontal</enum>
110       </property>
111       <property name="sizeType">
112        <enum>QSizePolicy::Expanding</enum>
113       </property>
114       <property name="sizeHint" stdset="0">
115        <size>
116         <width>326</width>
117         <height>29</height>
118        </size>
119       </property>
120      </spacer>
121     </item>
122     <item>
123      <widget class="QPushButton" name="assignButton">
124       <property name="text">
125        <string>Assign</string>
126       </property>
127      </widget>
128     </item>
129     <item>
130      <widget class="QPushButton" name="abortButton">
131       <property name="text">
132        <string>Abort</string>
133       </property>
134      </widget>
135     </item>
136    </layout>
137   </item>
138  </layout>
139 </widget>
140 <layoutdefault spacing="6" margin="11"/>
141 <customwidgets>
142  <customwidget>
143   <class>KBAccountListView</class>
144   <extends>QWidget</extends>
145   <header>../widgets/kbaccountlist.h</header>
146  </customwidget>
147 </customwidgets>
148 <resources/>
149 <connections>
150  <connection>
151   <sender>abortButton</sender>
152   <signal>clicked()</signal>
153   <receiver>KBMapAccount</receiver>
154   <slot>reject()</slot>
155   <hints>
156    <hint type="sourcelabel">
157     <x>676</x>
158     <y>521</y>
159    </hint>
160    <hint type="destinationlabel">
161     <x>512</x>
162     <y>430</y>
163    </hint>
164   </hints>
165  </connection>
166  <connection>
167   <sender>assignButton</sender>
168   <signal>clicked()</signal>
169   <receiver>KBMapAccount</receiver>
170   <slot>accept()</slot>
171   <hints>
172    <hint type="sourcelabel">
173     <x>590</x>
174     <y>521</y>
175    </hint>
176    <hint type="destinationlabel">
177     <x>452</x>
178     <y>459</y>
179    </hint>
180   </hints>
181  </connection>
182 </connections>
183</ui>
184