Results 1 to 2 of 2

Thread: integrate new widgets into Qt

  1. #1
    Join Date
    Sep 2016
    Posts
    4
    Thanks
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default integrate new widgets into Qt

    I'm trying to design a flight instrument panel for a project I'm working on. I found a really nice set of components, https://sourceforge.net/projects/qfi/ and http://qwt.sourceforge.net/index.html, but I can't figure out how to add them to Qt. It would be better if I could integrate them into Qt Designer. I would really appreciate if someone could help me on how to install them into Qt and how to use new components after they are installed. Any help is appreciated.

  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: integrate new widgets into Qt

    How to add them to your project depends on the widget set itself and they probably both come with appropriate instructions. In general you need to link with the project library. Adding a widget set to Designer involves compiling the designer plugin (at least Qwt has one) with the same version of Qt your Creator is built against and deploying the plugin to Creator's QTDIR/plugins/designer directory.
    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. How to integrate lp solver to QT
    By cancelik in forum Newbie
    Replies: 5
    Last Post: 29th April 2016, 16:40
  2. Qt Creator How to integrate STL documentation?
    By niXman in forum Qt Tools
    Replies: 6
    Last Post: 12th September 2010, 06:39
  3. i want to integrate msvc2005 with Qt4.3
    By coder1985 in forum Installation and Deployment
    Replies: 13
    Last Post: 28th November 2007, 00:13
  4. How to Integrate Qt with 'C'
    By deepakn in forum Newbie
    Replies: 3
    Last Post: 8th August 2007, 15:46
  5. Install and integrate Qt4 with VC6 ?
    By aamer4yu in forum Installation and Deployment
    Replies: 3
    Last Post: 3rd October 2006, 10:10

Tags for this Thread

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.