Warning, /frameworks/frameworkintegration/README.md is written in an unsupported language. File is not indexed.

0001 # Framework Integration
0002 
0003 Integration of Qt application with KDE workspaces
0004 
0005 ## Introduction
0006 
0007 Framework Integration is a set of plugins responsible for better integration of
0008 Qt applications when running on a KDE Plasma workspace.
0009 
0010 Applications do not need to link to this directly.
0011 
0012 ## Components
0013 
0014 ### KF5Style
0015 
0016 The library KF5Style provides integration with KDE Plasma Workspace
0017 settings for Qt styles.
0018 
0019 Derive your Qt style from KStyle to automatically inherit various
0020 settings from the KDE Plasma Workspace, providing a consistent user
0021 experience. For example, this will ensure a consistent single-click
0022 or double-click activation setting, and the use of standard themed
0023 icons.
0024 
0025 ### infopage
0026 
0027 Common data files used in info page content in various applications.
0028 
0029 ### FrameworkIntegrationPlugin
0030 
0031 FrameworkIntegrationPlugin provides extra features to other KDE
0032 Frameworks to integrate with KDE Plasma.
0033 
0034 It currently provides an addon to KMessageBox which stores settings
0035 for asking users the same question again.
0036