mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Qwt dependency removed, drag&drop for traces added
This commit is contained in:
parent
25196fbc30
commit
c22d576984
13 changed files with 415 additions and 737 deletions
|
|
@ -89,7 +89,6 @@ bool TraceWidget::eventFilter(QObject *, QEvent *event)
|
|||
QByteArray encodedPointer;
|
||||
QDataStream stream(&encodedPointer, QIODevice::WriteOnly);
|
||||
stream << quintptr(dragTrace);
|
||||
qDebug() << "Dragging" << dragTrace << ", encoded as" << stream;
|
||||
|
||||
mimeData->setData("trace/pointer", encodedPointer);
|
||||
drag->setMimeData(mimeData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue