Kirigami::Platform::Settings Class

class Kirigami::Platform::Settings

Provides 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

Detailed Description

\qmlsingletontypeSettings