![]() |
LeechCraft 0.6.70-14794-g33744ae6ce
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. | |
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 23 of file pagenotification.h.
|
explicit |
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 15 of file pagenotification.cpp.