akonadi
Akonadi::ErrorOverlay Class Reference
#include <erroroverlay_p.h>
Inherits QWidget.
Public Member Functions | |
ErrorOverlay (QWidget *baseWidget, QWidget *parent=0) | |
Protected Member Functions | |
bool | eventFilter (QObject *object, QEvent *event) |
Detailed Description
Overlay widget to block Akonadi-dependent widgets if the Akonadi server is unavailable.
- Todo:
handle initial parent == 0 case correctly, reparent later and hide as long as parent widget is 0
fix hiding in dock widget tabs
Definition at line 43 of file erroroverlay_p.h.
Constructor & Destructor Documentation
|
explicit |
Create an overlay widget for baseWidget
.
baseWidget
must not be null. parent
must not be equal to baseWidget
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.