qtquickcontrols2 5.15.17
Qt Quick Controls 2 and other Quick 2 modules
The Qt Quick Controls 2 module contains the Qt Labs Platform module that provides platform integration: native dialogs, menus and menu bars, and tray icons. It falls back to Qt Widgets when a native implementation is not available.
- Outputs:
debug,out - Website: https://www.qt.io/
- Licenses: LGPL 2.1 · LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install qtquickcontrols2 5.15.17 as follows:
guix install qtquickcontrols2@5.15.17
Or install the latest version:
guix install qtquickcontrols2
The qtquickcontrols2 package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install qtquickcontrols2:debug
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.