Merge "persistent color scheme selection"
[trojita.git] / src / Gui / SettingsCachePage.ui
blob3676971212237674b4145dd48d1d08518e7289e1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CachePage</class>
4 <widget class="QScrollArea" name="CachePage">
5 <property name="frameShadow">
6 <enum>QFrame::Plain</enum>
7 </property>
8 <property name="widgetResizable">
9 <bool>true</bool>
10 </property>
11 <widget class="QWidget" name="scrollAreaWidgetContents">
12 <property name="geometry">
13 <rect>
14 <x>0</x>
15 <y>0</y>
16 <width>230</width>
17 <height>176</height>
18 </rect>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <widget class="QGroupBox" name="offlineModeGroup">
23 <property name="sizePolicy">
24 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
25 <horstretch>0</horstretch>
26 <verstretch>0</verstretch>
27 </sizepolicy>
28 </property>
29 <property name="title">
30 <string>Offline mode</string>
31 </property>
32 <layout class="QFormLayout" name="formLayout">
33 <property name="fieldGrowthPolicy">
34 <enum>QFormLayout::ExpandingFieldsGrow</enum>
35 </property>
36 <property name="margin">
37 <number>12</number>
38 </property>
39 <item row="0" column="0">
40 <widget class="QRadioButton" name="offlineNope">
41 <property name="sizePolicy">
42 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
43 <horstretch>0</horstretch>
44 <verstretch>0</verstretch>
45 </sizepolicy>
46 </property>
47 <property name="text">
48 <string>&amp;Don't use cache</string>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="0">
53 <widget class="QRadioButton" name="offlineXDays">
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
58 </sizepolicy>
59 </property>
60 <property name="text">
61 <string>&amp;Remember messages for X days</string>
62 </property>
63 </widget>
64 </item>
65 <item row="2" column="0">
66 <widget class="QSpinBox" name="offlineNumberOfDays">
67 <property name="sizePolicy">
68 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
69 <horstretch>0</horstretch>
70 <verstretch>0</verstretch>
71 </sizepolicy>
72 </property>
73 <property name="minimum">
74 <number>1</number>
75 </property>
76 <property name="maximum">
77 <number>365000</number>
78 </property>
79 </widget>
80 </item>
81 <item row="3" column="0">
82 <widget class="QRadioButton" name="offlineEverything">
83 <property name="sizePolicy">
84 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
85 <horstretch>0</horstretch>
86 <verstretch>0</verstretch>
87 </sizepolicy>
88 </property>
89 <property name="text">
90 <string>Store &amp;forever</string>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </widget>
96 </item>
97 <item>
98 <widget class="QGroupBox" name="notificationsBox">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
101 <horstretch>0</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 <property name="title">
106 <string>Notifications</string>
107 </property>
108 <layout class="QFormLayout" name="formLayout_2">
109 <item row="0" column="0">
110 <widget class="QRadioButton" name="watchInbox">
111 <property name="whatsThis">
112 <string>Only the INBOX folder will be included for new message checking</string>
113 </property>
114 <property name="text">
115 <string>&amp;INBOX Only</string>
116 </property>
117 </widget>
118 </item>
119 <item row="2" column="0">
120 <widget class="QRadioButton" name="watchAll">
121 <property name="whatsThis">
122 <string>This might result in extremely slow operation in certain scenarios with shared mailboxes, rich folder hierarchies, or IMAP proxying, for example.</string>
123 </property>
124 <property name="text">
125 <string>&amp;All Mailboxes (use with care)</string>
126 </property>
127 </widget>
128 </item>
129 <item row="1" column="0">
130 <widget class="QRadioButton" name="watchSubscribed">
131 <property name="whatsThis">
132 <string>E-mail folders which are marked as subscribed will be included in notifications. To subscribe a mailbox, use the context menu in the mailbox view.</string>
133 </property>
134 <property name="text">
135 <string>&amp;Subscribed Mailboxes</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 </item>
142 <item>
143 <spacer name="verticalSpacer">
144 <property name="orientation">
145 <enum>Qt::Vertical</enum>
146 </property>
147 <property name="sizeHint" stdset="0">
148 <size>
149 <width>0</width>
150 <height>0</height>
151 </size>
152 </property>
153 </spacer>
154 </item>
155 </layout>
156 </widget>
157 </widget>
158 <resources/>
159 <connections/>
160 </ui>