libtdepim

#include <overlaywidget.h>

Inherits TQHBox.

Inherited by KPIM::ProgressDialog.

Public Member Functions

 OverlayWidget (TQWidget *alignWidget, TQWidget *parent, const char *name=0)
 
TQWidget * alignWidget ()
 
void setAlignWidget (TQWidget *alignWidget)
 

Protected Member Functions

void resizeEvent (TQResizeEvent *ev)
 
bool eventFilter (TQObject *o, TQEvent *e)
 

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 TQHBox for convenience purposes (layout, and frame)

Definition at line 44 of file overlaywidget.h.


The documentation for this class was generated from the following files: