You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmymoney/kmymoney2/dialogs/ksplitcorrectiondlg.ui

246 lines
9.0 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KSplitCorrectionDlgDecl</class>
<widget class="TQDialog">
<property name="name">
<cstring>KSplitCorrectionDlgDecl</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>462</width>
<height>292</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="caption">
<string>Correct splits</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KActiveLabel">
<property name="name">
<cstring>explanation</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>xxx</string>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>question</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>How do you want to proceed?</string>
</property>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>continueBtn</cstring>
</property>
<property name="text">
<string>Continue to edit splits</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>changeBtn</cstring>
</property>
<property name="text">
<string>Change total amount of transaction to %1.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>distributeBtn</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Distribute difference of %1 among all splits.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>leaveBtn</cstring>
</property>
<property name="text">
<string>Leave %1 unassigned.</string>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>41</height>
</size>
</property>
</spacer>
<widget class="Line">
<property name="name">
<cstring>line1</cstring>
</property>
<property name="frameShape">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>61</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>okBtn</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>cancelBtn</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>okBtn</sender>
<signal>clicked()</signal>
<receiver>KSplitCorrectionDlgDecl</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>cancelBtn</sender>
<signal>clicked()</signal>
<receiver>KSplitCorrectionDlgDecl</receiver>
<slot>reject()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>