Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ dragEnterEvent
Method
dragEnterEvent
example/mainwindow.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
void MainWindow::dragEnterEvent(QDragEnterEvent *event)
60
{
61
if (event->mimeData()->hasUrls())
62
event->accept();
63
}
64
65
66
void MainWindow::dropEvent(QDropEvent *event)
Callers
nothing calls this directly
Calls
1
accept
Method · 0.80
Tested by
no test coverage detected