Fix akonadimodel.cpp:1: warning: unterminated character constant
[kdepim.git] / nepomuk_email_feeder / configdialog.ui
blob6a52932a30a127a452f50ccd68f693adffa548ca
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ConfigDialog</class>
4 <widget class="QWidget" name="ConfigDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="KButtonGroup" name="kcfg_IndexAggressiveness">
16 <property name="title">
17 <string>Initial Index Aggressiveness</string>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_4">
20 <item>
21 <widget class="QRadioButton" name="cachedOnly">
22 <property name="text">
23 <string>Cache content only</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QRadioButton" name="localAndCached">
29 <property name="text">
30 <string>Local and cached content</string>
31 </property>
32 <property name="checked">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QRadioButton" name="everything">
39 <property name="text">
40 <string>Everything</string>
41 </property>
42 </widget>
43 </item>
44 </layout>
45 </widget>
46 </item>
47 <item>
48 <widget class="KButtonGroup" name="kcfg_IndexEncryptedContent">
49 <property name="title">
50 <string>Encrypted Emails</string>
51 </property>
52 <property name="current" stdset="0">
53 <number>0</number>
54 </property>
55 <layout class="QVBoxLayout" name="verticalLayout">
56 <item>
57 <widget class="QRadioButton" name="noIndexing">
58 <property name="text">
59 <string>Do not index encrypted content</string>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="QRadioButton" name="encryptedIndex">
65 <property name="text">
66 <string>Use encrypted index</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QRadioButton" name="cleartextIndex">
72 <property name="text">
73 <string>Decrypt and use cleartext index</string>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 </item>
80 <item>
81 <spacer name="verticalSpacer">
82 <property name="orientation">
83 <enum>Qt::Vertical</enum>
84 </property>
85 <property name="sizeHint" stdset="0">
86 <size>
87 <width>20</width>
88 <height>172</height>
89 </size>
90 </property>
91 </spacer>
92 </item>
93 </layout>
94 </widget>
95 <customwidgets>
96 <customwidget>
97 <class>KButtonGroup</class>
98 <extends>QGroupBox</extends>
99 <header>kbuttongroup.h</header>
100 <container>1</container>
101 </customwidget>
102 </customwidgets>
103 <resources/>
104 <connections/>
105 </ui>