• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KDEUI

Public Types | Signals | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | Properties | List of all members
KSelectAction Class Reference

#include <kselectaction.h>

Inheritance diagram for KSelectAction:
Inheritance graph
[legend]

Public Types

enum  ToolBarMode { MenuMode, ComboBoxMode }
 
- Public Types inherited from KAction
enum  GlobalShortcutLoading { Autoloading = 0x0, NoAutoloading = 0x4 }
 
enum  ShortcutType { ActiveShortcut = 0x1, DefaultShortcut = 0x2 }
 

Signals

void triggered (QAction *action)
 
void triggered (int index)
 
void triggered (const QString &text)
 
- Signals inherited from KAction
void authorized (KAuth::Action *action)
 
void globalShortcutChanged (const QKeySequence &)
 
void triggered (Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
 

Public Member Functions

 KSelectAction (QObject *parent)
 
 KSelectAction (const QString &text, QObject *parent)
 
 KSelectAction (const KIcon &icon, const QString &text, QObject *parent)
 
virtual ~KSelectAction ()
 
QAction * action (int index) const
 
QAction * action (const QString &text, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
 
QList< QAction * > actions () const
 
virtual void addAction (QAction *action)
 
KAction * addAction (const QString &text)
 
KAction * addAction (const KIcon &icon, const QString &text)
 
void changeItem (int index, const QString &text)
 
void clear ()
 
int comboWidth () const
 
QAction * currentAction () const
 
int currentItem () const
 
QString currentText () const
 
bool isEditable () const
 
QStringList items () const
 
bool menuAccelsEnabled () const
 
virtual QAction * removeAction (QAction *action)
 
void removeAllActions ()
 
QActionGroup * selectableActionGroup () const
 
void setComboWidth (int width)
 
bool setCurrentAction (QAction *action)
 
bool setCurrentAction (const QString &text, Qt::CaseSensitivity cs=Qt::CaseSensitive)
 
bool setCurrentItem (int index)
 
void setEditable (bool)
 
void setItems (const QStringList &lst)
 
void setMaxComboViewCount (int n)
 
void setMenuAccelsEnabled (bool b)
 
void setToolBarMode (ToolBarMode mode)
 
void setToolButtonPopupMode (QToolButton::ToolButtonPopupMode mode)
 
ToolBarMode toolBarMode () const
 
QToolButton::ToolButtonPopupMode toolButtonPopupMode () const
 
- Public Member Functions inherited from KAction
 KAction (QObject *parent)
 
 KAction (const QString &text, QObject *parent)
 
 KAction (const KIcon &icon, const QString &text, QObject *parent)
 
virtual ~KAction ()
 
KAuth::Action * authAction () const
 
void forgetGlobalShortcut ()
 
const KShortcut & globalShortcut (ShortcutTypes type=ActiveShortcut) const
 
bool globalShortcutAllowed () const
 
bool isGlobalShortcutEnabled () const
 
bool isShortcutConfigurable () const
 
KRockerGesture rockerGesture (ShortcutTypes type=ActiveShortcut) const
 
void setAuthAction (KAuth::Action *action)
 
void setAuthAction (const QString &actionName)
 
void setGlobalShortcut (const KShortcut &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut), GlobalShortcutLoading loading=Autoloading)
 
void setGlobalShortcutAllowed (bool allowed, GlobalShortcutLoading loading=Autoloading)
 
void setHelpText (const QString &text)
 
void setRockerGesture (const KRockerGesture &gest, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut))
 
void setShapeGesture (const KShapeGesture &gest, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut))
 
void setShortcut (const KShortcut &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut))
 
void setShortcut (const QKeySequence &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut))
 
void setShortcutConfigurable (bool configurable)
 
void setShortcuts (const QList< QKeySequence > &shortcuts, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut))
 
KShapeGesture shapeGesture (ShortcutTypes type=ActiveShortcut) const
 
KShortcut shortcut (ShortcutTypes types=ActiveShortcut) const
 
- Public Member Functions inherited from QAction
 QAction (QObject *parent)
 
 QAction (const QString &text, QObject *parent)
 
 QAction (QObject *parent, const char *name)
 
 QAction (const QString &text, const QKeySequence &shortcut, QObject *parent, const char *name)
 
 QAction (const QIcon &icon, const QString &text, QObject *parent)
 
 QAction (const QIcon &icon, const QString &text, const QKeySequence &shortcut, QObject *parent, const char *name)
 
 ~QAction ()
 
