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/tdeconfirmmanualenterdlgdec...

161 lines
5.6 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KConfirmManualEnterDlgDecl</class>
<widget class="TQDialog">
<property name="name">
<cstring>KConfirmManualEnterDlgDecl</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>578</width>
<height>384</height>
</rect>
</property>
<property name="caption">
<string>Confirm Manual Enter</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</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="TQLabel">
<property name="name">
<cstring>m_message</cstring>
</property>
<property name="text">
<string>The following changes have been made to the transaction data:</string>
</property>
<property name="textFormat">
<enum>RichText</enum>
</property>
</widget>
<widget class="KTextEdit">
<property name="name">
<cstring>m_details</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup1</cstring>
</property>
<property name="font">
<font>
</font>
</property>
<property name="title">
<string>Please choose what you wish to do with the above changes</string>
</property>
<property name="selectedId" stdset="0">
<number>1</number>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_discardRadio</cstring>
</property>
<property name="text">
<string>Discard the changes and enter the original transaction into the register.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_onceRadio</cstring>
</property>
<property name="text">
<string>Enter these new values this one time, for this occurence only.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_setRadio</cstring>
</property>
<property name="text">
<string>Set all further occurences in this schedule to be these values.</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>180</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>KConfirmManualEnterDlgDecl</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>KConfirmManualEnterDlgDecl</receiver>
<slot>reject()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>