Registry / utility / kf5windowsystem

kf5windowsystem

JSON →
library5.116.0vcpkgunverified

Access to the windowing system, providing information about windows and their properties.

vcpkg install kf5windowsystem
INSTALL
IMPORT
SIG · KF5WINDOWSYSTEM
K
kf5windowsystem
utilitycppv5.116.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KWindowSystem/KWindowSystem
#include <KWindowSystem/KWindowSystem>

Gets the current desktop number.

#include <KWindowSystem/KWindowSystem> #include <QApplication> #include <QDebug> int main(int argc, char *argv[]) { QApplication app(argc, argv); qDebug() << "Current desktop:" << KWindowSystem::currentDesktop(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

kf5windowsystem — pip install kf5windowsystem · libregistry