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

The Widgets component provides additional UI elements and supporting functionality on top of the set already provided by Qt Widgets. More...

Files

file  qx-common-widgets.h
 The qx-common-widgets header file provides various types, variables, and functions related to Qt widgets.
 

Classes

class  Qx::LoginDialog
 The LoginDialog class provides a modal dialog that prompts a user for a username and password. More...
 
class  Qx::StandardItemModel
 The StandardItemModel class is a more robust variant of QStandardItemModel, which is a generic model for storing custom data. More...
 
class  Qx::TreeInputDialog
 The TreeInputDialog class provides a simple tree-based dialog from which the user can select one or more items. More...
 

Detailed Description

Import:
find_package(Qx REQUIRED COMPONENTS Widgets)
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::Widgets)
Include:
#include <qx/widgets.h>

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