diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /akregator/src/settings_advancedbase.ui | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'akregator/src/settings_advancedbase.ui')
-rw-r--r-- | akregator/src/settings_advancedbase.ui | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/akregator/src/settings_advancedbase.ui b/akregator/src/settings_advancedbase.ui new file mode 100644 index 000000000..0fc992959 --- /dev/null +++ b/akregator/src/settings_advancedbase.ui @@ -0,0 +1,157 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>Akregator::SettingsAdvancedBase</class> +<author>Frank Osterfeld</author> +<widget class="QWidget"> + <property name="name"> + <cstring>SettingsAdvanced</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>476</width> + <height>486</height> + </rect> + </property> + <property name="caption"> + <string>SettingsAdvanced</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox" row="0" column="0"> + <property name="name"> + <cstring>groupBox3_3_2</cstring> + </property> + <property name="title"> + <string>Archive</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Archive backend:</string> + </property> + </widget> + <widget class="KComboBox"> + <property name="name"> + <cstring>cbBackend</cstring> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>pbBackendConfigure</cstring> + </property> + <property name="text"> + <string>&Configure...</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QGroupBox" row="1" column="0"> + <property name="name"> + <cstring>groupBox3_3</cstring> + </property> + <property name="title"> + <string>Article List</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QSpinBox" row="0" column="1"> + <property name="name"> + <cstring>kcfg_MarkReadDelay</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="suffix"> + <string> sec</string> + </property> + <property name="value"> + <number>0</number> + </property> + </widget> + <spacer row="0" column="2"> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>174</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>kcfg_ResetQuickFilterOnNodeChange</cstring> + </property> + <property name="text"> + <string>Reset search bar when changing feeds</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="tristate"> + <bool>false</bool> + </property> + </widget> + <widget class="QCheckBox" row="0" column="0"> + <property name="name"> + <cstring>kcfg_UseMarkReadDelay</cstring> + </property> + <property name="text"> + <string>Mar&k selected article read after</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </grid> + </widget> + <spacer row="2" column="0"> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>260</height> + </size> + </property> + </spacer> + </grid> +</widget> +<connections> + <connection> + <sender>kcfg_UseMarkReadDelay</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_MarkReadDelay</receiver> + <slot>setEnabled(bool)</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcombobox.h</includehint> +</includehints> +</UI> |