summaryrefslogtreecommitdiffstats
path: root/akregator/src/settings_advancedbase.ui
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/settings_advancedbase.ui')
-rw-r--r--akregator/src/settings_advancedbase.ui157
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>&amp;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&amp;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>