<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>Akregator::SettingsArchive</class> <author>Frank Osterfeld</author> <widget class="TQWidget"> <property name="name"> <cstring>SettingsArchive</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>374</width> <height>203</height> </rect> </property> <property name="caption"> <string>Archive</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout1</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQButtonGroup"> <property name="name"> <cstring>kcfg_ArchiveMode</cstring> </property> <property name="title"> <string>Default Archive Settings</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>rb_KeepAllArticles</cstring> </property> <property name="text"> <string>Keep all articles</string> </property> </widget> <widget class="TQRadioButton" row="1" column="0"> <property name="name"> <cstring>rb_LimitArticleNumber</cstring> </property> <property name="text"> <string>Limit feed archive size to:</string> </property> </widget> <widget class="TQRadioButton" row="2" column="0"> <property name="name"> <cstring>rb_LimitArticleAge</cstring> </property> <property name="text"> <string>Delete articles older than: </string> </property> </widget> <widget class="TQRadioButton" row="3" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>rb_DisableArchiving</cstring> </property> <property name="text"> <string>Disable archiving</string> </property> </widget> <widget class="KIntSpinBox" row="1" column="1"> <property name="name"> <cstring>kcfg_MaxArticleNumber</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="suffix"> <string> articles</string> </property> <property name="specialValueText"> <string>1 article</string> </property> <property name="maxValue"> <number>1000000</number> </property> <property name="minValue"> <number>1</number> </property> <property name="lineStep"> <number>10</number> </property> <property name="value"> <number>1000</number> </property> </widget> <widget class="KIntSpinBox" row="2" column="1"> <property name="name"> <cstring>kcfg_MaxArticleAge</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="suffix"> <string> days</string> </property> <property name="specialValueText"> <string>1 day</string> </property> <property name="maxValue"> <number>1000000</number> </property> <property name="minValue"> <number>1</number> </property> <property name="value"> <number>30</number> </property> </widget> </grid> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>kcfg_DoNotExpireImportantArticles</cstring> </property> <property name="text"> <string>Do not expire important articles</string> </property> </widget> <spacer> <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>30</height> </size> </property> </spacer> </vbox> </widget> </grid> </widget> <connections> <connection> <sender>rb_LimitArticleAge</sender> <signal>toggled(bool)</signal> <receiver>kcfg_MaxArticleAge</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>rb_LimitArticleNumber</sender> <signal>toggled(bool)</signal> <receiver>kcfg_MaxArticleNumber</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>knuminput.h</includehint> <includehint>knuminput.h</includehint> </includehints> </UI>