Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. QWT plugin not showing up in creator windows. qwt-6.1.3
Qt 6.11 is out! See what's new in the release blog

QWT plugin not showing up in creator windows. qwt-6.1.3

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
10 Posts 3 Posters 6.5k 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.
  • R Offline
    R Offline
    rafael
    wrote on last edited by
    #1

    i have built qwt-6.1.3 using visual studio 2013 64 bit.
    i have setup QMAKEFEATURES AND QT_PLUGIN_PATH environment variable.

    i can create the widgets programmatically.
    The widgets show up in designer also but it does not show up in creator.

    when i click on tools -> form editor- > About Qt design plugins.

    i get
    failed plugins
    C:/qwt-6.1.3/plugins/designer/qwt_designer_plugin.dll
    cannot load library c:/qwt-6.1.3/plugins/designer/qwt_designer_plugin.dll: %1 is not a valid Win32 application.

    I'm using qt 5.5.1 64 bit install package.

    Do i need to rebuild qt creator for the plugin to work?

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

      Hi,

      You need to use the same version of Qt and compiler used to build Qt Creator in order for your plugin to get loaded.

      Depending on your current setup, it might be simpler to rebuild Qt Creator.

      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
      • shellgoS Offline
        shellgoS Offline
        shellgo
        wrote on last edited by
        #3

        my qt creator 's version :Based on Qt 5.7.0 (MSVC 2013, 32 bit),i try compile qwt to 32bit plugin, but same problem happend.
        Qt Creator how to compile x64? i try and failed,complile x64 success ,but run failed,

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

          Are you building your plugin with a Qt 5.7.0 for Visual Studio 2013 in 32bit ?

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

          shellgoS 1 Reply Last reply
          0
          • SGaistS SGaist

            Are you building your plugin with a Qt 5.7.0 for Visual Studio 2013 in 32bit ?

            shellgoS Offline
            shellgoS Offline
            shellgo
            wrote on last edited by
            #5

            @SGaist thank u!
            i Compile by visual studio 2015 32bit,
            2015 and 2013 linked the dll is different???? surprised!

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

              Visual Studio versions are not compatible one with the other so you can't mix and match, you always have to build everything with the same version. That's nothing Qt specific.

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

              shellgoS 1 Reply Last reply
              0
              • SGaistS SGaist

                Visual Studio versions are not compatible one with the other so you can't mix and match, you always have to build everything with the same version. That's nothing Qt specific.

                shellgoS Offline
                shellgoS Offline
                shellgo
                wrote on last edited by
                #7

                @SGaist thank you very much!
                i use qt creator x86 try compile qt creator's souce, used vs2015 x64, it's works!!
                qwt plugin load success!

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

                  You're welcome !

                  Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

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

                  shellgoS 1 Reply Last reply
                  0
                  • SGaistS SGaist

                    You're welcome !

                    Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

                    shellgoS Offline
                    shellgoS Offline
                    shellgo
                    wrote on last edited by
                    #9

                    @SGaist how to using the "Topic Tool" button??

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

                      As silly as it may sound: just click on it and you'll have a menu poping up

                      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