You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/akregator/src/settings_general.ui

196 lines
7.4 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Akregator::SettingsGeneral</class>
<author>Teemu Rytilahti</author>
<widget class="TQWidget">
<property name="name">
<cstring>SettingsGeneral</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>272</width>
<height>382</height>
</rect>
</property>
<property name="caption">
<string>General</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQGroupBox" row="0" column="0">
<property name="name">
<cstring>groupBox3_2</cstring>
</property>
<property name="title">
<string>Global</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_UseIntervalFetch</cstring>
</property>
<property name="text">
<string>&amp;Use interval fetching</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_UseNotifications</cstring>
</property>
<property name="text">
<string>Use &amp;notifications for all feeds</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>Select this if you want to get notified when there are new articles.</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_ShowTrayIcon</cstring>
</property>
<property name="text">
<string>Show tra&amp;y icon</string>
</property>
</widget>
<widget class="TQLabel" row="3" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Fetch feeds every:</string>
</property>
</widget>
<widget class="TQSpinBox" row="3" column="1">
<property name="name">
<cstring>kcfg_AutoFetchInterval</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string> minutes</string>
</property>
<property name="specialValueText">
<string>1 minute</string>
</property>
<property name="maxValue">
<number>3600</number>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="lineStep">
<number>10</number>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox" row="1" column="0">
<property name="name">
<cstring>groupBox3</cstring>
</property>
<property name="title">
<string>Startup</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>kcfg_MarkAllFeedsReadOnStartup</cstring>
</property>
<property name="text">
<string>Mark &amp;all feeds as read on startup</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="0">
<property name="name">
<cstring>kcfg_FetchOnStartup</cstring>
</property>
<property name="text">
<string>Fetch all fee&amp;ds on startup</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>kcfg_DisableIntroduction</cstring>
</property>
<property name="text">
<string>Disable the &amp;introduction page</string>
</property>
</widget>
</grid>
</widget>
<spacer row="3" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQGroupBox" row="2" column="0">
<property name="name">
<cstring>groupBox3_3</cstring>
</property>
<property name="title">
<string>Network</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>kcfg_UseHTMLCache</cstring>
</property>
<property name="text">
<string>Use the &amp;browser cache (less network traffic)</string>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>kcfg_UseIntervalFetch</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_AutoFetchInterval</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_UseIntervalFetch</sender>
<signal>toggled(bool)</signal>
<receiver>textLabel1</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>