PDA

View Full Version : Problem in using Custom Widgets



vjn
11th April 2008, 13:56
Hi All,

I have developed a CustomWidget and I am able to access it in Designer also.

I developed a sample screen using this custom widget and used the .ui file in my
application. But when I tried to compile my application it says that it failed to find
the implementation of some functions inside the CustomWidget.

Do I need to include my CustomWidget library in my application's .pro file. ?

What else I need to do to use the CustomWidget in my application. Currently I am using Qtopia4.3.2 and trying to build my application on the host machine.

I have to run the application in ARM Board also. Do we need to do any thing specific for that.

vjn

jacek
13th April 2008, 22:40
Do I need to include my CustomWidget library in my application's .pro file. ?
Yes, you have to link your application with your custom widget's code.