kexi
GroupBox Class Reference
#include <containerfactory.h>
Inherits QGroupBox.
Detailed Description
A group box widget.Definition at line 183 of file containerfactory.h.
Signals | |
void | handleDragMoveEvent (QDragMoveEvent *e) |
void | handleDropEvent (QDropEvent *e) |
Public Member Functions | |
GroupBox (const QString &title, QWidget *parent, const char *name) | |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
Member Function Documentation
void GroupBox::dragMoveEvent | ( | QDragMoveEvent * | e | ) | [virtual] |
Used to emit handleDragMoveEvent() signal needed to control dragging over the container's surface.
Definition at line 104 of file containerfactory.cpp.
void GroupBox::dropEvent | ( | QDropEvent * | e | ) | [virtual] |
Used to emit handleDropEvent() signal needed to control dropping on the container's surface.
Definition at line 110 of file containerfactory.cpp.
void GroupBox::handleDragMoveEvent | ( | QDragMoveEvent * | e | ) | [signal] |
Needed to control dragging over the container's surface.
void GroupBox::handleDropEvent | ( | QDropEvent * | e | ) | [signal] |
Needed to control dropping on the container's surface.
The documentation for this class was generated from the following files: