The ribbon library provides a simple ribbon bar implementation for Qt-based applications.
You can build the designer plugin, which allows the layout of ribbon bars in Designer or Qt Creator.
To build the library, invoke CMake or open the CMakeLists.txt file in your preferred IDE.
Setting the following CMake variables allows the customisation of the build.
NEDRYSOFT_RIBBON_LIBRARY_DIR=<dir>
Sets the output folder for the dynamic library; if omitted, you can find the binaries in the default location.
NEDRYSOFT_RIBBON_BUILD_DESIGNER_PLUGIN=ON|OFF
Set to ON to build the designer plugin. (defaults to off)
NEDRYSOFT_RIBBON_DESIGNER_DIR=<dir>
Sets the output folder for the designer plugin; if omitted, you can find the binaries in the default location.
This project is open source and released under the GPLv3 licence.
Distributed as-is; no warranty is given.