Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx GUI

The GUI component contains implementation pertaining to OS UI integration, 2D graphics, basic imaging, fonts, and text. More...

Classes

class  Qx::Color
 The Color class is a collection of static functions pertaining to colors. More...
 

Detailed Description

Import:
find_package(Qx REQUIRED COMPONENTS Gui)
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Link:
target_link_libraries(target_name Qx::Gui)
Include:
#include <qx/gui.h>

This component roughly mirrors Qt GUI in terms of scope and organization.

Todo
This component is quite bare and for now exists solely to keep dependents of Qt GUI in a separate component so that console applications don't end up with a UI dependency when using Qx Core.