Results 1 to 2 of 2

Thread: Custom widget in Creators form editor

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2010
    Posts
    30
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Custom widget in Creators form editor

    Hi i have created a Custom Widget plugin wich works fine in Designer and I now want to use it in Qt creator form editor. So I place the plugin in my QtCreator.app/Contents/MacOS/designer folder. When starting up creator and looking in the tools->form editor->About Qt designer plugins my plugin appear along side of the qwebview but I get an error while loading the plugin. Error: Incompatoble Qt library: cannot mix debug and release libraries

    As described in the custom widget plugin manual I have the line:
    CONFIG += debug_and_release
    in my .proj file for my plugin. I have also tried changing and changing the project setting and changing build configuration to release or build. But none of these fixes the problem. Any input?

    //
    Frej

  2. #2
    Join Date
    Feb 2010
    Posts
    30
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: Custom widget in Creators form editor

    Nobody has any idea how to get around this?

Similar Threads

  1. How to use custom widget editor with QItemDelegate
    By wysman in forum Qt Programming
    Replies: 2
    Last Post: 20th May 2009, 18:20
  2. How create Qt custom widgets using vc++ editor
    By joseph in forum Qt Programming
    Replies: 1
    Last Post: 22nd March 2007, 10:53
  3. Replies: 5
    Last Post: 16th May 2006, 20:38
  4. Replies: 12
    Last Post: 15th February 2006, 10:46
  5. Replies: 4
    Last Post: 6th February 2006, 14:30

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.