KPIM::OverlayWidget Class Reference
This is a widget that can align itself with another one, without using a layout, so that it can actually be on top of other widgets. More...
#include <overlaywidget.h>
Inherits QHBox.
Inherited by KPIM::ProgressDialog.
Public Member Functions
- OverlayWidget (QWidget *alignWidget, QWidget *parent, const char *name=0)
- QWidget * alignWidget ()
- void setAlignWidget (QWidget *alignWidget)
Protected Member Functions
Detailed Description
This is a widget that can align itself with another one, without using a layout, so that it can actually be on top of other widgets.Currently the only supported type of alignment is "right aligned, on top of the other widget".
OverlayWidget inherits QHBox for convenience purposes (layout, and frame)
The documentation for this class was generated from the following files:
- overlaywidget.h
- overlaywidget.cpp