diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
commit | dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (patch) | |
tree | 99e72842fe687baea16376a147619b6048d7e441 /kmymoney2/dialogs/kconfirmmanualenterdlgdecl.ui | |
download | kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.tar.gz kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.zip |
Added kmymoney
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/dialogs/kconfirmmanualenterdlgdecl.ui')
-rw-r--r-- | kmymoney2/dialogs/kconfirmmanualenterdlgdecl.ui | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/kmymoney2/dialogs/kconfirmmanualenterdlgdecl.ui b/kmymoney2/dialogs/kconfirmmanualenterdlgdecl.ui new file mode 100644 index 0000000..f88f0ce --- /dev/null +++ b/kmymoney2/dialogs/kconfirmmanualenterdlgdecl.ui @@ -0,0 +1,160 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KConfirmManualEnterDlgDecl</class> +<widget class="QDialog"> + <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="QLabel"> + <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="QButtonGroup"> + <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="QRadioButton"> + <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="QRadioButton"> + <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="QRadioButton"> + <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="QLayoutWidget"> + <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> |