Warning, /office/kmymoney/kmymoney/dialogs/kpayeereassigndlg.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KPayeeReassignDlg</class>
0004  <widget class="QDialog" name="KPayeeReassignDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>558</width>
0010     <height>312</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Reassign payees</string>
0015   </property>
0016   <property name="sizeGripEnabled">
0017    <bool>false</bool>
0018   </property>
0019   <property name="modal">
0020    <bool>true</bool>
0021   </property>
0022   <layout class="QVBoxLayout">
0023    <item>
0024     <widget class="QLabel" name="textLabel1">
0025      <property name="minimumSize">
0026       <size>
0027        <width>300</width>
0028        <height>0</height>
0029       </size>
0030      </property>
0031      <property name="alignment">
0032       <set>Qt::AlignJustify|Qt::AlignTop</set>
0033      </property>
0034      <property name="wordWrap">
0035       <bool>true</bool>
0036      </property>
0037     </widget>
0038    </item>
0039    <item>
0040     <spacer name="spacer8">
0041      <property name="orientation">
0042       <enum>Qt::Vertical</enum>
0043      </property>
0044      <property name="sizeType">
0045       <enum>QSizePolicy::Fixed</enum>
0046      </property>
0047      <property name="sizeHint" stdset="0">
0048       <size>
0049        <width>20</width>
0050        <height>16</height>
0051       </size>
0052      </property>
0053     </spacer>
0054    </item>
0055    <item>
0056     <widget class="QLabel" name="textLabel2">
0057      <property name="text">
0058       <string>Available payees:</string>
0059      </property>
0060      <property name="wordWrap">
0061       <bool>false</bool>
0062      </property>
0063     </widget>
0064    </item>
0065    <item>
0066     <widget class="KMyMoneyPayeeCombo" name="payeeCombo" native="true"/>
0067    </item>
0068    <item>
0069     <spacer name="spacer9">
0070      <property name="orientation">
0071       <enum>Qt::Vertical</enum>
0072      </property>
0073      <property name="sizeType">
0074       <enum>QSizePolicy::Expanding</enum>
0075      </property>
0076      <property name="sizeHint" stdset="0">
0077       <size>
0078        <width>20</width>
0079        <height>20</height>
0080       </size>
0081      </property>
0082     </spacer>
0083    </item>
0084    <item>
0085     <widget class="QCheckBox" name="m_copyToMatchList">
0086      <property name="text">
0087       <string>Assign deleted names to the above selected payee's matching list</string>
0088      </property>
0089      <property name="checked">
0090       <bool>true</bool>
0091      </property>
0092     </widget>
0093    </item>
0094    <item>
0095     <widget class="Line" name="line1">
0096      <property name="frameShape">
0097       <enum>QFrame::HLine</enum>
0098      </property>
0099      <property name="frameShadow">
0100       <enum>QFrame::Sunken</enum>
0101      </property>
0102     </widget>
0103    </item>
0104    <item>
0105     <widget class="QDialogButtonBox" name="buttonBox">
0106      <property name="standardButtons">
0107       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0108      </property>
0109     </widget>
0110    </item>
0111   </layout>
0112  </widget>
0113  <layoutdefault spacing="6" margin="11"/>
0114  <customwidgets>
0115   <customwidget>
0116    <class>KMyMoneyPayeeCombo</class>
0117    <extends>QWidget</extends>
0118    <header>kmymoneypayeecombo.h</header>
0119    <container>1</container>
0120   </customwidget>
0121  </customwidgets>
0122  <resources/>
0123  <connections>
0124   <connection>
0125    <sender>buttonBox</sender>
0126    <signal>accepted()</signal>
0127    <receiver>KPayeeReassignDlg</receiver>
0128    <slot>accept()</slot>
0129    <hints>
0130     <hint type="sourcelabel">
0131      <x>239</x>
0132      <y>283</y>
0133     </hint>
0134     <hint type="destinationlabel">
0135      <x>117</x>
0136      <y>309</y>
0137     </hint>
0138    </hints>
0139   </connection>
0140   <connection>
0141    <sender>buttonBox</sender>
0142    <signal>rejected()</signal>
0143    <receiver>KPayeeReassignDlg</receiver>
0144    <slot>reject()</slot>
0145    <hints>
0146     <hint type="sourcelabel">
0147      <x>456</x>
0148      <y>292</y>
0149     </hint>
0150     <hint type="destinationlabel">
0151      <x>418</x>
0152      <y>308</y>
0153     </hint>
0154    </hints>
0155   </connection>
0156  </connections>
0157 </ui>