Skip to content

CuarzoOS Framework

Eduardo Hopperdietzel edited this page Aug 16, 2017 · 9 revisions

We created a list of useful classes for Qt, to let applications take advange of all cool features CuarzoOS, such as MacOS style blur backgrounds, external topbar, dock, etc.
All you have to do is include the framework's path to your Qt project:

In your .pro file:
INCLUDE += $PWD/path/to/CFramework

Clone this wiki locally