tags:

views:

166

answers:

2

Is there any opensource/sample application in qt/c++, just like desktopdock or objectdock..?

A: 

You could check out the demos and examples section of the documentation:
QT Demos
QT Examples
The demos are slightly larger than the examples, while the examples are focused on showing a specific feature - and good Qt programming. There's also the tutorial, here, which covers the entire development of two simple apps.

carlpett
Thanks you for the answer. but,I don't need just sample application for any widget. I need sample for specific desktopdock or objectdock kind of application.otherwise adding into your list, there are lots of widgets/sample applications at http://www.qt-apps.org even at google code, but I am not able to find even sample design-architecture for this kind of application at anywhere...:(
A: 

XQDE is an OSX-style dock written in Qt.

Mike McQuaid
Perfect.. That was I looking for, Thank You.