Results 1 to 8 of 8

Thread: Poll: what add-on libraries do you use ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2009
    Location
    Belgium
    Posts
    310
    Thanks
    10
    Thanked 31 Times in 25 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Poll: what add-on libraries do you use ?

    Hi,

    @nroberts & high_flyer : there is a lot of overlapping functionality in boost and Qt (like the signal/slot mechanism and threading, to name 2 obvious ones). Do you use the Qt ones where available or not ? It seems that the things that boost has more than Qt are rather 'complicated stuff' like MPI and complex algorithms and mathematical functions. Not something that one would need for 'ordinary' desktop applications.

    Regards,
    Marc

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Poll: what add-on libraries do you use ?

    Not something that one would need for 'ordinary' desktop applications.
    As I said, in Qt apps I hardly need standard functionality from outside Qt.
    Its more for non Qt apps.
    And what is 'ordinary'?
    Since at work we develop client specific applications (which in our case is usually quite complex applications that bind special hardware as well), many hardware handling libs do not use Qt for that functionality, rather usually only for GUI.
    So for my work it is very 'ordinary' to use boost/stl for the non Qt/GUI parts.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Oct 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Poll: what add-on libraries do you use ?

    The Common Toolkit ( CTK ):
    www.commontk.org

Similar Threads

  1. Poll: Windows IDE
    By magland in forum General Discussion
    Replies: 15
    Last Post: 18th July 2009, 11:09
  2. GLib-WARNING **: poll(2) failed due to: Invalid argument.
    By December in forum Qt Programming
    Replies: 4
    Last Post: 17th February 2009, 05:10
  3. how to add new libraries to QT
    By whoops.slo in forum Newbie
    Replies: 3
    Last Post: 12th January 2007, 11:15
  4. Qt 3.3 libraries
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st December 2006, 17:25

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.