8da346818a
frameworkintegration - provide components to allow applications to integrate with a KDE Workspace kactivities-stats - Core components for the KDE's Activities kactivities5 - Core components for the KDE's Activities kconfigwidgets - Widgets for KConfig kded - Extensible deamon for providing system level services kdesignerplugin - Integration of Frameworks widgets in Qt Designer/Creator kglobalaccel - Add support for global workspace shortcuts kguiaddons - Addons to QtGui kinit - Process launcher to speed up launching KDE applications kitemviews - Widget addons for Qt Model/View kjobwidgets - Widgets for tracking KJob instances ktextwidgets - Advanced text editing widgets kwidgetsaddons - Addons to QtWidgets kwindowsystem - Access to the windowing system kxmlgui - User configurable main windows plasma-framework - Plasma library and runtime components based upon KF5 and Qt5
12 lines
542 B
Text
12 lines
542 B
Text
Convenience access to certain properties and features of the windowing
|
|
system.
|
|
|
|
KWindowSystem provides information about the windowing system and
|
|
allows interaction with the windowing system. It provides an high
|
|
level API which is windowing system independent and has platform
|
|
specific implementations. This API is inspired by X11 and thus not all
|
|
functionality is available on all windowing systems.
|
|
|
|
In addition to the high level API, this framework also provides
|
|
several more low level classes for interaction with the X Windowing
|
|
System.
|