Kirigami::Platform::Settings Class
class Kirigami::Platform::SettingsProvides global kirigami settings about the current device setup under the singleton "Settings". More...
| Header: | #include <Settings> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS KirigamiPlatform)target_link_libraries(mytarget PRIVATE KF6::KirigamiPlatform) |
| Inherits: | QObject |
Public Functions
| QVariant | applicationWindowIcon() const |
| bool | hasPlatformMenuBar() const |
| bool | hasTransientTouchInput() const |
| QStringList | information() const |
| bool | isMobile() const |
| bool | isTabletModeAvailable() const |
| int | mouseWheelScrollLines() const |
| bool | smoothScroll() const |
| QString | style() const |
| bool | tabletMode() const |
Signals
| void | hasTransientTouchInputChanged() |
| void | isMobileChanged() |
| void | smoothScrollChanged() |
| void | tabletModeAvailableChanged() |
| void | tabletModeChanged() |
Detailed Description
\qmlsingletontypeSettings