Results 1 to 4 of 4

Thread: QT for background-services

  1. #1
    Join Date
    Feb 2007
    Posts
    61
    Thanks
    12
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QT for background-services

    Hi

    So I have one more question from a completly newbie with QT; Does QT (4) work optimal for creating non-gui background-services? I would imagine that it is easier to just have to deal with one framework when doing all the basic computer programming.

    I am especially thinking of background services on Linux, but I would also like answer regarding windows to get a complete overview of the situation.

  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: QT for background-services

    optimal - is relative to your needs.
    Possible - yes, even better since Qt4, since you can work without the GUI part (QCoreApplication).

  3. The following user says thank you to high_flyer for this useful post:

    invictus (22nd March 2007)

  4. #3
    Join Date
    Feb 2007
    Posts
    61
    Thanks
    12
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT for background-services

    So lets say I have a background service that uses some external library for communicating with some piece of hardware, and use D-Bus (or similar) for interfacing with end-user applications. This should be possible for QT4 if I understand you correct?

  5. #4
    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: QT for background-services

    This was possible with prvious versions of Qt as well, but since Qt4 it is much better suitable for such application as well, since Qt is devided in modules, and you are not forced to link all of Qt, but only the parts you need.

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.