libkdepim
KPIM::OverlayWidget Class Reference
#include <overlaywidget.h>
Inheritance diagram for KPIM::OverlayWidget:

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)
Definition at line 44 of file overlaywidget.h.
Public Member Functions | |
OverlayWidget (QWidget *alignWidget, QWidget *parent, const char *name=0) | |
~OverlayWidget () | |
QWidget * | alignWidget () |
void | setAlignWidget (QWidget *alignWidget) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *ev) |
bool | eventFilter (QObject *o, QEvent *e) |
The documentation for this class was generated from the following files: