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 ### KF6Style
0015 
0016 The library KF6Style 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 ### FrameworkIntegrationPlugin
0026 
0027 FrameworkIntegrationPlugin provides extra features to other KDE
0028 Frameworks to integrate with KDE Plasma.
0029 
0030 It currently provides an addon to KMessageBox which stores settings
0031 for asking users the same question again.
0032