vote up 0 vote down star

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

flag

2 Answers

vote up 0 vote down check

XQDE is an OSX-style dock written in Qt.

link|flag
Perfect.. That was I looking for, Thank You. – unknown (google) Aug 5 at 20:25
vote up 0 vote down

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.

link|flag
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 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...:( – unknown (google) Jul 20 at 20:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.