1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>kOnlineTransferForm</class>
4 <widget class="QDialog" name="kOnlineTransferForm">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>624</width>
10    <height>617</height>
11   </rect>
12  </property>
13  <property name="sizeGripEnabled">
14   <bool>false</bool>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Order Account</string>
21     </property>
22     <layout class="QFormLayout" name="formLayout">
23      <item row="1" column="0">
24       <widget class="QLabel" name="label_6">
25        <property name="text">
26         <string>Account Balance</string>
27        </property>
28       </widget>
29      </item>
30      <item row="1" column="1">
31       <widget class="AmountEdit" name="orderAccountBalance">
32        <property name="enabled">
33         <bool>false</bool>
34        </property>
35        <property name="calculatorButtonVisibility" stdset="0">
36         <bool>false</bool>
37        </property>
38        <property name="resetButtonVisibility" stdset="0">
39         <bool>false</bool>
40        </property>
41        <property name="readOnly">
42         <bool>true</bool>
43        </property>
44       </widget>
45      </item>
46      <item row="0" column="0" colspan="2">
47       <widget class="KMyMoneyAccountCombo" name="originAccount"/>
48      </item>
49     </layout>
50    </widget>
51   </item>
52   <item>
53    <widget class="QGroupBox" name="groupBox_2">
54     <property name="title">
55      <string>Credit Transfer</string>
56     </property>
57     <layout class="QVBoxLayout" name="verticalLayout_2">
58      <item>
59       <widget class="KComboBox" name="transferTypeSelection"/>
60      </item>
61      <item>
62       <widget class="QStackedWidget" name="displayStack">
63        <property name="sizePolicy">
64         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
65          <horstretch>0</horstretch>
66          <verstretch>0</verstretch>
67         </sizepolicy>
68        </property>
69        <property name="minimumSize">
70         <size>
71          <width>333</width>
72          <height>250</height>
73         </size>
74        </property>
75        <property name="currentIndex">
76         <number>0</number>
77        </property>
78        <widget class="QWidget" name="accountUnsupported">
79         <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,1,0">
80          <item>
81           <spacer name="verticalSpacer">
82            <property name="orientation">
83             <enum>Qt::Vertical</enum>
84            </property>
85            <property name="sizeHint" stdset="0">
86             <size>
87              <width>20</width>
88              <height>54</height>
89             </size>
90            </property>
91           </spacer>
92          </item>
93          <item>
94           <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,1,0">
95            <item>
96             <spacer name="horizontalSpacer_2">
97              <property name="orientation">
98               <enum>Qt::Horizontal</enum>
99              </property>
100              <property name="sizeHint" stdset="0">
101               <size>
102                <width>0</width>
103                <height>20</height>
104               </size>
105              </property>
106             </spacer>
107            </item>
108            <item>
109             <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
110              <property name="sizeConstraint">
111               <enum>QLayout::SetMaximumSize</enum>
112              </property>
113              <item>
114               <widget class="QLabel" name="unsupportedIcon">
115                <property name="sizePolicy">
116                 <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
117                  <horstretch>0</horstretch>
118                  <verstretch>0</verstretch>
119                 </sizepolicy>
120                </property>
121               </widget>
122              </item>
123              <item>
124               <widget class="QLabel" name="label">
125                <property name="maximumSize">
126                 <size>
127                  <width>300</width>
128                  <height>16777215</height>
129                 </size>
130                </property>
131                <property name="text">
132                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This account does not support online banking.&lt;/p&gt;&lt;p&gt;If you think this is an error, please check if the plugin for this type of credit transfer and your online banking plugins are available.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
133                </property>
134                <property name="wordWrap">
135                 <bool>true</bool>
136                </property>
137               </widget>
138              </item>
139             </layout>
140            </item>
141            <item>
142             <spacer name="horizontalSpacer_3">
143              <property name="orientation">
144               <enum>Qt::Horizontal</enum>
145              </property>
146              <property name="sizeHint" stdset="0">
147               <size>
148                <width>0</width>
149                <height>20</height>
150               </size>
151              </property>
152             </spacer>
153            </item>
154           </layout>
155          </item>
156          <item>
157           <spacer name="verticalSpacer_2">
158            <property name="orientation">
159             <enum>Qt::Vertical</enum>
160            </property>
161            <property name="sizeHint" stdset="0">
162             <size>
163              <width>20</width>
164              <height>53</height>
165             </size>
166            </property>
167           </spacer>
168          </item>
169         </layout>
170        </widget>
171        <widget class="QWidget" name="page">
172         <layout class="QVBoxLayout" name="verticalLayout_4">
173          <item>
174           <widget class="KMessageWidget" name="headMessage" native="true"/>
175          </item>
176          <item>
177           <widget class="KMessageWidget" name="convertMessage" native="true"/>
178          </item>
179          <item>
180           <widget class="QScrollArea" name="creditTransferEdit">
181            <property name="frameShape">
182             <enum>QFrame::NoFrame</enum>
183            </property>
184            <property name="frameShadow">
185             <enum>QFrame::Plain</enum>
186            </property>
187            <property name="widgetResizable">
188             <bool>true</bool>
189            </property>
190            <property name="alignment">
191             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
192            </property>
193            <widget class="QWidget" name="scrollAreaWidgetContents">
194             <property name="geometry">
195              <rect>
196               <x>0</x>
197               <y>0</y>
198               <width>75</width>
199               <height>16</height>
200              </rect>
201             </property>
202            </widget>
203           </widget>
204          </item>
205         </layout>
206        </widget>
207       </widget>
208      </item>
209     </layout>
210    </widget>
211   </item>
212   <item>
213    <layout class="QHBoxLayout" name="horizontalLayout_4">
214     <item>
215      <spacer name="horizontalSpacer_4">
216       <property name="orientation">
217        <enum>Qt::Horizontal</enum>
218       </property>
219       <property name="sizeHint" stdset="0">
220        <size>
221         <width>40</width>
222         <height>20</height>
223        </size>
224       </property>
225      </spacer>
226     </item>
227     <item>
228      <widget class="QPushButton" name="buttonEnque">
229       <property name="text">
230        <string>Enqueue</string>
231       </property>
232       <property name="icon">
233        <iconset theme="document-save">
234         <normaloff/>
235        </iconset>
236       </property>
237      </widget>
238     </item>
239     <item>
240      <widget class="QPushButton" name="buttonSend">
241       <property name="enabled">
242        <bool>false</bool>
243       </property>
244       <property name="text">
245        <string>Send</string>
246       </property>
247       <property name="icon">
248        <iconset theme="mail-send">
249         <normaloff/>
250        </iconset>
251       </property>
252      </widget>
253     </item>
254     <item>
255      <widget class="QPushButton" name="buttonAbort">
256       <property name="text">
257        <string>Abort</string>
258       </property>
259       <property name="icon">
260        <iconset theme="dialog-cancel">
261         <normaloff/>
262        </iconset>
263       </property>
264      </widget>
265     </item>
266    </layout>
267   </item>
268  </layout>
269 </widget>
270 <customwidgets>
271  <customwidget>
272   <class>AmountEdit</class>
273   <extends>QLineEdit</extends>
274   <header location="global">amountedit.h</header>
275  </customwidget>
276  <customwidget>
277   <class>KMyMoneyAccountCombo</class>
278   <extends>KComboBox</extends>
279   <header>kmymoneyaccountcombo.h</header>
280  </customwidget>
281  <customwidget>
282   <class>KComboBox</class>
283   <extends>QComboBox</extends>
284   <header>kcombobox.h</header>
285  </customwidget>
286  <customwidget>
287   <class>KMessageWidget</class>
288   <extends>QWidget</extends>
289   <header location="global">KMessageWidget</header>
290   <container>1</container>
291  </customwidget>
292 </customwidgets>
293 <tabstops>
294  <tabstop>buttonSend</tabstop>
295  <tabstop>buttonEnque</tabstop>
296  <tabstop>buttonAbort</tabstop>
297 </tabstops>
298 <resources/>
299 <connections/>
300</ui>
301