Results 1 to 8 of 8

Thread: Once I've built Qwt, how do I add it to a form in Designer?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Once I've built Qwt, how do I add it to a form in Designer?

    Hi guys,
    I still can't solve this problem. qwt compiled ok. Installed ok. I even added a copy of qwt_designer_plugin5.dll to the qt/bin folder.

    What else could be causing the error:

    "Cannot load library C:/Qt/2009.01/qt/plugins/designer/qwt_designer_plugin5.dll: The specified module could not be found."

  2. #2
    Join Date
    Feb 2006
    Location
    US
    Posts
    173
    Thanks
    16
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: Once I've built Qwt, how do I add it to a form in Designer?

    You need to make sure that you have the main Qwt bin directory in your path (or lib directory depending upon where the DLLs are). I created my own bin directory and copied the Qwt DLLs from the lib directory over because that's where I expect to see DLLs.

    Anyways, since you already copied the Qwt plugin DLL to the designer plugins directory, the problem is likely NOT that it can't find the Qwt plugin ... but rather that it can't find the main Qwt DLL.
    Last edited by brcain; 5th May 2009 at 16:42.

Similar Threads

  1. qwt designer plugin on MacOSX
    By dup in forum Qwt
    Replies: 2
    Last Post: 28th May 2009, 14:27
  2. Replies: 5
    Last Post: 23rd October 2008, 13:55
  3. Form resizes ok in Designer, not in my test app.
    By MrGarbage in forum Qt Tools
    Replies: 2
    Last Post: 30th August 2007, 14:30
  4. Replies: 6
    Last Post: 5th July 2007, 02:00
  5. [QT4 & XP] QTreeView issue with Designer form
    By incapacitant in forum Newbie
    Replies: 3
    Last Post: 2nd March 2006, 17:42

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
  •  
Qt is a trademark of The Qt Company.