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
◆ ErrorOverlay()
|
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.