mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
148 lines
3.9 KiB
XML
148 lines
3.9 KiB
XML
<ui version="4.0" >
|
|
<author>Volker Krause <vkrause@kde.org></author>
|
|
<class>KNode::ReadNewsNavigationWidgetBase</class>
|
|
<widget class="KCModule" native="1" name="KNode::ReadNewsNavigationWidgetBase" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>308</width>
|
|
<height>329</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="markAllReadBox" >
|
|
<property name="title" >
|
|
<string>"Mark All as Read" Triggers Following Actions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_markAllReadGoNext" >
|
|
<property name="text" >
|
|
<string>&Switch to the next group</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="markThreadReadBox" >
|
|
<property name="title" >
|
|
<string>"Mark Thread as Read" Triggers Following Actions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_markThreadReadCloseThread" >
|
|
<property name="text" >
|
|
<string>Clos&e the current thread</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_markThreadReadGoNext" >
|
|
<property name="text" >
|
|
<string>Go &to the next unread thread</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="ignoreThreadBox" >
|
|
<property name="title" >
|
|
<string>"Ignore Thread" Triggers Following Actions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_ignoreThreadCloseThread" >
|
|
<property name="text" >
|
|
<string>Close the cu&rrent thread</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_ignoreThreadGoNext" >
|
|
<property name="text" >
|
|
<string>Go to the next &unread thread</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="leaveGroupBox" >
|
|
<property name="title" >
|
|
<string>Leaving Group Triggers Following Actions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_leaveGroupMarkAsRead" >
|
|
<property name="text" >
|
|
<string>Mark all articles as read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>290</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KCModule</class>
|
|
<extends>QWidget</extends>
|
|
<header>kcmodule.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<includes/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|