kconfig
Kconfiguration settings framework for Qt
KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui.
KConfigCore provides access to the configuration files themselves. It features:
Code generation: describe your configuration in an XML file, and use `kconfig_compiler to generate classes that read and write configuration entries.
Cascading configuration files (global settings overridden by local settings).
Optional shell expansion support (see docs/options.md).
The ability to lock down configuration options (see docs/options.md).
KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files.
- Versions: 6.19.0 · 5.116.0
- Website: https://community.kde.org/Frameworks
- Licenses: Expat · FreeBSD · GPL 1 · LGPL 2.1 · LGPL 2.1+ · LGPL 3+ · Modified BSD
- Package source: gnu/packages/kde-frameworks.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of kconfig as follows:
guix install kconfig
Or install a particular version:
guix install kconfig@5.116.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of kconfig about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/kconfig'><img src='https://packages.guix.gnu.org/packages/kconfig/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/kconfig)
Example Org:
[[https://packages.guix.gnu.org/packages/kconfig][https://packages.guix.gnu.org/packages/kconfig/badges/latest-version.svg]]