Warning, /pim/akregator/configuration/ui/settings_general.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  <author>Teemu Rytilahti</author>
0004  <class>Akregator::SettingsGeneral</class>
0005  <widget class="QWidget" name="Akregator::SettingsGeneral">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>362</width>
0011     <height>446</height>
0012    </rect>
0013   </property>
0014   <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,0,1">
0015    <property name="leftMargin">
0016     <number>0</number>
0017    </property>
0018    <property name="topMargin">
0019     <number>0</number>
0020    </property>
0021    <property name="rightMargin">
0022     <number>0</number>
0023    </property>
0024    <property name="bottomMargin">
0025     <number>0</number>
0026    </property>
0027    <item>
0028     <widget class="QGroupBox" name="groupBox_3">
0029      <property name="title">
0030       <string comment="global settings">Global</string>
0031      </property>
0032      <layout class="QVBoxLayout" name="verticalLayout_3">
0033       <item>
0034        <widget class="QCheckBox" name="kcfg_ShowTrayIcon">
0035         <property name="text">
0036          <string>Show tra&amp;y icon</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item>
0041        <widget class="QCheckBox" name="kcfg_ShowUnreadInTaskbar">
0042         <property name="text">
0043          <string>Show unread articles in Taskbar</string>
0044         </property>
0045        </widget>
0046       </item>
0047       <item>
0048        <widget class="QCheckBox" name="kcfg_HideReadFeeds">
0049         <property name="text">
0050          <string>Hide feeds with no unread articles</string>
0051         </property>
0052        </widget>
0053       </item>
0054       <item>
0055        <widget class="QCheckBox" name="kcfg_LockFeedsInPlace">
0056         <property name="text">
0057          <string>Lock feeds in place</string>
0058         </property>
0059        </widget>
0060       </item>
0061       <item>
0062        <widget class="QCheckBox" name="kcfg_AutoExpandFolders">
0063         <property name="text">
0064          <string>Auto-expand folders containing unread articles</string>
0065         </property>
0066        </widget>
0067       </item>
0068       <item>
0069        <widget class="QCheckBox" name="kcfg_UseNotifications">
0070         <property name="toolTip">
0071          <string/>
0072         </property>
0073         <property name="whatsThis">
0074          <string>Select this if you want to get notified when there are new articles.</string>
0075         </property>
0076         <property name="text">
0077          <string>Use &amp;notifications for all feeds</string>
0078         </property>
0079        </widget>
0080       </item>
0081       <item>
0082        <widget class="QCheckBox" name="kcfg_DisableSaveAsNotification">
0083         <property name="text">
0084          <string>Disable save as finished notification</string>
0085         </property>
0086        </widget>
0087       </item>
0088       <item>
0089        <widget class="QCheckBox" name="kcfg_UseIntervalFetch">
0090         <property name="text">
0091          <string>&amp;Use interval fetching</string>
0092         </property>
0093        </widget>
0094       </item>
0095       <item>
0096        <layout class="QHBoxLayout" name="horizontalLayout">
0097         <item>
0098          <spacer>
0099           <property name="orientation">
0100            <enum>Qt::Horizontal</enum>
0101           </property>
0102           <property name="sizeType">
0103            <enum>QSizePolicy::Fixed</enum>
0104           </property>
0105           <property name="sizeHint" stdset="0">
0106            <size>
0107             <width>40</width>
0108             <height>20</height>
0109            </size>
0110           </property>
0111          </spacer>
0112         </item>
0113         <item>
0114          <widget class="QLabel" name="autoFetchIntervalLabel">
0115           <property name="enabled">
0116            <bool>false</bool>
0117           </property>
0118           <property name="text">
0119            <string>Fetch feeds every:</string>
0120           </property>
0121          </widget>
0122         </item>
0123         <item>
0124          <widget class="KPluralHandlingSpinBox" name="kcfg_AutoFetchInterval">
0125           <property name="enabled">
0126            <bool>false</bool>
0127           </property>
0128           <property name="minimum">
0129            <number>1</number>
0130           </property>
0131           <property name="maximum">
0132            <number>3600</number>
0133           </property>
0134           <property name="singleStep">
0135            <number>10</number>
0136           </property>
0137          </widget>
0138         </item>
0139         <item>
0140          <spacer name="horizontalSpacer">
0141           <property name="orientation">
0142            <enum>Qt::Horizontal</enum>
0143           </property>
0144           <property name="sizeHint" stdset="0">
0145            <size>
0146             <width>40</width>
0147             <height>20</height>
0148            </size>
0149           </property>
0150          </spacer>
0151         </item>
0152        </layout>
0153       </item>
0154      </layout>
0155     </widget>
0156    </item>
0157    <item>
0158     <widget class="QGroupBox" name="groupBox_2">
0159      <property name="title">
0160       <string>Startup</string>
0161      </property>
0162      <layout class="QVBoxLayout" name="verticalLayout_2">
0163       <item>
0164        <widget class="QCheckBox" name="kcfg_MarkAllFeedsReadOnStartup">
0165         <property name="text">
0166          <string>Mark &amp;all feeds as read on startup</string>
0167         </property>
0168        </widget>
0169       </item>
0170       <item>
0171        <widget class="QCheckBox" name="kcfg_FetchOnStartup">
0172         <property name="text">
0173          <string>Fetch all fee&amp;ds on startup</string>
0174         </property>
0175        </widget>
0176       </item>
0177      </layout>
0178     </widget>
0179    </item>
0180    <item>
0181     <widget class="QGroupBox" name="groupBox">
0182      <property name="title">
0183       <string>Network</string>
0184      </property>
0185      <layout class="QVBoxLayout" name="verticalLayout">
0186       <item>
0187        <widget class="QCheckBox" name="kcfg_UseHTMLCache">
0188         <property name="text">
0189          <string>Use the &amp;browser cache (less network traffic)</string>
0190         </property>
0191        </widget>
0192       </item>
0193      </layout>
0194     </widget>
0195    </item>
0196    <item>
0197     <spacer>
0198      <property name="orientation">
0199       <enum>Qt::Vertical</enum>
0200      </property>
0201      <property name="sizeHint" stdset="0">
0202       <size>
0203        <width>20</width>
0204        <height>1</height>
0205       </size>
0206      </property>
0207     </spacer>
0208    </item>
0209   </layout>
0210  </widget>
0211  <customwidgets>
0212   <customwidget>
0213    <class>KPluralHandlingSpinBox</class>
0214    <extends>QSpinBox</extends>
0215    <header>kpluralhandlingspinbox.h</header>
0216   </customwidget>
0217  </customwidgets>
0218  <resources/>
0219  <connections/>
0220 </ui>