File: README.md

package info (click to toggle)
frameworkintegration 5.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,116 kB
  • ctags: 70
  • sloc: cpp: 609; sh: 34; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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.

### KDEPlatformTheme

The plugin KDEPlatformTheme provides KDE integration for
QPlatformThemePlugin.