PDA

View Full Version : extending properties of designer plugin



rashmi
9th February 2011, 12:35
hey all,

i have designed my own designer plugin added it to qtcreator to be seen in custom widget list of qtcreator.

i can build application with my own custom widget(say it has an label with image). now my question is i drag drop my custom widget on to mainwindow of GUI application. need to add one functionality to mainwindow.cpp file say for example i want to rotate image inside label. is tat possible to achieve this. if yes can you give me procedure to follow.

wysota
9th February 2011, 18:59
Please try to be more specific about your problem. What "image inside label" you want to rotate and how? How is this related to your custom widget?