diff options
Diffstat (limited to 'kmymoney2/dialogs/kgncimportoptionsdlgdecl.ui')
-rw-r--r-- | kmymoney2/dialogs/kgncimportoptionsdlgdecl.ui | 383 |
1 files changed, 383 insertions, 0 deletions
diff --git a/kmymoney2/dialogs/kgncimportoptionsdlgdecl.ui b/kmymoney2/dialogs/kgncimportoptionsdlgdecl.ui new file mode 100644 index 0000000..e32197b --- /dev/null +++ b/kmymoney2/dialogs/kgncimportoptionsdlgdecl.ui @@ -0,0 +1,383 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KGncImportOptionsDlgDecl</class> +<widget class="QDialog"> + <property name="name"> + <cstring>KGncImportOptionsDlgDecl</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>526</width> + <height>638</height> + </rect> + </property> + <property name="caption"> + <string>GnuCash Import Options</string> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout8</cstring> + </property> + <property name="geometry"> + <rect> + <x>10</x> + <y>9</y> + <width>442</width> + <height>636</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Use 'Help' for more information on these options</string> + </property> + <property name="alignment"> + <set>AlignCenter</set> + </property> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonInvestGroup</cstring> + </property> + <property name="title"> + <string>Investment Handling</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioInvest1</cstring> + </property> + <property name="text"> + <string>One investment account for each stock</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioInvest2</cstring> + </property> + <property name="text"> + <string>One investment account for all stocks</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioInvest3</cstring> + </property> + <property name="text"> + <string>Prompt for an investment account for each stock</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup5</cstring> + </property> + <property name="title"> + <string>Online price quotes</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkFinanceQuote</cstring> + </property> + <property name="text"> + <string>Use Finance::Quote for share price quotes</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup2</cstring> + </property> + <property name="title"> + <string>Scheduled Transactions</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkSchedules</cstring> + </property> + <property name="text"> + <string>Drop suspect scheduled transactions</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup4</cstring> + </property> + <property name="title"> + <string>Decoding option</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout8</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkDecode</cstring> + </property> + <property name="text"> + <string>Decode using</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>140</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QComboBox"> + <property name="name"> + <cstring>comboDecode</cstring> + </property> + </widget> + </hbox> + </widget> + </vbox> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup18</cstring> + </property> + <property name="title"> + <string>Transaction Notes option</string> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkTxNotes</cstring> + </property> + <property name="geometry"> + <rect> + <x>10</x> + <y>20</y> + <width>420</width> + <height>24</height> + </rect> + </property> + <property name="text"> + <string>Use transaction notes on non-split transactions</string> + </property> + </widget> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup3</cstring> + </property> + <property name="title"> + <string>Debug Options</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkDebugGeneral</cstring> + </property> + <property name="text"> + <string>General debug data</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkDebugXML</cstring> + </property> + <property name="text"> + <string>Display XML data</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>checkAnonymize</cstring> + </property> + <property name="text"> + <string>Anonymize data</string> + </property> + </widget> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout12</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonHelp</cstring> + </property> + <property name="text"> + <string>Help</string> + </property> + <property name="accel"> + <string>F1</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + <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>200</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonOk</cstring> + </property> + <property name="text"> + <string>OK</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonCancel</cstring> + </property> + <property name="text"> + <string>Cancel</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + </hbox> + </widget> + <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> + </vbox> + </widget> +</widget> +<connections> + <connection> + <sender>buttonOk</sender> + <signal>clicked()</signal> + <receiver>KGncImportOptionsDlgDecl</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>buttonCancel</sender> + <signal>clicked()</signal> + <receiver>KGncImportOptionsDlgDecl</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>buttonHelp</sender> + <signal>clicked()</signal> + <receiver>KGncImportOptionsDlgDecl</receiver> + <slot>slotHelp()</slot> + </connection> +</connections> +<slots> + <slot access="protected">slotHelp()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |