Results 1 to 2 of 2

Thread: Problem in using Custom Widgets

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Problem in using Custom Widgets

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem in using Custom Widgets

    Quote Originally Posted by vjn View Post
    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.

Similar Threads

  1. picking geometry in qt custom widgets
    By notsonerdysunny in forum Qt Programming
    Replies: 2
    Last Post: 17th July 2007, 23:01
  2. How to get correct header with custom made widgets?
    By Arthur in forum Qt Programming
    Replies: 3
    Last Post: 26th April 2007, 17:07
  3. Replies: 11
    Last Post: 7th July 2006, 13:09
  4. Replies: 3
    Last Post: 12th April 2006, 08:20
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.