Warning, /office/kmymoney/kmymoney/dialogs/splitadjustdialog.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>SplitAdjustDialog</class>
0004  <widget class="QDialog" name="SplitAdjustDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>240</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="explanation">
0019      <property name="sizePolicy">
0020       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0021        <horstretch>0</horstretch>
0022        <verstretch>0</verstretch>
0023       </sizepolicy>
0024      </property>
0025      <property name="focusPolicy">
0026       <enum>Qt::NoFocus</enum>
0027      </property>
0028      <property name="text">
0029       <string notr="true">xxx</string>
0030      </property>
0031      <property name="wordWrap">
0032       <bool>true</bool>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <widget class="QLabel" name="question">
0038      <property name="enabled">
0039       <bool>true</bool>
0040      </property>
0041      <property name="text">
0042       <string>How do you want to proceed?</string>
0043      </property>
0044      <property name="wordWrap">
0045       <bool>false</bool>
0046      </property>
0047     </widget>
0048    </item>
0049    <item>
0050     <widget class="QFrame" name="frame">
0051      <property name="frameShape">
0052       <enum>QFrame::NoFrame</enum>
0053      </property>
0054      <layout class="QVBoxLayout">
0055       <property name="spacing">
0056        <number>6</number>
0057       </property>
0058       <property name="margin" stdset="0">
0059        <number>11</number>
0060       </property>
0061       <item>
0062        <widget class="QRadioButton" name="continueBtn">
0063         <property name="text">
0064          <string>Continue to edit splits</string>
0065         </property>
0066         <property name="checked">
0067          <bool>true</bool>
0068         </property>
0069        </widget>
0070       </item>
0071       <item>
0072        <widget class="QRadioButton" name="changeBtn">
0073         <property name="text">
0074          <string notr="true">Change total amount of transaction to %1.</string>
0075         </property>
0076        </widget>
0077       </item>
0078       <item>
0079        <widget class="QRadioButton" name="distributeBtn">
0080         <property name="enabled">
0081          <bool>false</bool>
0082         </property>
0083         <property name="text">
0084          <string notr="true">Distribute difference of %1 among all splits.</string>
0085         </property>
0086        </widget>
0087       </item>
0088       <item>
0089        <widget class="QRadioButton" name="leaveBtn">
0090         <property name="text">
0091          <string notr="true">Leave %1 unassigned.</string>
0092         </property>
0093        </widget>
0094       </item>
0095      </layout>
0096     </widget>
0097    </item>
0098    <item>
0099     <spacer name="verticalSpacer">
0100      <property name="orientation">
0101       <enum>Qt::Vertical</enum>
0102      </property>
0103      <property name="sizeHint" stdset="0">
0104       <size>
0105        <width>20</width>
0106        <height>2</height>
0107       </size>
0108      </property>
0109     </spacer>
0110    </item>
0111    <item>
0112     <widget class="QDialogButtonBox" name="buttonBox">
0113      <property name="orientation">
0114       <enum>Qt::Horizontal</enum>
0115      </property>
0116      <property name="standardButtons">
0117       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0118      </property>
0119     </widget>
0120    </item>
0121   </layout>
0122  </widget>
0123  <resources/>
0124  <connections>
0125   <connection>
0126    <sender>buttonBox</sender>
0127    <signal>accepted()</signal>
0128    <receiver>SplitAdjustDialog</receiver>
0129    <slot>accept()</slot>
0130    <hints>
0131     <hint type="sourcelabel">
0132      <x>224</x>
0133      <y>213</y>
0134     </hint>
0135     <hint type="destinationlabel">
0136      <x>157</x>
0137      <y>238</y>
0138     </hint>
0139    </hints>
0140   </connection>
0141   <connection>
0142    <sender>buttonBox</sender>
0143    <signal>rejected()</signal>
0144    <receiver>SplitAdjustDialog</receiver>
0145    <slot>reject()</slot>
0146    <hints>
0147     <hint type="sourcelabel">
0148      <x>292</x>
0149      <y>219</y>
0150     </hint>
0151     <hint type="destinationlabel">
0152      <x>286</x>
0153      <y>238</y>
0154     </hint>
0155    </hints>
0156   </connection>
0157  </connections>
0158 </ui>