Results 1 to 2 of 2

Thread: How to Integrate Qt Designer to a Qt project?

  1. #1
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    1

    Default How to Integrate Qt Designer to a Qt project?

    Hi guys
    We are developing an image processing application which supports plugins. We have to provide a gui designer to plugin developers.How can we integrate Qt designer to our project?Next problem is, wei don't need to provide all widgets. We just need basic widget such as qlabel, qspinbox, qslider,qpushbutton etc... How can we do this?
    thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to Integrate Qt Designer to a Qt project?

    The simplest way would be to provide the designer binary alongside your project. You can manipulate which widgets will be available in the widget box by crafting an appropriate xml file and feeding it into Designer through a plugin or a dedicated Designer build. See QDesignerWidgetBoxInterface.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 1
    Last Post: 4th December 2009, 00:34
  2. Replies: 0
    Last Post: 30th July 2009, 22:56
  3. Project structure with Qt designer
    By lmax in forum Newbie
    Replies: 1
    Last Post: 12th June 2008, 02:17
  4. Creating project in designer
    By safknw in forum Qt Tools
    Replies: 3
    Last Post: 10th May 2006, 15:11

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.