Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QTCreator-QWT plugin
Forum Updated to NodeBB v4.3 + New Features

QTCreator-QWT plugin

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DaveD
    wrote on last edited by
    #1

    Greetings,

    Just starting to use QT and QWT and enjoying it. I am having one issue with using QWT 6.1.0.rc3 with QT 5. Installed according to instructions using MSVC and all works well, no errors at all. Set the QT_PLUGIN_PATH and added the lib folder created by nmake install to my path ( Win XP ). Result: the standalone QT Designer finds QWT just fine, but QT Creator does not.

    Now, QT Creator finds the QWT_Designer_plugin but issues a warning that it "could not load the specified module". What is curious to me is that QT Designer finds this just fine, and I've searched the drive to confirm that only one copy of the plugin, and qwt.dll, exist on the drive. The "could not find specified module" warning, given when using about QT About Designer Plugins, and listing the name and path of QT designer plugin, seems to indicate that the problem lies more with finding QWT.dll than the designer plugin. But qwt.dll is on the path, and QT_PLUGIN_PATH is set ( to c:/Qwt-6.1.-rc3/plugins, and this is sufficient for QT designer to find QWT.

    Not a huge issue, I am reading up on how to use QT Designer to generate the UI file and insert the needed header into the code, but this has my curiosity engaged.

    Any thoughts or suggestions ?

    Dave

    1 Reply Last reply
    0
    • S Offline
      S Offline
      swolter
      wrote on last edited by
      #2

      hello i have the same issue but im using mingw.... the qwt widgets display well when i launch designer standalone, but when i launch creator and go to design mode i cannot see any qwt widget in there... has somebody a workaroubd to fix this?

      thank you

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        In Qt Creator, open the about dialog and check which version of Qt was used. Also, the plugin must be built with the same compiler as was Qt Creator and IIRC it's done using Visual Studio.

        So all, in all, since you are using MinGW, you might have to build Qt Creator yourself in order to use these plugins

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved