Registry / config / kf5config

kf5config

JSON →
library5.116.0vcpkgunverified

Configuration system

vcpkg install kf5config
INSTALL
IMPORT
SIG · KF5CONFIG
K
kf5config
configcppv5.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.

KConfigCore/KConfig
#include <KConfigCore/KConfig>

Reading configuration with KConfig

#include <KConfigCore/KConfig> #include <KConfigCore/KConfigGroup> int main() { KConfig config("myapprc"); KConfigGroup group = config.group("General"); QString value = group.readEntry("key", "default"); 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
22 hits · last 30 days
node
20
Resources

No resource links recorded.

kf5config — pip install kf5config · libregistry