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/propertieswidgetbase.ui

465 lines
22 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Akregator::FeedPropertiesWidgetBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>FeedPropertiesWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>355</width>
<height>189</height>
</rect>
</property>
<property name="caption">
<string>Feed Properties</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQTabWidget">
<property name="name">
<cstring>tabWidget2</cstring>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>&amp;General</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout8</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>&amp;URL:</string>
</property>
<property name="buddy" stdset="0">
<cstring>urlEdit</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>&amp;Name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>feedNameEdit</cstring>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>feedNameEdit</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" stdset="0">
<string>Display name of RSS column</string>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>urlEdit</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQCheckBox" row="1" column="0">
<property name="name">
<cstring>upChkbox</cstring>
</property>
<property name="text">
<string>U&amp;se a custom update interval</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0">
<property name="name">
<cstring>layout9</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer8</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Update &amp;every:</string>
</property>
<property name="buddy" stdset="0">
<cstring>updateSpinBox</cstring>
</property>
</widget>
<widget class="KIntSpinBox">
<property name="name">
<cstring>updateSpinBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="suffix">
<string></string>
</property>
<property name="maxValue">
<number>100000000</number>
</property>
<property name="minValue">
<number>1</number>
</property>
</widget>
<widget class="TQComboBox">
<item>
<property name="text">
<string>Minutes</string>
</property>
</item>
<item>
<property name="text">
<string>Hours</string>
</property>
</item>
<item>
<property name="text">
<string>Days</string>
</property>
</item>
<item>
<property name="text">
<string>Never</string>
</property>
</item>
<property name="name">
<cstring>updateComboBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>checkBox_useNotification</cstring>
</property>
<property name="text">
<string>Notify when new articles arri&amp;ve</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Ar&amp;chive</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup" row="0" column="0">
<property name="name">
<cstring>bg_feedArchive</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<property name="exclusive">
<bool>false</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQRadioButton" row="1" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>rb_keepAllArticles</cstring>
</property>
<property name="text">
<string>&amp;Keep all articles</string>
</property>
</widget>
<widget class="TQRadioButton" row="2" column="0">
<property name="name">
<cstring>rb_limitArticleNumber</cstring>
</property>
<property name="text">
<string>Limit archi&amp;ve to:</string>
</property>
</widget>
<widget class="TQRadioButton" row="3" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>rb_limitArticleAge</cstring>
</property>
<property name="text">
<string>&amp;Delete articles older than:</string>
</property>
</widget>
<widget class="KIntSpinBox" row="3" column="2">
<property name="name">
<cstring>sb_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>1</number>
</property>
</widget>
<spacer row="3" column="3">
<property name="name">
<cstring>spacer5_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>99</width>
<height>20</height>
</size>
</property>
</spacer>
<spacer row="2" column="3">
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KIntSpinBox" row="2" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>sb_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>
</widget>
<widget class="TQRadioButton" row="4" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>rb_disableArchiving</cstring>
</property>
<property name="text">
<string>Di&amp;sable archiving</string>
</property>
</widget>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>rb_globalDefault</cstring>
</property>
<property name="text">
<string>&amp;Use default settings</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>TabPage</cstring>
</property>
<attribute name="title">
<string>Adva&amp;nced</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkBox_loadWebsite</cstring>
</property>
<property name="text">
<string>Load the &amp;full website when reading articles</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkBox_markRead</cstring>
</property>
<property name="text">
<string>Mar&amp;k articles as read when they arrive</string>
</property>
</widget>
</vbox>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>71</height>
</size>
</property>
</spacer>
</grid>
</widget>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>upChkbox</sender>
<signal>toggled(bool)</signal>
<receiver>updateSpinBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>rb_limitArticleNumber</sender>
<signal>toggled(bool)</signal>
<receiver>sb_maxArticleNumber</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>rb_limitArticleAge</sender>
<signal>toggled(bool)</signal>
<receiver>sb_maxArticleAge</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>upChkbox</sender>
<signal>toggled(bool)</signal>
<receiver>updateComboBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>updateComboBox</sender>
<signal>activated(int)</signal>
<receiver>FeedPropertiesWidget</receiver>
<slot>slotUpdateComboBoxActivated(int)</slot>
</connection>
<connection>
<sender>upChkbox</sender>
<signal>toggled(bool)</signal>
<receiver>FeedPropertiesWidget</receiver>
<slot>slotUpdateCheckBoxToggled(bool)</slot>
</connection>
<connection>
<sender>upChkbox</sender>
<signal>toggled(bool)</signal>
<receiver>textLabel1</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<Q_SLOTS>
<slot access="protected" specifier="pure virtual">slotUpdateComboBoxActivated( int )</slot>
<slot access="protected" specifier="pure virtual">slotUpdateCheckBoxToggled( bool )</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
</includes>
</UI>