PDA

View Full Version : How can I get those Embedded Widgets in Qt Creator



spikey
22nd January 2010, 14:42
Hi,
I would like to design a user interface using embedded widgets. What do I have to do to get those widgets from that nice demo (http://qt.nokia.com/developer/embedded-widget-demos, source code available) into my Widget Selection Window in Qt Creator?

Do I have to recompile my creator with the qt embedded library?

Thank you for your help, I really could not find a documentation about how to comfortably design ui with non standard widgets.:confused:

Spikey

jg
9th September 2010, 21:35
Bump. I would also like to know.

raedbenz
6th October 2010, 22:37
any hints guys??
Thanks

wysota
6th October 2010, 23:00
The exact same way you would use for any other widgets - implement a Designer plugin for them.