1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KPayeeReassignDlg</class>
4 <widget class="QDialog" name="KPayeeReassignDlg">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>558</width>
10    <height>312</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Reassign payees</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>false</bool>
18  </property>
19  <property name="modal">
20   <bool>true</bool>
21  </property>
22  <layout class="QVBoxLayout">
23   <item>
24    <widget class="QLabel" name="textLabel1">
25     <property name="minimumSize">
26      <size>
27       <width>300</width>
28       <height>0</height>
29      </size>
30     </property>
31     <property name="alignment">
32      <set>Qt::AlignJustify|Qt::AlignTop</set>
33     </property>
34     <property name="wordWrap">
35      <bool>true</bool>
36     </property>
37    </widget>
38   </item>
39   <item>
40    <spacer name="spacer8">
41     <property name="orientation">
42      <enum>Qt::Vertical</enum>
43     </property>
44     <property name="sizeType">
45      <enum>QSizePolicy::Fixed</enum>
46     </property>
47     <property name="sizeHint" stdset="0">
48      <size>
49       <width>20</width>
50       <height>16</height>
51      </size>
52     </property>
53    </spacer>
54   </item>
55   <item>
56    <widget class="QLabel" name="textLabel2">
57     <property name="text">
58      <string>Available payees:</string>
59     </property>
60     <property name="wordWrap">
61      <bool>false</bool>
62     </property>
63    </widget>
64   </item>
65   <item>
66    <widget class="KMyMoneyPayeeCombo" name="payeeCombo" native="true"/>
67   </item>
68   <item>
69    <spacer name="spacer9">
70     <property name="orientation">
71      <enum>Qt::Vertical</enum>
72     </property>
73     <property name="sizeType">
74      <enum>QSizePolicy::Expanding</enum>
75     </property>
76     <property name="sizeHint" stdset="0">
77      <size>
78       <width>20</width>
79       <height>20</height>
80      </size>
81     </property>
82    </spacer>
83   </item>
84   <item>
85    <widget class="QCheckBox" name="m_copyToMatchList">
86     <property name="text">
87      <string>Assign deleted names to the above selected payee's matching list</string>
88     </property>
89     <property name="checked">
90      <bool>true</bool>
91     </property>
92    </widget>
93   </item>
94   <item>
95    <widget class="Line" name="line1">
96     <property name="frameShape">
97      <enum>QFrame::HLine</enum>
98     </property>
99     <property name="frameShadow">
100      <enum>QFrame::Sunken</enum>
101     </property>
102    </widget>
103   </item>
104   <item>
105    <widget class="QDialogButtonBox" name="buttonBox">
106     <property name="standardButtons">
107      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
108     </property>
109    </widget>
110   </item>
111  </layout>
112 </widget>
113 <layoutdefault spacing="6" margin="11"/>
114 <customwidgets>
115  <customwidget>
116   <class>KMyMoneyPayeeCombo</class>
117   <extends>QWidget</extends>
118   <header>kmymoneypayeecombo.h</header>
119   <container>1</container>
120  </customwidget>
121 </customwidgets>
122 <resources/>
123 <connections>
124  <connection>
125   <sender>buttonBox</sender>
126   <signal>accepted()</signal>
127   <receiver>KPayeeReassignDlg</receiver>
128   <slot>accept()</slot>
129   <hints>
130    <hint type="sourcelabel">
131     <x>239</x>
132     <y>283</y>
133    </hint>
134    <hint type="destinationlabel">
135     <x>117</x>
136     <y>309</y>
137    </hint>
138   </hints>
139  </connection>
140  <connection>
141   <sender>buttonBox</sender>
142   <signal>rejected()</signal>
143   <receiver>KPayeeReassignDlg</receiver>
144   <slot>reject()</slot>
145   <hints>
146    <hint type="sourcelabel">
147     <x>456</x>
148     <y>292</y>
149    </hint>
150    <hint type="destinationlabel">
151     <x>418</x>
152     <y>308</y>
153    </hint>
154   </hints>
155  </connection>
156 </connections>
157</ui>
158