<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-plus-plus/tags/drop</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 13:22:47 GMT</pubDate>
<item>
<title>(C++) Qt drag and drop files or directories - shadevampire</title>
<link>http://snipplr.com/view/58458/qt-drag-and-drop-files-or-directories/</link>
<description><![CDATA[ <p>You have to implement 2 protected virtual methods in your widget you want to accept file or directory drops:
- void dragEnterEvent(QDragEnterEvent *event)
- void dropEvent(QDropEvent *event)

And also you have to call setAcceptDrops(true); on this widget before it could accept drops.</p> ]]></description>
<pubDate>Mon, 05 Sep 2011 23:25:24 GMT</pubDate>
<guid>http://snipplr.com/view/58458/qt-drag-and-drop-files-or-directories/</guid>
</item>
<item>
<title>(C++) Drag and Drop onto Exe to execute - browny</title>
<link>http://snipplr.com/view/43941/drag-and-drop-onto-exe-to-execute/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Nov 2010 17:51:45 GMT</pubDate>
<guid>http://snipplr.com/view/43941/drag-and-drop-onto-exe-to-execute/</guid>
</item>
</channel>
</rss>