10#ifndef DRAG_DROP_TOOLBAR_H
11#define DRAG_DROP_TOOLBAR_H
30 explicit DragDropToolBar(
const QString &title, QWidget *parent = Q_NULLPTR);
86 virtual bool eventFilter(QObject * obj, QEvent * ev);
104 virtual void dropEvent(QDropEvent *event);
109 QPoint dragStartPosition;
124 void moveToolbarItems(
int fromPos,
int toPos);
Base class for Wireshark specific MIME data.
Definition wireshark_mime_data.h:18