|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A specialized label widget designed to support drag-and-drop operations. More...
#include <drag_label.h>
Public Member Functions | |
| DragLabel (QString text, QWidget *parent=0) | |
| Constructs a new DragLabel. | |
| virtual | ~DragLabel () |
| Destroys the DragLabel. | |
A specialized label widget designed to support drag-and-drop operations.
|
explicit |
Constructs a new DragLabel.
| text | The text to be displayed on the label. |
| parent | The parent widget, defaults to 0. |