Products
Apps
Nebula
Layers data manager
Docuriser
Generate documentation
Libraries
Layers
Theme framework
QLayers
Layers & Qt integration
Vortex
Application template
Fusion
Color interfaces
Community
Join the Layers Discord server, whether you are a developer or a regular user!
Discord
Donate
Download
Documentation
Coming soon!
Download Layers 0.17
Windows
334 KB
Codeberg
HuntrSoftware/Layers
Requires
C++
C++17
Qt
6.9
0.17
QLayers is a C++ library for integrating Layers with Qt applications.
Integration begins with the implementation of a definable widget. QLayers introduces the QLBox definable which uses Layers attributes for painting a box-shaped widget.
{ "Box": { "attributes": { "Border.Fill": "#000000", "Border.Thickness": 0, "Corner Radii.Bottom Left": 0, "Corner Radii.Bottom Right": 0, "Corner Radii.Top Left": 0, "Corner Radii.Top Right": 0, "Fill": { "link": "L:Theme/Primary", "link_relative": "L:../Fill" }, "Margins.Bottom": 0, "Margins.Left": 0, "Margins.Right": 0, "Margins.Top": 0 } } }