Kirigami::Platform Namespace
Header: | #include <Platform> |
CMake: | find_package(KF6 REQUIRED COMPONENTS KirigamiPlatform) target_link_libraries(mytarget PRIVATE KF6::KirigamiPlatform) |
Classes
class | PlatformPluginFactory |
class | PlatformTheme |
(since 6.7) class | PlatformThemeChangeTracker |
class | TabletModeChangedEvent |
class | TabletModeWatcher |
class | Units |
(since 5.91) class | VirtualKeyboardWatcher |
Detailed Description
Stuff
Classes
class PlatformPluginFactory
This class is reimplemented by plugins to provide different implementations of PlatformTheme. More...
class PlatformTheme
class PlatformThemeChangeTracker
A class that tracks changes to PlatformTheme properties and emits signals at the right moment. More...