/vp_plugins/qtservice-2.6_1-opensource/doc/html/index.html

http://cupsfilter.googlecode.com/ · HTML · 50 lines · 49 code · 0 blank · 1 comment · 0 complexity · cc013c0f1034e344a2a5da4692f0feeb MD5 · raw file

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <!-- qtservice-2.6_1-opensource/doc/index.qdoc -->
  6. <head>
  7. <title>Service</title>
  8. <link href="classic.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  12. <tr>
  13. <td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="57" height="67" border="0" /></td>
  14. <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
  15. </tr></table><h1 class="title">Service<br /><span class="subtitle"></span>
  16. </h1>
  17. <a name="description"></a>
  18. <h2>Description</h2>
  19. <p>The <a href="qtservice.html">QtService</a> component is useful for developing Windows services and Unix daemons.</p>
  20. <p>The project provides a <a href="qtservice.html">QtService</a> template class that can be used to implement service applications, and a <a href="qtservicecontroller.html">QtServiceController</a> class to control a service.</p>
  21. <p>On Windows systems the implementation uses the Service Control Manager.</p>
  22. <p>On Unix systems services are implemented as daemons.</p>
  23. <a name="classes"></a>
  24. <h2>Classes</h2>
  25. <ul>
  26. <li><a href="qtservicecontroller.html">QtServiceController</a></li>
  27. <li><a href="qtservicebase.html">QtServiceBase</a></li>
  28. <li><a href="qtservice.html">QtService</a></li>
  29. </ul>
  30. <a name="examples"></a>
  31. <h2>Examples</h2>
  32. <ul>
  33. <li><a href="qtservice-example-interactive.html">An Interactive Service</a></li>
  34. <li><a href="qtservice-example-server.html">A simple HTTP Server</a></li>
  35. <li><a href="qtservice-example-controller.html">A simple Service Controller</a></li>
  36. </ul>
  37. <a name="tested-platforms"></a>
  38. <h2>Tested platforms</h2>
  39. <ul>
  40. <li>Qt 4.4, 4.5 / Windows XP / MSVC.NET 2005</li>
  41. <li>Qt 4.4, 4.5 / Linux / gcc</li>
  42. <li>Qt 4.4, 4.5 / MacOS X 10.5 / gcc</li>
  43. </ul>
  44. <p /><address><hr /><div align="center">
  45. <table width="100%" cellspacing="0" border="0"><tr class="address">
  46. <td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
  47. <td width="40%" align="center"><a href="http://qt.nokia.com/doc/trademarks.html">Trademarks</a></td>
  48. <td width="30%" align="right"><div align="right">Qt Solutions</div></td>
  49. </tr></table></div></address></body>
  50. </html>