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
2009-07-20 08:48:51
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...:(
2009-07-20 20:22:39