Warning, /pim/trojita/src/Gui/SettingsCachePage.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>CachePage</class>
0004  <widget class="QScrollArea" name="CachePage">
0005   <property name="frameShadow">
0006    <enum>QFrame::Plain</enum>
0007   </property>
0008   <property name="widgetResizable">
0009    <bool>true</bool>
0010   </property>
0011   <widget class="QWidget" name="scrollAreaWidgetContents">
0012    <property name="geometry">
0013     <rect>
0014      <x>0</x>
0015      <y>0</y>
0016      <width>230</width>
0017      <height>176</height>
0018     </rect>
0019    </property>
0020    <layout class="QVBoxLayout" name="verticalLayout">
0021     <item>
0022      <widget class="QGroupBox" name="offlineModeGroup">
0023       <property name="sizePolicy">
0024        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
0025         <horstretch>0</horstretch>
0026         <verstretch>0</verstretch>
0027        </sizepolicy>
0028       </property>
0029       <property name="title">
0030        <string>Offline mode</string>
0031       </property>
0032       <layout class="QFormLayout" name="formLayout">
0033        <property name="fieldGrowthPolicy">
0034         <enum>QFormLayout::ExpandingFieldsGrow</enum>
0035        </property>
0036        <property name="margin">
0037         <number>12</number>
0038        </property>
0039        <item row="0" column="0">
0040         <widget class="QRadioButton" name="offlineNope">
0041          <property name="sizePolicy">
0042           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
0043            <horstretch>0</horstretch>
0044            <verstretch>0</verstretch>
0045           </sizepolicy>
0046          </property>
0047          <property name="text">
0048           <string>&amp;Don't use cache</string>
0049          </property>
0050         </widget>
0051        </item>
0052        <item row="1" column="0">
0053         <widget class="QRadioButton" name="offlineXDays">
0054          <property name="sizePolicy">
0055           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
0056            <horstretch>0</horstretch>
0057            <verstretch>0</verstretch>
0058           </sizepolicy>
0059          </property>
0060          <property name="text">
0061           <string>&amp;Remember messages for X days</string>
0062          </property>
0063         </widget>
0064        </item>
0065        <item row="2" column="0">
0066         <widget class="QSpinBox" name="offlineNumberOfDays">
0067          <property name="sizePolicy">
0068           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
0069            <horstretch>0</horstretch>
0070            <verstretch>0</verstretch>
0071           </sizepolicy>
0072          </property>
0073          <property name="minimum">
0074           <number>1</number>
0075          </property>
0076          <property name="maximum">
0077           <number>365000</number>
0078          </property>
0079         </widget>
0080        </item>
0081        <item row="3" column="0">
0082         <widget class="QRadioButton" name="offlineEverything">
0083          <property name="sizePolicy">
0084           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
0085            <horstretch>0</horstretch>
0086            <verstretch>0</verstretch>
0087           </sizepolicy>
0088          </property>
0089          <property name="text">
0090           <string>Store &amp;forever</string>
0091          </property>
0092         </widget>
0093        </item>
0094       </layout>
0095      </widget>
0096     </item>
0097     <item>
0098      <widget class="QGroupBox" name="notificationsBox">
0099       <property name="sizePolicy">
0100        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
0101         <horstretch>0</horstretch>
0102         <verstretch>0</verstretch>
0103        </sizepolicy>
0104       </property>
0105       <property name="title">
0106        <string>Notifications</string>
0107       </property>
0108       <layout class="QFormLayout" name="formLayout_2">
0109        <item row="0" column="0">
0110         <widget class="QRadioButton" name="watchInbox">
0111          <property name="whatsThis">
0112           <string>Only the INBOX folder will be included for new message checking</string>
0113          </property>
0114          <property name="text">
0115           <string>&amp;INBOX Only</string>
0116          </property>
0117         </widget>
0118        </item>
0119        <item row="2" column="0">
0120         <widget class="QRadioButton" name="watchAll">
0121          <property name="whatsThis">
0122           <string>This might result in extremely slow operation in certain scenarios with shared mailboxes, rich folder hierarchies, or IMAP proxying, for example.</string>
0123          </property>
0124          <property name="text">
0125           <string>&amp;All Mailboxes (use with care)</string>
0126          </property>
0127         </widget>
0128        </item>
0129        <item row="1" column="0">
0130         <widget class="QRadioButton" name="watchSubscribed">
0131          <property name="whatsThis">
0132           <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>
0133          </property>
0134          <property name="text">
0135           <string>&amp;Subscribed Mailboxes</string>
0136          </property>
0137         </widget>
0138        </item>
0139       </layout>
0140      </widget>
0141     </item>
0142     <item>
0143      <spacer name="verticalSpacer">
0144       <property name="orientation">
0145        <enum>Qt::Vertical</enum>
0146       </property>
0147       <property name="sizeHint" stdset="0">
0148        <size>
0149         <width>0</width>
0150         <height>0</height>
0151        </size>
0152       </property>
0153      </spacer>
0154     </item>
0155    </layout>
0156   </widget>
0157  </widget>
0158  <resources/>
0159  <connections/>
0160 </ui>