Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::CardNotification Class Reference

#include <CardNotification.h>

Inherits QFrame.

Public Member Functions

 CardNotification (QWidget *parent, const QString &title, const QIcon &icon, const QSize={24, 24})
 
void addFeature (QWidget *feature)
 
QPushButton * addButtonFeature (const QString &buttonText)
 

Detailed Description

Notification class for Card widgets. Displays a message and allows for widgets to be added to handle error cases and solve requirements.

Member Function Documentation

◆ addButtonFeature()

QPushButton * AzQtComponents::CardNotification::addButtonFeature ( const QString &  buttonText)

Creates a QPushButton and adds it to the notification frame.

Parameters
buttonTextThe text to display on the newly created button.

◆ addFeature()

void AzQtComponents::CardNotification::addFeature ( QWidget *  feature)

Appends a widget to the notification frame. The widget will be parented to the CardNotification.


The documentation for this class was generated from the following file: