Go to file
luzhiping 9eb3dede80 update info 2022-08-22 16:35:44 +08:00
LICENSES Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
autotests Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
debian update info 2022-08-22 16:35:44 +08:00
src Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
tests Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
.git-blame-ignore-revs Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
.gitignore Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
.gitlab-ci.yml Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
.kde-ci.yml Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
CMakeLists.txt Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
KF5FrameworkIntegrationConfig.cmake.in Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
README.md Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
metainfo.yaml Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00
plasma_workspace.notifyrc Import Upstream version 5.92.0 2022-05-16 15:59:59 +08:00

README.md

Framework Integration

Integration of Qt application with KDE workspaces

Introduction

Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.

Applications do not need to link to this directly.

Components

KF5Style

The library KF5Style provides integration with KDE Plasma Workspace settings for Qt styles.

Derive your Qt style from KStyle to automatically inherit various settings from the KDE Plasma Workspace, providing a consistent user experience. For example, this will ensure a consistent single-click or double-click activation setting, and the use of standard themed icons.

infopage

Common data files used in info page content in various applications.

FrameworkIntegrationPlugin

FrameworkIntegrationPlugin provides extra features to other KDE Frameworks to integrate with KDE Plasma.

It currently provides an addon to KMessageBox which stores settings for asking users the same question again.