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

The Windows-gui component provides functionality centered around Windows specific GUI programming. More...

Classes

class  Qx::TaskbarButton
 The TaskbarButton class represents the Windows taskbar button for a top-level window. More...
 
class  Qx::WinGuiEvent
 The WinGuiEvent class encapsulates messages that are sent directly to an application window by the system on the Windows platform. More...
 

Detailed Description

Import:
find_package(Qx REQUIRED COMPONENTS Windows-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::Windows-gui)
Include:
#include <qx/windows-gui.h>
Note
This component is only available when Qx is built to target Windows

Qx Windows-gui contains classes and functions that generally either wrap existing UI related Win32 API functionality into a more user friendly interface, other otherwise make various UI related programming tasks on Windows more convenient.