LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
LC::Util::PageNotification Class Reference

A horizontal widget embedding into the parent layout of the passed parent widget. More...

#include "pagenotification.h"

+ Inheritance diagram for LC::Util::PageNotification:
+ Collaboration diagram for LC::Util::PageNotification:

Public Member Functions

 PageNotification (QWidget *parent)
 Creates the widget embedding into the parent layout of the parent widget. More...
 

Detailed Description

A horizontal widget embedding into the parent layout of the passed parent widget.

This is a base class for FindNotification, for example.

Definition at line 29 of file pagenotification.h.

Constructor & Destructor Documentation

◆ PageNotification()

LC::Util::PageNotification::PageNotification ( QWidget *  parent)
explicit

Creates the widget embedding into the parent layout of the parent widget.

The parent widget is expected to be contained in a QVBoxLayout.

Parameters
[in]parentThe widget whose parent layout should be used.

Definition at line 21 of file pagenotification.cpp.


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