1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PluginSettingsDecl</class>
4 <widget class="QWidget" name="PluginSettingsDecl">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>267</width>
10    <height>188</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>CSV Importer settings</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <widget class="QGroupBox" name="autodetect">
19     <property name="title">
20      <string>Autodetecting</string>
21     </property>
22     <layout class="QVBoxLayout" name="verticalLayout">
23      <item>
24       <widget class="QCheckBox" name="kcfg_AutoFieldDelimiter">
25        <property name="sizePolicy">
26         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
27          <horstretch>0</horstretch>
28          <verstretch>0</verstretch>
29         </sizepolicy>
30        </property>
31        <property name="text">
32         <string>Field delimiter</string>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QCheckBox" name="kcfg_AutoDecimalSymbol">
38        <property name="sizePolicy">
39         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
40          <horstretch>0</horstretch>
41          <verstretch>0</verstretch>
42         </sizepolicy>
43        </property>
44        <property name="text">
45         <string>Decimal symbol</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QCheckBox" name="kcfg_AutoDateFormat">
51        <property name="sizePolicy">
52         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
53          <horstretch>0</horstretch>
54          <verstretch>0</verstretch>
55         </sizepolicy>
56        </property>
57        <property name="text">
58         <string>Date format</string>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QCheckBox" name="kcfg_AutoAccountInvest">
64        <property name="sizePolicy">
65         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
66          <horstretch>0</horstretch>
67          <verstretch>0</verstretch>
68         </sizepolicy>
69        </property>
70        <property name="toolTip">
71         <string>Statement header will be scanned for names and numbers of accounts you have already setup.</string>
72        </property>
73        <property name="text">
74         <string>Account in investment statement</string>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QCheckBox" name="kcfg_AutoAccountBank">
80        <property name="sizePolicy">
81         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
82          <horstretch>0</horstretch>
83          <verstretch>0</verstretch>
84         </sizepolicy>
85        </property>
86        <property name="toolTip">
87         <string>Statement header will be scanned for names and numbers of accounts you have already setup.</string>
88        </property>
89        <property name="text">
90         <string>Account in bank statement</string>
91        </property>
92       </widget>
93      </item>
94     </layout>
95    </widget>
96   </item>
97  </layout>
98 </widget>
99 <layoutdefault spacing="6" margin="11"/>
100 <resources/>
101 <connections/>
102</ui>
103