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 the .pro file:

INCLUDE += $PWD/path/to/CFramework

IMPORTANT!

If you want to develop a graphical application, there are two main classes you must to use:

Otherwise the application will not work properly.

The reason is because CApplication takes care of the IPC with the system applications such as the window manager, and CWindow is used to let Crystals identify a wayland surface.

Clone this wiki locally