QKeySequence accel () const
 
QActionGroup * actionGroup () const
 
void activate (ActionEvent event)
 
void activated (int i)
 
bool addTo (QWidget *w)
 
QList< QGraphicsWidget * > associatedGraphicsWidgets () const
 
QList< QWidget * > associatedWidgets () const
 
bool autoRepeat () const
 
void changed ()
 
QVariant data () const
 
QFont font () const
 
void hover ()
 
void hovered ()
 
QIcon icon () const
 
QIcon iconSet () const
 
QString iconText () const
 
bool isCheckable () const
 
bool isChecked () const
 
bool isEnabled () const
 
bool isIconVisibleInMenu () const
 
bool isOn () const
 
bool isSeparator () const
 
bool isToggleAction () const
 
bool isVisible () const
 
QMenu * menu () const
 
MenuRole menuRole () const
 
QString menuText () const
 
QWidget * parentWidget () const
 
Priority priority () const
 
bool removeFrom (QWidget *w)
 
void setAccel (const QKeySequence &shortcut)
 
void setActionGroup (QActionGroup *group)
 
void setAutoRepeat (bool)
 
void setCheckable (bool)
 
void setChecked (bool)
 
void setData (const QVariant &userData)
 
void setDisabled (bool b)
 
void setEnabled (bool)
 
void setFont (const QFont &font)
 
void setIcon (const QIcon &icon)
 
void setIconSet (const QIcon &i)
 
void setIconText (const QString &text)
 
void setIconVisibleInMenu (bool visible)
 
void setMenu (QMenu *menu)
 
void setMenuRole (MenuRole menuRole)
 
void setMenuText (const QString &text)
 
void setOn (bool b)
 
void setPriority (Priority priority)
 
void setSeparator (bool b)
 
void setShortcut (const QKeySequence &shortcut)
 
void setShortcutContext (Qt::ShortcutContext context)
 
void setShortcuts (QKeySequence::StandardKey key)
 
void setShortcuts (const QList< QKeySequence > &shortcuts)
 
void setSoftKeyRole (SoftKeyRole softKeyRole)
 
void setStatusTip (const QString &statusTip)
 
void setText (const QString &text)
 
void setToggleAction (bool b)
 
void setToolTip (const QString &tip)
 
void setVisible (bool)
 
void setWhatsThis (const QString &what)
 
QKeySequence shortcut () const
 
Qt::ShortcutContext shortcutContext () const
 
QList< QKeySequence > shortcuts () const
 
bool showStatusText (QWidget *widget)
 
SoftKeyRole softKeyRole () const
 
QString statusTip () const
 
QString text () const
 
void toggle ()
 
void toggled (bool checked)
 
QString toolTip () const
 
void trigger ()
 
void triggered (bool checked)
 
QString whatsThis () const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
 QObject (QObject *parent, const char *name)
 
virtual  ~QObject ()
 
bool blockSignals (bool block)
 
QObject * child (const char *objName, const char *inheritsClass, bool recursiveSearch) const
 
const QObjectList & children () const
 
const char * className () const
 
bool connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const QObject *receiver, const char *method)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method)
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArray > dynamicPropertyNames () const
 
T findChild (const QString &name) const
 
QList< T > findChildren (const QRegExp &regExp) const
 
QList< T > findChildren (const QString &name) const
 
bool inherits (const char *className) const
 
void insertChild (QObject *object)
 
void installEventFilter (QObject *filterObj)
 
bool isA (const char *className) const
 
bool isWidgetType () const
 
void killTimer (int id)
 
virtual const QMetaObject * metaObject () const
 
void moveToThread (QThread *targetThread)
 
const char * name () const
 
const char * name (const char *defaultName) const
 
QString objectName () const
 
QObject * parent () const
 
QVariant property (const char *name) const
 
void removeChild (QObject *object)
 
void removeEventFilter (QObject *obj)
 
void setName (const char *name)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval)
 
QThread * thread () const
 
- Public Member Functions inherited from QWidgetAction
 QWidgetAction (QObject *parent)
 
virtual  ~QWidgetAction ()
 
QWidget * defaultWidget () const
 
