Results 1 to 2 of 2

Thread: QT Designer and QT Creator

  1. #1
    Join Date
    Nov 2015
    Posts
    11
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QT Designer and QT Creator

    Hi,

    I have QT 5.4 installed on my Windows 10 system (msvc2013_64_opengl version). I need to get vtk plugin in QT Creator. I have placed QVTKWidgetPlugin libraries in respective folders. What I see is that VTK plugin is being shown in qt designed but not in creator. Also, when I start designing a form using designer, when either open or save dialog pops up, designer crashes. I have attached the version details of creator and designer. VTK version I am using is VTK 6.3. Kindly let me know how to solve this problem.

    Thanks
    Regards

    Rakesh Patil


    Added after 31 minutes:


    Sorry, forgot to attach the image.
    Attached Images Attached Images
    Last edited by rakeshthp; 6th November 2015 at 04:58.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QT Designer and QT Creator

    I have QT 5.4 installed on my Windows 10 system (msvc2013_64_opengl version). I need to get vtk plugin in QT Creator. I have placed QVTKWidgetPlugin libraries in respective folders. What I see is that VTK plugin is being shown in qt designed but not in creator.
    These plugins execute as part of Designer/Creator and need to match the libraries and compilers used to build them. You placed a VTK Designer plugin built with 64-bit VC2013 and Qt 5.4 in the correct folder for Qt 5.4 Designer to locate it. This is not the same place as the Qt Creator binary distribution version, which is 32-bit and uses a bundled Qt 5.5.0 library, is looking. You would need to build a 32-bit version of the VTK plugin with VC2013 and Qt 5.5 and install that in the correct location for Qt Creator to find.
    Also, when I start designing a form using designer, when either open or save dialog pops up, designer crashes.
    Chances are that the plugin cannot find a dependency, like the VTK runtime libraries, when the plugin is loaded and called by Designer.
    Last edited by ChrisW67; 8th November 2015 at 06:59. Reason: Fat handed typing corrected

Similar Threads

  1. Replies: 2
    Last Post: 5th October 2012, 13:55
  2. Using Qt Designer on Qt Creator
    By Ramzeez in forum Newbie
    Replies: 1
    Last Post: 24th April 2012, 22:54
  3. Designer plugins in Qt Creator
    By stefan in forum Qt Tools
    Replies: 9
    Last Post: 8th March 2010, 05:51
  4. Replies: 0
    Last Post: 13th July 2009, 20:20
  5. Qt Creator Integrated Designer
    By fnmblot in forum General Discussion
    Replies: 1
    Last Post: 21st May 2009, 22:16

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.