May 16, 2009 | Filed Under Events, Qt4 | No Comments
PyCon3 was finished, Only one week is passed and I already miss it. Guido van Rossum, Alex Martelli, Ariya Hidayat, Raymond Hettinger, David Boddie, Fredrik Lundh… C/C++ and Python Developer not .NET “coders” (I hate even more my boring .NET job).
Following the PyCon week, here a simple example of PyQt4 that allows you to see up to 500 photos tagged PyCon3 on Flickr.

As always the source code is available here: PyQt4 PyCon3 Flickr Source Code.
March 7, 2009 | Filed Under Qt4 | 1 Comment
A couple of days ago, I’ve filled up a Qt Questionnaire and I’ve seen a couple of subjects that I need to revise. So, Here an Example of Flickr Downloader using QtConcurrent, High Level Network Operations (QNetworkManager), QGraphicsView and QDomElement.

The Flickr Service Class implements, only a couple of Methods. Request of Recently added and Interesting Photos, and the Search Photos Methods.
The Source Code is Available Here: QFlickr Test Source Code. (You Must Set your Flickr Key!)
PS: Starting Today, All the Qt4 Examples/Libraries will be released under LGPL license while the Cocoa Examples/Libraries will be released under BSD license.