summaryrefslogtreecommitdiffstats
path: root/qtservice/doc/index.qdoc
blob: a192dd849ab8280c3d1859fccee0d92d1491c144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
// SPDX-License-Identifier: BSD-3-Clause

/*!
	\page index.html
	\title Service

    	\section1 Description
	
		    	The QtService component is useful for developing Windows
    	    	    	services and Unix daemons.
		

	
			The project provides a QtService template class that can be used to
			implement service applications, and a QtServiceController class
                        to control a service.

			On Windows systems the implementation uses the Service Control
			Manager.

			On Unix systems services are implemented as daemons.
		

    	
		\section1 Classes
	    \list
	 \i  QtServiceController \i  QtServiceBase \i  QtService\endlist
	
		\section1 Examples
	    \list
	 \i  \link qtservice-example-interactive.html An Interactive Service \endlink  \i  \link qtservice-example-server.html A simple HTTP Server \endlink  \i  \link qtservice-example-controller.html A simple Service Controller \endlink \endlist
	
	

    	

    	
    		\section1 Tested platforms
		\list
		\i Qt 4.4, 4.5 / Windows XP / MSVC.NET 2005
		    \i Qt 4.4, 4.5 / Linux / gcc
		    \i Qt 4.4, 4.5 / MacOS X 10.5 / gcc
		    \endlist

    	

	
*/