<?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/files</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 06:03:54 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++) Rename filtered files in directory with Qt - shadevampire</title>
<link>http://snipplr.com/view/54785/rename-filtered-files-in-directory-with-qt/</link>
<description><![CDATA[ <p>for more info see the link</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 21:14:16 GMT</pubDate>
<guid>http://snipplr.com/view/54785/rename-filtered-files-in-directory-with-qt/</guid>
</item>
<item>
<title>(C++) C Console Scripting Framework - darkphotn</title>
<link>http://snipplr.com/view/4527/c-console-scripting-framework/</link>
<description><![CDATA[ <p>This demonstrates how to make your own console "scripts" using C -- for example, you could capitalize every character that comes in.  Tweak the line labelled "TWEAK THIS LINE" in order to get it to do what you want.  This particular example will add "/new/" to the beginning of every filename and stick the result to a text file.  The listed DOS command can be stuck in a .BAT file and run from Windows like a program.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 12:32:55 GMT</pubDate>
<guid>http://snipplr.com/view/4527/c-console-scripting-framework/</guid>
</item>
<item>
<title>(C++) C - clear screen - whitetiger</title>
<link>http://snipplr.com/view/1604/c--clear-screen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:08 GMT</pubDate>
<guid>http://snipplr.com/view/1604/c--clear-screen/</guid>
</item>
<item>
<title>(C++) C - command - whitetiger</title>
<link>http://snipplr.com/view/1603/c--command/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:07 GMT</pubDate>
<guid>http://snipplr.com/view/1603/c--command/</guid>
</item>
</channel>
</rss>