Warning, /office/kmymoney/kmymoney/dialogs/ksplitcorrectiondlg.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>KSplitCorrectionDlg</class>
0004  <widget class="QDialog" name="KSplitCorrectionDlg">
0005   <property name="windowModality">
0006    <enum>Qt::ApplicationModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>461</width>
0013     <height>314</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle">
0017    <string>Correct splits</string>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout_2">
0020    <item>
0021     <widget class="QLabel" name="explanation">
0022      <property name="text">
0023       <string>xxx</string>
0024      </property>
0025      <property name="wordWrap">
0026       <bool>true</bool>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <widget class="QLabel" name="question">
0032      <property name="enabled">
0033       <bool>true</bool>
0034      </property>
0035      <property name="text">
0036       <string>How do you want to proceed?</string>
0037      </property>
0038      <property name="wordWrap">
0039       <bool>true</bool>
0040      </property>
0041     </widget>
0042    </item>
0043    <item>
0044     <widget class="QGroupBox" name="frame">
0045      <property name="title">
0046       <string/>
0047      </property>
0048      <property name="flat">
0049       <bool>true</bool>
0050      </property>
0051      <layout class="QVBoxLayout" name="verticalLayout">
0052       <item>
0053        <widget class="QRadioButton" name="continueBtn">
0054         <property name="text">
0055          <string>Continue to edit splits</string>
0056         </property>
0057         <property name="checked">
0058          <bool>true</bool>
0059         </property>
0060         <attribute name="buttonGroup">
0061          <string notr="true">buttonGroup</string>
0062         </attribute>
0063        </widget>
0064       </item>
0065       <item>
0066        <widget class="QRadioButton" name="changeBtn">
0067         <property name="text">
0068          <string>Chan&amp;ge total amount of transaction to %1.</string>
0069         </property>
0070         <attribute name="buttonGroup">
0071          <string notr="true">buttonGroup</string>
0072         </attribute>
0073        </widget>
0074       </item>
0075       <item>
0076        <widget class="QRadioButton" name="distributeBtn">
0077         <property name="enabled">
0078          <bool>false</bool>
0079         </property>
0080         <property name="text">
0081          <string>Distrib&amp;ute difference of %1 among all splits.</string>
0082         </property>
0083         <attribute name="buttonGroup">
0084          <string notr="true">buttonGroup</string>
0085         </attribute>
0086        </widget>
0087       </item>
0088       <item>
0089        <widget class="QRadioButton" name="leaveBtn">
0090         <property name="text">
0091          <string>Leave %1 unassigned.</string>
0092         </property>
0093         <attribute name="buttonGroup">
0094          <string notr="true">buttonGroup</string>
0095         </attribute>
0096        </widget>
0097       </item>
0098      </layout>
0099     </widget>
0100    </item>
0101    <item>
0102     <spacer name="verticalSpacer">
0103      <property name="orientation">
0104       <enum>Qt::Vertical</enum>
0105      </property>
0106      <property name="sizeHint" stdset="0">
0107       <size>
0108        <width>20</width>
0109        <height>40</height>
0110       </size>
0111      </property>
0112     </spacer>
0113    </item>
0114    <item>
0115     <widget class="Line" name="line1">
0116      <property name="frameShape">
0117       <enum>QFrame::HLine</enum>
0118      </property>
0119      <property name="frameShadow">
0120       <enum>QFrame::Sunken</enum>
0121      </property>
0122     </widget>
0123    </item>
0124    <item>
0125     <layout class="QHBoxLayout" name="horizontalLayout">
0126      <item>
0127       <spacer name="horizontalSpacer">
0128        <property name="orientation">
0129         <enum>Qt::Horizontal</enum>
0130        </property>
0131        <property name="sizeHint" stdset="0">
0132         <size>
0133          <width>40</width>
0134          <height>20</height>
0135         </size>
0136        </property>
0137       </spacer>
0138      </item>
0139      <item>
0140       <widget class="QDialogButtonBox" name="buttonBox">
0141        <property name="orientation">
0142         <enum>Qt::Horizontal</enum>
0143        </property>
0144        <property name="standardButtons">
0145         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0146        </property>
0147       </widget>
0148      </item>
0149     </layout>
0150    </item>
0151   </layout>
0152  </widget>
0153  <resources/>
0154  <connections>
0155   <connection>
0156    <sender>buttonBox</sender>
0157    <signal>accepted()</signal>
0158    <receiver>KSplitCorrectionDlg</receiver>
0159    <slot>accept()</slot>
0160    <hints>
0161     <hint type="sourcelabel">
0162      <x>248</x>
0163      <y>254</y>
0164     </hint>
0165     <hint type="destinationlabel">
0166      <x>157</x>
0167      <y>274</y>
0168     </hint>
0169    </hints>
0170   </connection>
0171   <connection>
0172    <sender>buttonBox</sender>
0173    <signal>rejected()</signal>
0174    <receiver>KSplitCorrectionDlg</receiver>
0175    <slot>reject()</slot>
0176    <hints>
0177     <hint type="sourcelabel">
0178      <x>316</x>
0179      <y>260</y>
0180     </hint>
0181     <hint type="destinationlabel">
0182      <x>286</x>
0183      <y>274</y>
0184     </hint>
0185    </hints>
0186   </connection>
0187  </connections>
0188  <buttongroups>
0189   <buttongroup name="buttonGroup"/>
0190  </buttongroups>
0191 </ui>