![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
A horizontal widget embedding into the parent layout of the passed parent widget. More...
#include "pagenotification.h"
Public Member Functions | |
PageNotification (QWidget *parent) | |
Creates the widget embedding into the parent layout of the parent widget. More... | |
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 46 of file pagenotification.h.
LC::Util::PageNotification::PageNotification | ( | QWidget * | parent | ) |
Creates the widget embedding into the parent layout of the parent widget.
The parent widget is expected to be contained in a QVBoxLayout.
[in] | parent | The widget whose parent layout should be used. |
Definition at line 38 of file pagenotification.cpp.