void releaseWidget (QWidget *widget)
 
QWidget * requestWidget (QWidget *parent)
 
void setDefaultWidget (QWidget *widget)
 

Protected Slots

virtual void actionTriggered (QAction *action)
 
void slotToggled (bool)
 

Protected Member Functions

 KSelectAction (KSelectActionPrivate &dd, QObject *parent)
 
virtual QWidget * createWidget (QWidget *parent)
 
virtual void deleteWidget (QWidget *widget)
 
virtual bool event (QEvent *event)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
- Protected Member Functions inherited from QObject
bool checkConnectArgs (const char *signal, const QObject *object, const char *method)
 
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const char *signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const char *signal)
 
int receivers (const char *signal) const
 
QObject * sender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 
- Protected Member Functions inherited from QWidgetAction
QList< QWidget * > createdWidgets () const
 

Protected Attributes

KSelectActionPrivate * d_ptr
 

Properties

int comboWidth
 
QAction currentAction
 
int currentItem
 
QString currentText
 
bool editable
 
QStringList items
 
ToolBarMode toolBarMode
 
QToolButton::ToolButtonPopupMode toolButtonPopupMode
 
- Properties inherited from KAction
KShortcut globalShortcut
 
bool globalShortcutAllowed
 
bool globalShortcutEnabled
 
KShortcut shortcut
 
bool shortcutConfigurable
 
- Properties inherited from QAction
 autoRepeat
 
 checkable
 
 checked
 
 enabled
 
 font
 
 icon
 
 iconText
 
 iconVisibleInMenu
 
 menuRole
 
 priority
 
 shortcut
 
 shortcutContext
 
 softKeyRole
 
 statusTip
 
 text
 
 toolTip
 
 visible
 
 whatsThis
 
- Properties inherited from QObject
 objectName
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
- Static Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
 

Detailed Description

Action for selecting one of several items.

Action for selecting one of several items.

This action shows up a submenu with a list of items. One of them can be checked. If the user clicks on an item this item will automatically be checked, the formerly checked item becomes unchecked. There can be only one item checked at a time.

Definition at line 51 of file kselectaction.h.

Member Enumeration Documentation

enum KSelectAction::ToolBarMode
Enumerator
MenuMode 

Creates a button which pops up a menu when interacted with, as defined by toolButtonPopupMode().

ComboBoxMode 

Creates a combo box which contains the actions.

This is the default.

Definition at line 106 of file kselectaction.h.

Constructor & Destructor Documentation

KSelectAction::KSelectAction ( QObject *  parent)
explicit

Constructs a selection action with the specified parent.

Parameters
parentThe action's parent object.

Definition at line 56 of file kselectaction.cpp.

KSelectAction::KSelectAction ( const QString &  text,
QObject *  parent 
)

Constructs a selection action with text; a shortcut may be specified by the ampersand character (e.g.

"&Option" creates a shortcut with key O )

