Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Implement Qt in Windows service

Implement Qt in Windows service

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mr_einsa
    wrote on last edited by
    #1

    Hello,

    i have a question. Is it possible to implement the Qt Library into a windows service?
    I dont talk about Gui i just wanna use some classes from then Qt lib. Somethink like QXML.dll or QFile.dll.

    If it works, how i can implement a Qt Gui in this Service. I heared about some tricks that can work.

    Very much thanks,

    einsa

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DerManu
      wrote on last edited by
      #2

      Of course that's possible, as with any other C++ program. Qt Solutions even offers an API for that: http://doc.trolltech.com/solutions/qtservice/qtservice.html

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mr_einsa
        wrote on last edited by
        #3

        Oh thanks for your reply, but i heard i have to pay for it is this true?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DerManu
          wrote on last edited by
          #4

          Well why don't you just look yourself? ;)
          http://qt.gitorious.org/qt-solutions/qt-solutions/blobs/master/qtservice/src/qtservice.h
          says BSD License, so it's free software. When I remember correctly LGPL is available, too, but BSD is more permissive anyway.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved