Results 1 to 4 of 4

Thread: No Qwt Widgets in Qt Designer on Windows 7 64bit - Tried all Suggestions-Help Needed

  1. #1
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    10
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default No Qwt Widgets in Qt Designer on Windows 7 64bit - Tried all Suggestions-Help Needed

    Hi friends,

    Issue 1:

    I am asking this question after seeing previous posts.

    I installed QtSdk-offline-win-x86-v1_2_1.exe on Windows 7 64bit machine and configured to mingw-release installation. Qt is working fine.
    Now I downloaded Qwt-6.0.2 source, changed build configuration to CONFIG+=release. Did the following as part of compilation: qmake; mingw32-make; mingw32-make install. Added C:\Qwt-6.0.2\lib and C:\Qwt-6.0.2\include to PATH variable. Created and added QT_PLUGIN_PATH+=QwtPluginPath variable to system environment.
    Even I copied the QwtPluginDLL to QtPluginsPath. After all this, I opened QtDesigner and I am not finding Qwt Widgets there.
    I have seen the status in Help->About Plugins as 'incompatible plugin [release]'. Though, both Qt and Qwt or configured to be in release mode, why am I not able to see Qwt Wigdgets in Qt Designer. Please, point out if I am missing anything. The examples given are executing fine.

    Issue 2:
    Which version of Qwt should I use for My Application development. My application is targeted to run on Windows 7 64bit as well as RHEL-6 64bit machines. Please ponder your suggestion.

    Thank you very much.

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: No Qwt Widgets in Qt Designer on Windows 7 64bit - Tried all Suggestions-Help Nee

    Created and added QT_PLUGIN_PATH+=QwtPluginPath variable to system environment.
    Of course you have to add the real path to the Qwt plugin here - not a string called "QwtPluginPath".
    I have seen the status in Help->About Plugins as 'incompatible plugin [release]'.
    The plugin and the Qwt lib itsself need to be compatible to the Qt version the designer/creator was build for. This doesn't necessarily have to be the same as the Qt version you want to work with.

    Which version of Qwt should I use for My Application development.
    It depends on what you need. Qwt 6.1 ( SVN trunk ) has a lot of new features - probably the most any Qwt version always had. It is pretty stable but of course the API might be changed a bit until it will be released ( probably short after Qt 5 is available ).

    Uwe

  3. #3
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    10
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: No Qwt Widgets in Qt Designer on Windows 7 64bit - Tried all Suggestions-Help Nee

    Thanks a lot Uwe. Yes, by 'QwtPluginPath', I meant the actual path of the qwt plugin dll (qwt_designer_plugin.dll) location that is 'C:\Qwt-6.0.1\plugins\designer'.
    The plugin and the Qwt lib itsself need to be compatible to the Qt version the designer/creator was build for.
    You mean, its better to download qt source and build it, the way its done for qwt? it will be a tedious work, really. Thanks again for ur reply.

  4. #4
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: No Qwt Widgets in Qt Designer on Windows 7 64bit - Tried all Suggestions-Help Nee

    Quote Originally Posted by swamyonline View Post
    You mean, its better to download qt source and build it, the way its done for qwt?
    No - when the creator/designer is from a different Qt version you want to build your application with you have to build and install Qwt twice.

    Uwe

Similar Threads

  1. Replies: 2
    Last Post: 6th September 2012, 11:08
  2. Building 64bit Shared Qt Dlls on 64bit Win7 for Visual Studio
    By HarrySatt in forum Installation and Deployment
    Replies: 1
    Last Post: 29th November 2011, 04:39
  3. QDrag 4.7.3 Pixmap problems on Windows 7 (64Bit)
    By cunsdorfer in forum Qt Programming
    Replies: 0
    Last Post: 11th July 2011, 10:37
  4. How to compile 64bit qt lib on windows server 2003 ?
    By yeaiping in forum Installation and Deployment
    Replies: 2
    Last Post: 4th April 2011, 07:13
  5. QSettings and Windows 7 64bit
    By JohnToddSr in forum Newbie
    Replies: 4
    Last Post: 12th May 2010, 02:01

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.