You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement some drag and drop functionality to an application I am maintaining using QGeoView and after some research, I concluded that I would need to modify the class QGVMapQGView and implement some event handlers:
I was trying to implement some drag and drop functionality to an application I am maintaining using QGeoView and after some research, I concluded that I would need to modify the class QGVMapQGView and implement some event handlers:
void dragEnterEvent(QDragEnterEvent event) override;
void dragMoveEvent(QDragMoveEvent event) override;
void dropEvent(QDropEvent *event) override;
void dragLeaveEvent(QDragLeaveEvent *event) override;
Are there plans to add this to mouse interactions currently supported?
The text was updated successfully, but these errors were encountered: