Qt4: Flickr and QtConcurrent

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.

QFlickrTest

The Flickr Service Class implements, only a couple of Methods. Request of Recently added and Interesting Photos, and the Search Photos Methods.

QFlickrTestThe 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.

Qt4 Black Bar and Buttons

March 1, 2009 | Filed Under Qt4 | No Comments

Today I’ve written a couple of Widgets for my next Qt4 Application. And below you can see an Example of UI using Two widget, the BlackBar and the BlackButton.

The BlackBar looks like the iTunes bar of Podcast page. Is something like a TabBar. The Black Buttons has a SetRadius Methods that allow you to modify the Button Shape.

thlibrary-blackbuttons

The Source Code is Available Here: Qt4 THLibrary Preview Source Code.

« Previous Page