Drag and Drop for GCodeEditorWidget
Closed, ResolvedPublic

Description

Enable Drag and Drop to open files in this widget

In KWrite (https://cgit.kde.org/kate.git/tree/kwrite/kwrite.cpp#n94)

connect(m_view, SIGNAL(dropEventPass(QDropEvent*)), this, SLOT(slotDropEvent(QDropEvent*)));

This is not working for us we need to find out why and fix it so DnD works on this widget.

Related Objects

rizzitello closed this task as Resolved.Jul 7 2018, 1:11 PM
rizzitello claimed this task.
This comment was removed by rizzitello.
rizzitello reopened this task as Open.Jul 7 2018, 1:14 PM

Resolved By D13929