This is the most common KSelectAction used when you do not have a corresponding icon (note that it won't appear in the current version of the "Edit ToolBar" dialog, because an action needs an icon to be plugged in a toolbar...).

Parameters
textThe text that will be displayed.
parentThe action's parent object.

Definition at line 64 of file kselectaction.cpp.

KSelectAction::KSelectAction ( const KIcon &  icon,
const QString &  text,
QObject *  parent 
)

Constructs a selection action with text and an icon; a shortcut may be specified by the ampersand character (e.g.

"&Option" creates a shortcut with key O )

This is the other common KSelectAction used. Use it when you do have a corresponding icon.

Parameters
iconThe icon to display.
textThe text that will be displayed.
parentThe action's parent object.

Definition at line 73 of file kselectaction.cpp.

KSelectAction::~KSelectAction ( )
virtual

Destructor.

Definition at line 89 of file kselectaction.cpp.

KSelectAction::KSelectAction ( KSelectActionPrivate &  dd,
QObject *  parent 
)
protected

Creates a new KSelectAction object.

Parameters
ddthe private d member
parentThe action's parent object.

Definition at line 81 of file kselectaction.cpp.

Member Function Documentation

QAction * KSelectAction::action ( int  index) const

Returns the action at index, if one exists.

Definition at line 162 of file kselectaction.cpp.

QAction * KSelectAction::action ( const QString &  text,
Qt::CaseSensitivity  cs = Qt::CaseSensitive 
) const

Searches for an action with the specified text, using a search whose case sensitivity is defined by cs.

Definition at line 170 of file kselectaction.cpp.

QList< QAction * > KSelectAction::actions ( ) const

Returns the list of selectable actions.

Definition at line 110 of file kselectaction.cpp.

void KSelectAction::actionTriggered ( QAction *  action)
protectedvirtualslot

This function is called whenever an action from the selections is triggered.

Definition at line 309 of file kselectaction.cpp.

KSelectAction::addAction ( QAction *  action)
virtual

Add action to the list of selectable actions.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

The newly created action is checkable and not user configurable.

Definition at line 230 of file kselectaction.cpp.

KAction * KSelectAction::addAction ( const QString &  text)

Definition at line 254 of file kselectaction.cpp.

KAction * KSelectAction::addAction ( const KIcon &  icon,
const QString &  text 
)

Definition at line 271 of file kselectaction.cpp.

void KSelectAction::changeItem ( int  index,
const QString &  text 
)

Changes the text of item.

Parameters
indexto
text.

Definition at line 337 of file kselectaction.cpp.

void KSelectAction::clear ( )

Clears up all the items in this action.

Warning
The actions will be deleted for backwards compatibility with KDE3. If you just want to remove all actions, use removeAllActions()

Definition at line 376 of file kselectaction.cpp.

int KSelectAction::comboWidth ( ) const

When this action is plugged into a toolbar, it creates a combobox.

This returns the maximum width set by setComboWidth

QWidget * KSelectAction::createWidget ( QWidget *  parent)
protectedvirtual

Reimplemented from.

See also
QWidgetAction.

Reimplemented from QWidgetAction.

Reimplemented in KFontAction.

Definition at line 510 of file kselectaction.cpp.

QAction* KSelectAction::currentAction ( ) const

Returns the current QAction.

See also
setCurrentAction
int KSelectAction::currentItem ( ) const

Returns the index of the current item.

See also
currentItem and currentAction
QString KSelectAction::currentText ( ) const

Returns the text of the currently selected item.

See also
currentItem and currentAction
void KSelectAction::deleteWidget ( QWidget *  widget)
protectedvirtual

Reimplemented from.

See also
QWidgetAction.

Reimplemented from QWidgetAction.

Definition at line 578 of file kselectaction.cpp.

bool KSelectAction::event ( QEvent *  event)
protectedvirtual
Reimplemented from superclass.

Reimplemented from KAction.

Definition at line 588 of file kselectaction.cpp.

bool KSelectAction::eventFilter ( QObject *  watched,
QEvent *  event 
)
protectedvirtual

Reimplemented from QWidgetAction.

Definition at line 646 of file kselectaction.cpp.

bool KSelectAction::isEditable ( ) const

When this action is plugged into a toolbar, it creates a combobox.

Returns
true if the combo editable.

Definition at line 415 of file kselectaction.cpp.

QStringList KSelectAction::items ( ) const

Convenience function which returns the items that can be selected with this action.

It is the same as iterating selectableActionGroup()->actions() and looking at each action's text().

bool KSelectAction::menuAccelsEnabled ( ) const

Returns whether ampersands passed to methods using QStrings are interpreted as keyboard accelerator indicators or as literal ampersands.

Definition at line 504 of file kselectaction.cpp.

QAction * KSelectAction::removeAction ( QAction *  action)
virtual

Remove the specified action from this action selector.

You take ownership here, so save or delete it in order to not leak the action.

Reimplemented in KRecentFilesAction.

Definition at line 278 of file kselectaction.cpp.

void KSelectAction::removeAllActions ( )

Definition at line 397 of file kselectaction.cpp.

QActionGroup * KSelectAction::selectableActionGroup ( ) const

The action group used to create exclusivity between the actions associated with this action.

Definition at line 104 of file kselectaction.cpp.

void KSelectAction::setComboWidth ( int  width)

When this action is plugged into a toolbar, it creates a combobox.

This gives a maximum size to the combobox. The minimum size is automatically given by the contents (the items).

Definition at line 201 of file kselectaction.cpp.

KSelectAction::setCurrentAction ( QAction *  action)

Sets the currently checked item.

Parameters
actionthe QAction to become the currently checked item.
Returns
true if a corresponding action was found and successfully checked.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

If there is no action at that index, the currently checked action (if any) will be deselected.

Returns
true if a corresponding action was found and thus set to the current action, otherwise false

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

If there is no action at that index, the currently checked action (if any) will be deselected.

Returns
true if a corresponding action was found, otherwise false

Definition at line 133 of file kselectaction.cpp.

bool KSelectAction::setCurrentAction ( const QString &  text,
Qt::CaseSensitivity  cs = Qt::CaseSensitive 
)

Definition at line 195 of file kselectaction.cpp.

bool KSelectAction::setCurrentItem ( int  index)

Definition at line 156 of file kselectaction.cpp.

void KSelectAction::setEditable ( bool  edit)

When this action is plugged into a toolbar, it creates a combobox.

This makes the combo editable or read-only.

Definition at line 404 of file kselectaction.cpp.

void KSelectAction::setItems ( const QStringList &  lst)

Convenience function to create the list of selectable items.

Any previously existing items will be cleared.

Definition at line 349 of file kselectaction.cpp.

void KSelectAction::setMaxComboViewCount ( int  n)

Sets the maximum items that are visible at once if the action is a combobox, that is the number of items in the combobox's viewport.

Definition at line 215 of file kselectaction.cpp.

void KSelectAction::setMenuAccelsEnabled ( bool  b)

Sets whether any occurrence of the ampersand character ( & ) in items should be interpreted as keyboard accelerator for items displayed in a menu or not.

Only applies to (overloaded) methods dealing with QStrings, not those dealing with QActions.

Defaults to true.

Parameters
btrue if ampersands indicate a keyboard accelerator, otherwise false.

Definition at line 498 of file kselectaction.cpp.

void KSelectAction::setToolBarMode ( ToolBarMode  mode)

Set the type of widget to be inserted in a toolbar to mode.

Definition at line 434 of file kselectaction.cpp.

void KSelectAction::setToolButtonPopupMode ( QToolButton::ToolButtonPopupMode  mode)

Set how this list of actions should behave when in popup mode and plugged into a toolbar.

Definition at line 446 of file kselectaction.cpp.

void KSelectAction::slotToggled ( bool  checked)
protectedslot

For structured menu building.

Deselects all items if the action was unchecked by the top menu

Definition at line 421 of file kselectaction.cpp.

ToolBarMode KSelectAction::toolBarMode ( ) const

Returns which type of widget (combo box or button with drop-down menu) will be inserted in a toolbar.

QToolButton::ToolButtonPopupMode KSelectAction::toolButtonPopupMode ( ) const

Returns the style for the list of actions, when this action is plugged into a KToolBar.

The default value is QToolButton::InstantPopup

See also
QToolButton::setPopupMode()
void KSelectAction::triggered ( QAction *  action)
signal

This signal is emitted when an item is selected;.

Parameters
actionindicates the item selected.
void KSelectAction::triggered ( int  index)
signal

This signal is emitted when an item is selected;.

Parameters
indexindicates the item selected.
void KSelectAction::triggered ( const QString &  text)
signal

This signal is emitted when an item is selected;.

Parameters
textindicates the item selected.

Member Data Documentation

KSelectActionPrivate* KSelectAction::d_ptr
protected

Definition at line 376 of file kselectaction.h.

Property Documentation

int KSelectAction::comboWidth
readwrite

Definition at line 56 of file kselectaction.h.

QAction * KSelectAction::currentAction
readwrite

Definition at line 54 of file kselectaction.h.

int KSelectAction::currentItem
readwrite

Definition at line 61 of file kselectaction.h.

QString KSelectAction::currentText
read

Definition at line 57 of file kselectaction.h.

bool KSelectAction::editable
readwrite

Definition at line 55 of file kselectaction.h.

QStringList KSelectAction::items
readwrite

Definition at line 62 of file kselectaction.h.

KSelectAction::ToolBarMode KSelectAction::toolBarMode
readwrite

Definition at line 59 of file kselectaction.h.

QToolButton::ToolButtonPopupMode KSelectAction::toolButtonPopupMode
readwrite

Definition at line 60 of file kselectaction.h.


The documentation for this class was generated from the following files:
  • kselectaction.h
  • kselectaction.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KDEUI

Skip menu "KDEUI"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal